|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.nodes.NodeOperation
enum NodeOperation
This class represents an operation that can be taken on a given node.
| Enum Constant Summary | |
|---|---|
CREATE_VM
|
|
MIGRATE_VM
|
|
MODIFY_OS
|
|
OFFLINE
|
|
ONLINE
|
|
POWER_OFF
|
|
POWER_ON
|
|
REBOOT
|
|
| Property Summary | |
|---|---|
String |
humanName
|
String |
moabName
|
| Constructor Summary | |
private NodeOperation(String moabName, String humanName)
|
|
| Method Summary | |
|---|---|
static NodeOperation
|
parseNodeOperationString(String nodeOperationString)
Parses a string and converts it into a NodeOperation enum value if possible. |
String
|
toString()
|
NodeOperation
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
NodeOperation[]
|
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 |
|---|
NodeOperation CREATE_VM
NodeOperation MIGRATE_VM
NodeOperation MODIFY_OS
NodeOperation OFFLINE
NodeOperation ONLINE
NodeOperation POWER_OFF
NodeOperation POWER_ON
NodeOperation REBOOT
| Property Detail |
|---|
String humanName
String moabName
| Constructor Detail |
|---|
private NodeOperation(String moabName, String humanName)
| Method Detail |
|---|
static NodeOperation parseNodeOperationString(String nodeOperationString)
nodeOperationString
- the string to be parsed.
String toString()
NodeOperation valueOf(String name)
NodeOperation[] values()
Groovy Documentation