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
  • Constructor Details

  • 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