Class: DatadogAPIClient::V2::ContainerAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ContainerAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/container_attributes.rb
 
Overview
Attributes for a container.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #container_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the container.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time the container was created.
 - 
  
    
      #host  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Hostname of the host running the container.
 - 
  
    
      #image_digest  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Digest of the compressed image manifest.
 - 
  
    
      #image_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the associated container image.
 - 
  
    
      #image_tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of image tags associated with the container image.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the container.
 - 
  
    
      #started_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time the container was started.
 - 
  
    
      #state  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
State of the container.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of tags associated with the container.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      54 55 56  | 
    
      # File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 54 def additional_properties @additional_properties end  | 
  
#container_id ⇒ Object
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_at ⇒ Object
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  | 
  
#host ⇒ Object
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_digest ⇒ Object
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_name ⇒ Object
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_tags ⇒ Object
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 end  | 
  
#name ⇒ Object
Name of the container.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 43 def name @name end  | 
  
#started_at ⇒ Object
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  | 
  
#state ⇒ Object
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  | 
  
#tags ⇒ Object
List of tags associated with the container.
      52 53 54  | 
    
      # File 'lib/datadog_api_client/v2/models/container_attributes.rb', line 52 def @tags end  |