|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectcom.ace.mws.pendingactions.PendingActionType
enum PendingActionType
This enumeration lists all the pending action types.
Enum Constant Summary | |
---|---|
GENERIC
Generic system job (trigger attached). |
|
OSPROVISION
Reprovision OS. |
|
OSPROVISION2
Perform 2-phase (base+VM) OS reprovision. |
|
PERIODIC
Repeat job with resource reservation. |
|
POWEROFF
Power off node. |
|
POWERON
Power on node. |
|
RESET
Reboot node. |
|
STORAGE
Dynamic storage allocation. |
|
STORAGEDESTROY
Destroy dynamic storage. |
|
VMCREATE
Create virtual machine. |
|
VMDESTROY
Destroy existing virtual machine. |
|
VMMAP
Map to VM to track resource consumption. |
|
VMMIGRATE
Migrate virtual machine. |
|
VMOSPROVISION
Reprovision OS on virtual machine. |
|
VMPOWEROFF
Power off virtual machine. |
|
VMPOWERON
Power on virtual machine. |
|
VMSTORAGE
Create storage mounts for VMs. |
|
VMSTORAGEDESTROY
Destroy VM storage mounts. |
|
VMTRACKING
Job for tracking a VM. |
Method Summary | |
---|---|
static PendingActionType
|
parseString(String string)
Attempts to parse a string and convert it into a corresponding PendingActionType enum value. |
PendingActionType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
PendingActionType[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
PendingActionType GENERIC
PendingActionType OSPROVISION
PendingActionType OSPROVISION2
PendingActionType PERIODIC
PendingActionType POWEROFF
PendingActionType POWERON
PendingActionType RESET
PendingActionType STORAGE
PendingActionType STORAGEDESTROY
PendingActionType VMCREATE
PendingActionType VMDESTROY
PendingActionType VMMAP
PendingActionType VMMIGRATE
PendingActionType VMOSPROVISION
PendingActionType VMPOWEROFF
PendingActionType VMPOWERON
PendingActionType VMSTORAGE
PendingActionType VMSTORAGEDESTROY
PendingActionType VMTRACKING
Method Detail |
---|
static PendingActionType parseString(String string)
string
- the string to parse into a corresponding PendingActionType enum
value.
PendingActionType valueOf(String name)
PendingActionType[] values()
Groovy Documentation