Class: DatadogAPIClient::V1::UsageCloudSecurityPostureManagementHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageCloudSecurityPostureManagementHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb
Overview
Cloud Security Management Pro usage for a given organization for a given hour.
Instance Attribute Summary collapse
-
#aas_host_count ⇒ Object
The number of Cloud Security Management Pro Azure app services hosts during a given hour.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aws_host_count ⇒ Object
The number of Cloud Security Management Pro AWS hosts during a given hour.
-
#azure_host_count ⇒ Object
The number of Cloud Security Management Pro Azure hosts during a given hour.
-
#compliance_host_count ⇒ Object
The number of Cloud Security Management Pro hosts during a given hour.
-
#container_count ⇒ Object
The total number of Cloud Security Management Pro containers during a given hour.
-
#gcp_host_count ⇒ Object
The number of Cloud Security Management Pro GCP hosts during a given hour.
-
#host_count ⇒ Object
The total number of Cloud Security Management Pro hosts during a given hour.
-
#hour ⇒ Object
The hour for the usage.
-
#org_name ⇒ Object
The organization name.
-
#public_id ⇒ Object
The organization public ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#aas_host_count ⇒ Object
The number of Cloud Security Management Pro Azure app services hosts during a given hour.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 25 def aas_host_count @aas_host_count end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 54 def additional_properties @additional_properties end |
#aws_host_count ⇒ Object
The number of Cloud Security Management Pro AWS hosts during a given hour.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 28 def aws_host_count @aws_host_count end |
#azure_host_count ⇒ Object
The number of Cloud Security Management Pro Azure hosts during a given hour.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 31 def azure_host_count @azure_host_count end |
#compliance_host_count ⇒ Object
The number of Cloud Security Management Pro hosts during a given hour.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 34 def compliance_host_count @compliance_host_count end |
#container_count ⇒ Object
The total number of Cloud Security Management Pro containers during a given hour.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 37 def container_count @container_count end |
#gcp_host_count ⇒ Object
The number of Cloud Security Management Pro GCP hosts during a given hour.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 40 def gcp_host_count @gcp_host_count end |
#host_count ⇒ Object
The total number of Cloud Security Management Pro hosts during a given hour.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 43 def host_count @host_count end |
#hour ⇒ Object
The hour for the usage.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 46 def hour @hour end |
#org_name ⇒ Object
The organization name.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 49 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb', line 52 def public_id @public_id end |