Class: DatadogAPIClient::V2::FleetDeploymentHostPackage
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetDeploymentHostPackage
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#current_version ⇒ Object
The current version of the package on the host.
-
#initial_version ⇒ Object
The initial version of the package on the host before the deployment started.
-
#package_name ⇒ Object
The name of the package.
-
#target_version ⇒ Object
The target version that the deployment is attempting to install.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_version ⇒ Object
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_version ⇒ Object
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_name ⇒ Object
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_version ⇒ Object
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 |