|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectcom.ace.mws.policies.AutoVMMigrationPolicyType
enum AutoVMMigrationPolicyType
Represents the algorithm used to migrate VMs when the AutoVMMigrationPolicy is used.
| Enum Constant Summary | |
|---|---|
CONSOLIDATION
Use the "consolidation" algorithm for migration. |
|
NONE
Used when the Auto VM Migration policy is currently disabled in Moab and before any settings are saved the first time. |
|
OVERCOMMIT
Use the "overcommit" algorithm for migration. |
|
| Field Summary | |
|---|---|
private def |
str
|
| Constructor Summary | |
private AutoVMMigrationPolicyType(String str)
|
|
| Method Summary | |
|---|---|
String
|
toString()
|
AutoVMMigrationPolicyType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
AutoVMMigrationPolicyType[]
|
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 |
|---|
AutoVMMigrationPolicyType CONSOLIDATION
AutoVMMigrationPolicyType NONE
AutoVMMigrationPolicyType OVERCOMMIT
| Field Detail |
|---|
private def str
| Constructor Detail |
|---|
private AutoVMMigrationPolicyType(String str)
| Method Detail |
|---|
String toString()
AutoVMMigrationPolicyType valueOf(String name)
AutoVMMigrationPolicyType[] values()
Groovy Documentation