|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD |
java.lang.Object com.ace.mws.nodes.NodeFlag
enum NodeFlag
Represents the various flags for nodes.
Enum Constant Summary | |
---|---|
GLOBAL_VARS
Node has variables available for triggers. |
|
NONE
|
|
NO_VM_MIGRATIONS
Node is excluded from all virtual machine migration decisions. |
Property Summary | |
---|---|
String |
moabLabel
|
Constructor Summary | |
private NodeFlag(String moabLabel)
|
Method Summary | |
---|---|
static NodeFlag
|
parseMoabLabel(String string)
Parses a string and translates it into a NodeFlag enum value. |
String
|
toMoabString()
|
NodeFlag
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
NodeFlag[]
|
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 |
---|
NodeFlag GLOBAL_VARS
NodeFlag NONE
NodeFlag NO_VM_MIGRATIONS
Property Detail |
---|
String moabLabel
Constructor Detail |
---|
private NodeFlag(String moabLabel)
Method Detail |
---|
static NodeFlag parseMoabLabel(String string)
string
- the string to parse.
String toMoabString()
NodeFlag valueOf(String name)
NodeFlag[] values()
Groovy Documentation