Class: DatadogAPIClient::V2::FleetDeploymentHostPackage

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

Overview

Package version information for a host, showing the initial version before deployment, the target version to deploy, and the current version on the host.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#current_versionObject

The current version of the package on the host.



26
27
28
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host_package.rb', line 26

def current_version
  @current_version
end

#initial_versionObject

The initial version of the package on the host before the deployment started.



29
30
31
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host_package.rb', line 29

def initial_version
  @initial_version
end

#package_nameObject

The name of the package.



32
33
34
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host_package.rb', line 32

def package_name
  @package_name
end

#target_versionObject

The target version that the deployment is attempting to install.



35
36
37
# File 'lib/datadog_api_client/v2/models/fleet_deployment_host_package.rb', line 35

def target_version
  @target_version
end