|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.jobs.JobSystemJobType
enum JobSystemJobType
Enum Constant Summary | |
---|---|
generic
Generic system job (trigger attached). |
|
osprovision
Reprovision operating system. |
|
osprovision2
Perform two-phase (base and virtual machine) operating system reprovision. |
|
poweroff
Power off node. |
|
poweron
Power on node. |
|
reset
Reboot node. |
|
storage
Dynamic storage allocation. |
|
vmmap
Map to virtual machine to track resource consumption. |
|
vmmigrate
Migrate virtual machine. |
|
vmtracking
Job for tracking a virtual machine. |
Method Summary | |
---|---|
JobSystemJobType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
JobSystemJobType[]
|
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 |
---|
JobSystemJobType generic
JobSystemJobType osprovision
JobSystemJobType osprovision2
JobSystemJobType poweroff
JobSystemJobType poweron
JobSystemJobType reset
JobSystemJobType storage
JobSystemJobType vmmap
JobSystemJobType vmmigrate
JobSystemJobType vmtracking
Method Detail |
---|
JobSystemJobType valueOf(String name)
JobSystemJobType[] values()
Groovy Documentation