|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UndeployPowerActionType>
com.vmware.vcloud.sdk.constants.UndeployPowerActionType
public enum UndeployPowerActionType
UndeployPowerAction constants
| Enum Constant Summary | |
|---|---|
DEFAULT
Use default VM stop actions specified in the startup section. |
|
FORCE
Attempt to power off the VMs. |
|
POWEROFF
Power off all VMs in the vApp. |
|
SHUTDOWN
Shutdown all VMs in the vApp. |
|
SUSPEND
Suspend all VMs in the vApp. |
|
| Method Summary | |
|---|---|
static UndeployPowerActionType |
fromValue(String value)
|
String |
value()
|
static UndeployPowerActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UndeployPowerActionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UndeployPowerActionType SUSPEND
public static final UndeployPowerActionType POWEROFF
public static final UndeployPowerActionType DEFAULT
public static final UndeployPowerActionType SHUTDOWN
public static final UndeployPowerActionType FORCE
| Method Detail |
|---|
public static UndeployPowerActionType[] values()
for (UndeployPowerActionType c : UndeployPowerActionType.values()) System.out.println(c);
public static UndeployPowerActionType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static UndeployPowerActionType fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||