public static enum Types.VdiOperations extends Enum<Types.VdiOperations>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
static Types.VdiOperations |
valueOf(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.
|
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
public static Types.VdiOperations[] values()
for (Types.VdiOperations c : Types.VdiOperations.values()) System.out.println(c);
public static Types.VdiOperations 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 null