Class VdiOrgDeploymentSummaryResponse
java.lang.Object
com.iland.core.web.rest.response.common.ListResponse<VdiAutomationGroupDeploymentSummaryResponse>
com.iland.core.web.rest.response.vdi.VdiOrgDeploymentSummaryResponse
- All Implemented Interfaces:
Iterable<VdiAutomationGroupDeploymentSummaryResponse>
public class VdiOrgDeploymentSummaryResponse
extends com.iland.core.web.rest.response.common.ListResponse<VdiAutomationGroupDeploymentSummaryResponse>
VDI Automation Group Deployment Summary Response.
- Author:
- Cory Snyder
-
Field Summary
Fields inherited from class com.iland.core.web.rest.response.common.ListResponse
data -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Vdi org deployment summary response. -
Method Summary
Modifier and TypeMethodDescriptionintGets number of failed deploys in org.intGets number of pending deploys in org.intGets number of pending undeploys in org.intGets number of ready deployments in org.Methods inherited from class com.iland.core.web.rest.response.common.ListResponse
equals, getData, hashCode, iteratorMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
VdiOrgDeploymentSummaryResponse
Instantiates a new Vdi org deployment summary response.- Parameters:
data- the data
-
-
Method Details
-
getNumberOfPendingDeploysInOrg
public int getNumberOfPendingDeploysInOrg()Gets number of pending deploys in org.- Returns:
- the number of pending deploys in org
-
getNumberOfReadyDeploymentsInOrg
public int getNumberOfReadyDeploymentsInOrg()Gets number of ready deployments in org.- Returns:
- the number of ready deployments in org
-
getNumberOfPendingUndeploysInOrg
public int getNumberOfPendingUndeploysInOrg()Gets number of pending undeploys in org.- Returns:
- the number of pending undeploys in org
-
getNumberOfFailedDeploysInOrg
public int getNumberOfFailedDeploysInOrg()Gets number of failed deploys in org.- Returns:
- the number of failed deploys in org
-