public enum CannotMoveFaultToleranceVmMoveType extends Enum<CannotMoveFaultToleranceVmMoveType>
Java class for CannotMoveFaultToleranceVmMoveType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CannotMoveFaultToleranceVmMoveType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="resourcePool"/>
<enumeration value="cluster"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLUSTER |
RESOURCE_POOL |
| Modifier and Type | Method and Description |
|---|---|
static CannotMoveFaultToleranceVmMoveType |
fromValue(String v) |
String |
value() |
static CannotMoveFaultToleranceVmMoveType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CannotMoveFaultToleranceVmMoveType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CannotMoveFaultToleranceVmMoveType RESOURCE_POOL
public static final CannotMoveFaultToleranceVmMoveType CLUSTER
public static CannotMoveFaultToleranceVmMoveType[] values()
for (CannotMoveFaultToleranceVmMoveType c : CannotMoveFaultToleranceVmMoveType.values()) System.out.println(c);
public static CannotMoveFaultToleranceVmMoveType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static CannotMoveFaultToleranceVmMoveType fromValue(String v)
Copyright © 2018. All rights reserved.