Class: DatadogAPIClient::V2::FleetDeploymentPackageUpgradeAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetDeploymentPackageUpgradeAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_attributes.rb
Overview
Attributes for creating a new package upgrade deployment.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filter_query ⇒ Object
Query used to filter and select target hosts for the deployment.
-
#target_packages ⇒ Object
readonly
List of packages and their target versions to deploy to the selected hosts.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_attributes.rb', line 30 def additional_properties @additional_properties end |
#filter_query ⇒ Object
Query used to filter and select target hosts for the deployment. Uses the Datadog query syntax.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_attributes.rb', line 25 def filter_query @filter_query end |
#target_packages ⇒ Object
List of packages and their target versions to deploy to the selected hosts.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_attributes.rb', line 28 def target_packages @target_packages end |