Class: DatadogAPIClient::V2::ContainerImageFlavor
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ContainerImageFlavor
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/container_image_flavor.rb
Overview
Container Image breakdown by supported platform.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#built_at ⇒ Object
Time the platform-specific Container Image was built.
-
#os_architecture ⇒ Object
Operating System architecture supported by the Container Image.
-
#os_name ⇒ Object
Operating System name supported by the Container Image.
-
#os_version ⇒ Object
Operating System version supported by the Container Image.
-
#size ⇒ Object
Size of the platform-specific Container Image.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/container_image_flavor.rb', line 39 def additional_properties @additional_properties end |
#built_at ⇒ Object
Time the platform-specific Container Image was built.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/container_image_flavor.rb', line 25 def built_at @built_at end |
#os_architecture ⇒ Object
Operating System architecture supported by the Container Image.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/container_image_flavor.rb', line 28 def os_architecture @os_architecture end |
#os_name ⇒ Object
Operating System name supported by the Container Image.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/container_image_flavor.rb', line 31 def os_name @os_name end |
#os_version ⇒ Object
Operating System version supported by the Container Image.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/container_image_flavor.rb', line 34 def os_version @os_version end |
#size ⇒ Object
Size of the platform-specific Container Image.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/container_image_flavor.rb', line 37 def size @size end |