Class: DatadogAPIClient::V2::ContainerImageFlavor

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#built_atObject

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_architectureObject

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_nameObject

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_versionObject

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

#sizeObject

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