|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Types.VdiOperations>
com.xensource.xenapi.Types.VdiOperations
public static enum Types.VdiOperations
Enum Constant Summary | |
---|---|
BLOCKED
Operations on this VDI are temporarily blocked |
|
CLONE
Cloning the VDI |
|
COPY
Copying the VDI |
|
DESTROY
Destroying the VDI |
|
FORCE_UNLOCK
Forcibly unlocking the VDI |
|
FORGET
Forget about the VDI |
|
GENERATE_CONFIG
Generating static configuration |
|
RESIZE
Resizing the VDI |
|
RESIZE_ONLINE
Resizing the VDI which may or may not be online |
|
SCAN
Scanning backends for new or deleted VDIs |
|
SNAPSHOT
Snapshotting the VDI |
|
UNRECOGNIZED
The value does not belong to this enumeration |
|
UPDATE
Refreshing the fields of the VDI |
Method Summary | |
---|---|
static Types.VdiOperations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Types.VdiOperations[] |
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 Types.VdiOperations UNRECOGNIZED
public static final Types.VdiOperations SCAN
public static final Types.VdiOperations CLONE
public static final Types.VdiOperations COPY
public static final Types.VdiOperations RESIZE
public static final Types.VdiOperations RESIZE_ONLINE
public static final Types.VdiOperations SNAPSHOT
public static final Types.VdiOperations DESTROY
public static final Types.VdiOperations FORGET
public static final Types.VdiOperations UPDATE
public static final Types.VdiOperations FORCE_UNLOCK
public static final Types.VdiOperations GENERATE_CONFIG
public static final Types.VdiOperations BLOCKED
Method Detail |
---|
public static Types.VdiOperations[] values()
for (Types.VdiOperations c : Types.VdiOperations.values()) System.out.println(c);
public static Types.VdiOperations 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 null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |