Class: DatadogAPIClient::V2::FleetDeploymentConfigureV2DryRun
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FleetDeploymentConfigureV2DryRun
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run.rb
Overview
The result of a configuration deployment dry run.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
Attributes of a configuration deployment dry-run response.
-
#id ⇒ Object
readonly
Always
"dry-run"for a dry-run response. -
#type ⇒ Object
readonly
The type of deployment resource.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run.rb', line 34 def additional_properties @additional_properties end |
#attributes ⇒ Object
Attributes of a configuration deployment dry-run response.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Always "dry-run" for a dry-run response. Does not identify a real deployment
and cannot be used to fetch a deployment by ID.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run.rb', line 29 def id @id end |
#type ⇒ Object
The type of deployment resource.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/fleet_deployment_configure_v2_dry_run.rb', line 32 def type @type end |