|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FaultToleranceState>
org.virtualbox_4_3.FaultToleranceState
public enum FaultToleranceState
Used with IMachine.getFaultToleranceState()
.
Interface ID: {5124F7EC-6B67-493C-9DEE-EE45A44114E1}
Enum Constant Summary | |
---|---|
Inactive
No fault tolerance enabled. |
|
Master
Fault tolerant master VM. |
|
Standby
Fault tolerant standby VM. |
Method Summary | |
---|---|
static FaultToleranceState |
fromValue(long v)
|
static FaultToleranceState |
fromValue(java.lang.String v)
|
int |
value()
|
static FaultToleranceState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FaultToleranceState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FaultToleranceState Inactive
public static final FaultToleranceState Master
public static final FaultToleranceState Standby
Method Detail |
---|
public static FaultToleranceState[] values()
for (FaultToleranceState c : FaultToleranceState.values()) System.out.println(c);
public static FaultToleranceState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static FaultToleranceState fromValue(long v)
public static FaultToleranceState fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |