public static enum VdiAutomationDeploymentResponse.State extends Enum<VdiAutomationDeploymentResponse.State>
Enum Constant and Description |
---|
BOOTING
Booting state.
|
CONFIGURING_RDP_ACCESS
Configuring rdp access state.
|
DEPLOYING
Deploying state.
|
FAILED
Failed state;
|
POWERING_DOWN
Powering down state.
|
QUEUED_FOR_DEPLOYMENT
Queued for deployment state.
|
QUEUED_FOR_UNDEPLOYMENT
Queued for undeployment state.
|
READY
Ready state.
|
REMOVING_RDP_ACCESS
Removing rdp access state.
|
SENDING_USER_ACCESS_NOTIFICATION
Sending user access notification state.
|
SENDING_USER_UNDEPLOY_NOTIFICATION
Sending user undeploy notification state.
|
UNDEPLOYING
Undeploying 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 © 2023 iland Internet Solutions, Corp. All rights reserved.