@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG_OPERATIONS |
static String |
JSON_PROPERTY_ESTIMATED_END_TIME_UNIX |
static String |
JSON_PROPERTY_FILTER_QUERY |
static String |
JSON_PROPERTY_HIGH_LEVEL_STATUS |
static String |
JSON_PROPERTY_HOSTS |
static String |
JSON_PROPERTY_PACKAGES |
static String |
JSON_PROPERTY_TOTAL_HOSTS |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentAttributes() |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentAttributes |
addConfigOperationsItem(FleetDeploymentOperation configOperationsItem) |
FleetDeploymentAttributes |
addHostsItem(FleetDeploymentHost hostsItem) |
FleetDeploymentAttributes |
addPackagesItem(FleetDeploymentPackage packagesItem) |
FleetDeploymentAttributes |
configOperations(List<FleetDeploymentOperation> configOperations) |
boolean |
equals(Object o)
Return true if this FleetDeploymentAttributes object is equal to o.
|
FleetDeploymentAttributes |
estimatedEndTimeUnix(Long estimatedEndTimeUnix) |
FleetDeploymentAttributes |
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.
|
Long |
getEstimatedEndTimeUnix()
Estimated completion time of the deployment as a Unix timestamp (seconds since epoch).
|
String |
getFilterQuery()
Query used to filter and select target hosts for the deployment.
|
String |
getHighLevelStatus()
Current high-level status of the deployment (for example, "pending", "running", "completed",
"failed").
|
List<FleetDeploymentHost> |
getHosts()
Paginated list of hosts in this deployment with their individual statuses.
|
List<FleetDeploymentPackage> |
getPackages()
List of packages to deploy to target hosts.
|
Long |
getTotalHosts()
Total number of hosts targeted by this deployment.
|
int |
hashCode() |
FleetDeploymentAttributes |
highLevelStatus(String highLevelStatus) |
FleetDeploymentAttributes |
hosts(List<FleetDeploymentHost> hosts) |
FleetDeploymentAttributes |
packages(List<FleetDeploymentPackage> packages) |
FleetDeploymentAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConfigOperations(List<FleetDeploymentOperation> configOperations) |
void |
setEstimatedEndTimeUnix(Long estimatedEndTimeUnix) |
void |
setFilterQuery(String filterQuery) |
void |
setHighLevelStatus(String highLevelStatus) |
void |
setHosts(List<FleetDeploymentHost> hosts) |
void |
setPackages(List<FleetDeploymentPackage> packages) |
void |
setTotalHosts(Long totalHosts) |
String |
toString() |
FleetDeploymentAttributes |
totalHosts(Long totalHosts) |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG_OPERATIONS
public static final String JSON_PROPERTY_ESTIMATED_END_TIME_UNIX
public static final String JSON_PROPERTY_FILTER_QUERY
public static final String JSON_PROPERTY_HIGH_LEVEL_STATUS
public static final String JSON_PROPERTY_HOSTS
public static final String JSON_PROPERTY_PACKAGES
public static final String JSON_PROPERTY_TOTAL_HOSTS
public FleetDeploymentAttributes configOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentAttributes addConfigOperationsItem(FleetDeploymentOperation configOperationsItem)
@Nullable public List<FleetDeploymentOperation> getConfigOperations()
public void setConfigOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentAttributes estimatedEndTimeUnix(Long estimatedEndTimeUnix)
@Nullable public Long getEstimatedEndTimeUnix()
public void setEstimatedEndTimeUnix(Long estimatedEndTimeUnix)
public FleetDeploymentAttributes filterQuery(String filterQuery)
@Nullable public String getFilterQuery()
public void setFilterQuery(String filterQuery)
public FleetDeploymentAttributes highLevelStatus(String highLevelStatus)
@Nullable public String getHighLevelStatus()
public void setHighLevelStatus(String highLevelStatus)
public FleetDeploymentAttributes hosts(List<FleetDeploymentHost> hosts)
public FleetDeploymentAttributes addHostsItem(FleetDeploymentHost hostsItem)
@Nullable public List<FleetDeploymentHost> getHosts()
limit and page query
parameters to navigate through pages. Pagination metadata is included in the response
meta.hosts field.public void setHosts(List<FleetDeploymentHost> hosts)
public FleetDeploymentAttributes packages(List<FleetDeploymentPackage> packages)
public FleetDeploymentAttributes addPackagesItem(FleetDeploymentPackage packagesItem)
@Nullable public List<FleetDeploymentPackage> getPackages()
public void setPackages(List<FleetDeploymentPackage> packages)
public FleetDeploymentAttributes totalHosts(Long totalHosts)
@Nullable public Long getTotalHosts()
public void setTotalHosts(Long totalHosts)
public FleetDeploymentAttributes 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.