Class: DatadogAPIClient::V2::FleetDeploymentHost
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetDeploymentHost
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/fleet_deployment_host.rb
Overview
A host that is part of a deployment with its current status.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#error ⇒ Object
Error message if the deployment failed on this host.
-
#hostname ⇒ Object
The hostname of the agent.
-
#status ⇒ Object
Current deployment status for this specific host.
-
#versions ⇒ Object
List of packages and their versions currently installed on this host.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host.rb', line 36 def additional_properties @additional_properties end |
#error ⇒ Object
Error message if the deployment failed on this host.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host.rb', line 25 def error @error end |
#hostname ⇒ Object
The hostname of the agent.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host.rb', line 28 def hostname @hostname end |
#status ⇒ Object
Current deployment status for this specific host.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host.rb', line 31 def status @status end |
#versions ⇒ Object
List of packages and their versions currently installed on this host.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host.rb', line 34 def versions @versions end |