public static enum vSphereCloudLauncher.MACHINE_ACTION extends Enum<vSphereCloudLauncher.MACHINE_ACTION>
Enum Constant and Description |
---|
NOTHING |
RECONNECT_AND_REVERT |
RESET |
REVERT |
REVERT_AND_RESET |
REVERT_AND_RESTART |
SHUTDOWN |
SUSPEND |
Modifier and Type | Method and Description |
---|---|
static vSphereCloudLauncher.MACHINE_ACTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static vSphereCloudLauncher.MACHINE_ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final vSphereCloudLauncher.MACHINE_ACTION SHUTDOWN
public static final vSphereCloudLauncher.MACHINE_ACTION REVERT
public static final vSphereCloudLauncher.MACHINE_ACTION REVERT_AND_RESET
public static final vSphereCloudLauncher.MACHINE_ACTION REVERT_AND_RESTART
public static final vSphereCloudLauncher.MACHINE_ACTION SUSPEND
public static final vSphereCloudLauncher.MACHINE_ACTION RESET
public static final vSphereCloudLauncher.MACHINE_ACTION RECONNECT_AND_REVERT
public static final vSphereCloudLauncher.MACHINE_ACTION NOTHING
public static vSphereCloudLauncher.MACHINE_ACTION[] values()
for (vSphereCloudLauncher.MACHINE_ACTION c : vSphereCloudLauncher.MACHINE_ACTION.values()) System.out.println(c);
public static vSphereCloudLauncher.MACHINE_ACTION 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 © 2016–2022. All rights reserved.