Class: DatadogAPIClient::V2::ContainerAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/container_attributes.rb

Overview

Attributes for a container.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#container_idObject

The ID of the container.



25
26
27
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 25

def container_id
  @container_id
end

#created_atObject

Time the container was created.



28
29
30
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 28

def created_at
  @created_at
end

#hostObject

Hostname of the host running the container.



31
32
33
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 31

def host
  @host
end

#image_digestObject

Digest of the compressed image manifest.



34
35
36
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 34

def image_digest
  @image_digest
end

#image_nameObject

Name of the associated container image.



37
38
39
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 37

def image_name
  @image_name
end

#image_tagsObject

List of image tags associated with the container image.



40
41
42
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 40

def image_tags
  @image_tags
end

#nameObject

Name of the container.



43
44
45
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 43

def name
  @name
end

#started_atObject

Time the container was started.



46
47
48
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 46

def started_at
  @started_at
end

#stateObject

State of the container. This depends on the container runtime.



49
50
51
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 49

def state
  @state
end

#tagsObject

List of tags associated with the container.



52
53
54
# File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 52

def tags
  @tags
end