Class: DatadogAPIClient::V2::FleetDeploymentHost

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#errorObject

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

#hostnameObject

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

#statusObject

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

#versionsObject

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