@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentConfigureV2Attributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG_OPERATIONS |
static String |
JSON_PROPERTY_DRY_RUN |
static String |
JSON_PROPERTY_FILTER_QUERY |
static String |
JSON_PROPERTY_TARGET_PACKAGES |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentConfigureV2Attributes() |
FleetDeploymentConfigureV2Attributes(List<FleetDeploymentOperation> configOperations,
String filterQuery) |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentConfigureV2Attributes |
addConfigOperationsItem(FleetDeploymentOperation configOperationsItem) |
FleetDeploymentConfigureV2Attributes |
addTargetPackagesItem(FleetDeploymentConfigureV2Package targetPackagesItem) |
FleetDeploymentConfigureV2Attributes |
configOperations(List<FleetDeploymentOperation> configOperations) |
FleetDeploymentConfigureV2Attributes |
dryRun(Boolean dryRun) |
boolean |
equals(Object o)
Return true if this FleetDeploymentConfigureV2Attributes object is equal to o.
|
FleetDeploymentConfigureV2Attributes |
filterQuery(String filterQuery) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<FleetDeploymentOperation> |
getConfigOperations()
Ordered list of configuration file operations to perform on the target hosts.
|
Boolean |
getDryRun()
Set to
true to validate the configuration and resolve target hosts and packages
without deploying anything. |
String |
getFilterQuery()
Query used to filter and select target hosts for the deployment.
|
List<FleetDeploymentConfigureV2Package> |
getTargetPackages()
List of packages and their target versions to additionally deploy alongside the configuration
change.
|
int |
hashCode() |
FleetDeploymentConfigureV2Attributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConfigOperations(List<FleetDeploymentOperation> configOperations) |
void |
setDryRun(Boolean dryRun) |
void |
setFilterQuery(String filterQuery) |
void |
setTargetPackages(List<FleetDeploymentConfigureV2Package> targetPackages) |
FleetDeploymentConfigureV2Attributes |
targetPackages(List<FleetDeploymentConfigureV2Package> targetPackages) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG_OPERATIONS
public static final String JSON_PROPERTY_DRY_RUN
public static final String JSON_PROPERTY_FILTER_QUERY
public static final String JSON_PROPERTY_TARGET_PACKAGES
public FleetDeploymentConfigureV2Attributes()
public FleetDeploymentConfigureV2Attributes(List<FleetDeploymentOperation> configOperations, String filterQuery)
public FleetDeploymentConfigureV2Attributes configOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentConfigureV2Attributes addConfigOperationsItem(FleetDeploymentOperation configOperationsItem)
public List<FleetDeploymentOperation> getConfigOperations()
public void setConfigOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentConfigureV2Attributes dryRun(Boolean dryRun)
@Nullable public Boolean getDryRun()
true to validate the configuration and resolve target hosts and packages
without deploying anything. Returns a 200 with the validation result instead of creating and
starting a real deployment.public void setDryRun(Boolean dryRun)
public FleetDeploymentConfigureV2Attributes filterQuery(String filterQuery)
public String getFilterQuery()
public void setFilterQuery(String filterQuery)
public FleetDeploymentConfigureV2Attributes targetPackages(List<FleetDeploymentConfigureV2Package> targetPackages)
public FleetDeploymentConfigureV2Attributes addTargetPackagesItem(FleetDeploymentConfigureV2Package targetPackagesItem)
@Nullable public List<FleetDeploymentConfigureV2Package> getTargetPackages()
public void setTargetPackages(List<FleetDeploymentConfigureV2Package> targetPackages)
public FleetDeploymentConfigureV2Attributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.