|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Types.StorageOperations>
com.xensource.xenapi.Types.StorageOperations
public static enum Types.StorageOperations
Enum Constant Summary | |
---|---|
DESTROY
Destroying the SR |
|
FORGET
Forgetting about SR |
|
PLUG
Plugging a PBD into this SR |
|
SCAN
Scanning backends for new or deleted VDIs |
|
UNPLUG
Unplugging a PBD from this SR |
|
UNRECOGNIZED
The value does not belong to this enumeration |
|
UPDATE
Refresh the fields on the SR |
|
VDI_CLONE
Cloneing a VDI |
|
VDI_CREATE
Creating a new VDI |
|
VDI_DESTROY
Destroying a VDI |
|
VDI_INTRODUCE
Introducing a new VDI |
|
VDI_RESIZE
Resizing a VDI |
|
VDI_SNAPSHOT
Snapshotting a VDI |
Method Summary | |
---|---|
static Types.StorageOperations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Types.StorageOperations[] |
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.StorageOperations UNRECOGNIZED
public static final Types.StorageOperations SCAN
public static final Types.StorageOperations DESTROY
public static final Types.StorageOperations FORGET
public static final Types.StorageOperations PLUG
public static final Types.StorageOperations UNPLUG
public static final Types.StorageOperations UPDATE
public static final Types.StorageOperations VDI_CREATE
public static final Types.StorageOperations VDI_INTRODUCE
public static final Types.StorageOperations VDI_DESTROY
public static final Types.StorageOperations VDI_RESIZE
public static final Types.StorageOperations VDI_CLONE
public static final Types.StorageOperations VDI_SNAPSHOT
Method Detail |
---|
public static Types.StorageOperations[] values()
for (Types.StorageOperations c : Types.StorageOperations.values()) System.out.println(c);
public static Types.StorageOperations 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 |