public class VdiAutomationGroupDeploymentSummaryResponse extends Object implements Serializable
Constructor and Description |
---|
VdiAutomationGroupDeploymentSummaryResponse(String automationGroupUuid,
String automationGroupName,
int numberOfPendingDeploys,
int numberOfReadyDeployments,
int numberOfPendingUndeploys,
int numberOfFailedDeploys)
Instantiates a new Vdi automation group deployment summary response.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAutomationGroupName()
Gets automation group name.
|
String |
getAutomationGroupUuid()
Gets automation group uuid.
|
int |
getNumberOfFailedDeploys()
Gets number of failed deploys.
|
int |
getNumberOfPendingDeploys()
Gets number of pending deploys.
|
int |
getNumberOfPendingUndeploys()
Gets number of pending undeploys.
|
int |
getNumberOfReadyDeployments()
Gets number of ready deployments.
|
int |
hashCode() |
String |
toString() |
public VdiAutomationGroupDeploymentSummaryResponse(String automationGroupUuid, String automationGroupName, int numberOfPendingDeploys, int numberOfReadyDeployments, int numberOfPendingUndeploys, int numberOfFailedDeploys)
automationGroupUuid
- the automation group uuidautomationGroupName
- the automation group namenumberOfPendingDeploys
- the number of pending deploysnumberOfReadyDeployments
- the number of ready deploymentsnumberOfPendingUndeploys
- the number of pending undeploysnumberOfFailedDeploys
- the number of failed deployspublic String getAutomationGroupUuid()
public String getAutomationGroupName()
public int getNumberOfPendingDeploys()
public int getNumberOfReadyDeployments()
public int getNumberOfPendingUndeploys()
public int getNumberOfFailedDeploys()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.