public static enum VdiAutomationDeploymentResponse.State extends Enum<VdiAutomationDeploymentResponse.State>
| Enum Constant and Description | 
|---|
| BOOTINGBooting state. | 
| CONFIGURING_RDP_ACCESSConfiguring rdp access state. | 
| DEPLOYINGDeploying state. | 
| FAILEDFailed state; | 
| POWERING_DOWNPowering down state. | 
| QUEUED_FOR_DEPLOYMENTQueued for deployment state. | 
| QUEUED_FOR_UNDEPLOYMENTQueued for undeployment state. | 
| READYReady state. | 
| REMOVING_RDP_ACCESSRemoving rdp access state. | 
| SENDING_USER_ACCESS_NOTIFICATIONSending user access notification state. | 
| SENDING_USER_UNDEPLOY_NOTIFICATIONSending user undeploy notification state. | 
| UNDEPLOYINGUndeploying state. | 
| Modifier and Type | Method and Description | 
|---|---|
| static VdiAutomationDeploymentResponse.State | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static VdiAutomationDeploymentResponse.State[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final VdiAutomationDeploymentResponse.State QUEUED_FOR_DEPLOYMENT
public static final VdiAutomationDeploymentResponse.State DEPLOYING
public static final VdiAutomationDeploymentResponse.State BOOTING
public static final VdiAutomationDeploymentResponse.State CONFIGURING_RDP_ACCESS
public static final VdiAutomationDeploymentResponse.State SENDING_USER_ACCESS_NOTIFICATION
public static final VdiAutomationDeploymentResponse.State READY
public static final VdiAutomationDeploymentResponse.State QUEUED_FOR_UNDEPLOYMENT
public static final VdiAutomationDeploymentResponse.State SENDING_USER_UNDEPLOY_NOTIFICATION
public static final VdiAutomationDeploymentResponse.State REMOVING_RDP_ACCESS
public static final VdiAutomationDeploymentResponse.State POWERING_DOWN
public static final VdiAutomationDeploymentResponse.State UNDEPLOYING
public static final VdiAutomationDeploymentResponse.State FAILED
public static VdiAutomationDeploymentResponse.State[] values()
for (VdiAutomationDeploymentResponse.State c : VdiAutomationDeploymentResponse.State.values()) System.out.println(c);
public static VdiAutomationDeploymentResponse.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.