Class: DatadogAPIClient::V1::UsageCloudSecurityPostureManagementHour

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#aas_host_countObject

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_propertiesObject

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_countObject

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_countObject

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_countObject

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_countObject

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_countObject

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_countObject

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

#hourObject

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_nameObject

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_idObject

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