public static enum Types.VmOperations extends Enum<Types.VmOperations>
Enum Constant and Description |
---|
ASSERT_OPERATION_VALID |
AWAITING_MEMORY_LIVE
Waiting for the memory settings to change
|
CHANGING_DYNAMIC_RANGE
Changing the memory dynamic range
|
CHANGING_MEMORY_LIMITS
Changing the memory limits
|
CHANGING_MEMORY_LIVE
Changing the memory settings
|
CHANGING_SHADOW_MEMORY
Changing the shadow memory for a halted VM.
|
CHANGING_SHADOW_MEMORY_LIVE
Changing the shadow memory for a running VM.
|
CHANGING_STATIC_RANGE
Changing the memory static range
|
CHANGING_VCPUS
Changing VCPU settings for a halted VM.
|
CHANGING_VCPUS_LIVE
Changing VCPU settings for a running VM.
|
CHECKPOINT
refers to the operation "checkpoint"
|
CLEAN_REBOOT
refers to the operation "clean_reboot"
|
CLEAN_SHUTDOWN
refers to the operation "clean_shutdown"
|
CLONE
refers to the operation "clone"
|
COPY
refers to the operation "copy"
|
CREATE_TEMPLATE
refers to the operation "create_template"
|
CSVM
refers to the operation "csvm"
|
DATA_SOURCE_OP
Add, remove, query or list data sources
|
DESTROY
refers to the act of uninstalling the VM
|
EXPORT
exporting a VM to a network stream
|
GET_BOOT_RECORD
refers to the operation "get_boot_record"
|
GET_COOPERATIVE
Querying the co-operativeness of the VM
|
HARD_REBOOT
refers to the operation "hard_reboot"
|
HARD_SHUTDOWN
refers to the operation "hard_shutdown"
|
IMPORT
importing a VM from a network stream
|
MAKE_INTO_TEMPLATE
Turning this VM into a template
|
METADATA_EXPORT
exporting VM metadata to a network stream
|
MIGRATE
refers to the operation "migrate"
|
PAUSE
refers to the operation "pause"
|
POOL_MIGRATE
refers to the operation "pool_migrate"
|
POWER_STATE_RESET
refers to the operation "power_state_reset"
|
PROVISION
refers to the operation "provision"
|
RESUME
refers to the operation "resume"
|
RESUME_ON
refers to the operation "resume_on"
|
REVERT
refers to the operation "revert"
|
REVERTING
Reverting the VM to a previous snapshotted state
|
SEND_SYSRQ
refers to the operation "send_sysrq"
|
SEND_TRIGGER
refers to the operation "send_trigger"
|
SNAPSHOT
refers to the operation "snapshot"
|
SNAPSHOT_WITH_QUIESCE
refers to the operation "snapshot_with_quiesce"
|
START
refers to the operation "start"
|
START_ON
refers to the operation "start_on"
|
SUSPEND
refers to the operation "suspend"
|
UNPAUSE
refers to the operation "unpause"
|
UNRECOGNIZED
The value does not belong to this enumeration
|
UPDATE_ALLOWED_OPERATIONS |
Modifier and Type | Method and Description |
---|---|
static Types.VmOperations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.VmOperations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.VmOperations UNRECOGNIZED
public static final Types.VmOperations SNAPSHOT
public static final Types.VmOperations CLONE
public static final Types.VmOperations COPY
public static final Types.VmOperations CREATE_TEMPLATE
public static final Types.VmOperations REVERT
public static final Types.VmOperations CHECKPOINT
public static final Types.VmOperations SNAPSHOT_WITH_QUIESCE
public static final Types.VmOperations PROVISION
public static final Types.VmOperations START
public static final Types.VmOperations START_ON
public static final Types.VmOperations PAUSE
public static final Types.VmOperations UNPAUSE
public static final Types.VmOperations CLEAN_SHUTDOWN
public static final Types.VmOperations CLEAN_REBOOT
public static final Types.VmOperations HARD_SHUTDOWN
public static final Types.VmOperations POWER_STATE_RESET
public static final Types.VmOperations HARD_REBOOT
public static final Types.VmOperations SUSPEND
public static final Types.VmOperations CSVM
public static final Types.VmOperations RESUME
public static final Types.VmOperations RESUME_ON
public static final Types.VmOperations POOL_MIGRATE
public static final Types.VmOperations MIGRATE
public static final Types.VmOperations GET_BOOT_RECORD
public static final Types.VmOperations SEND_SYSRQ
public static final Types.VmOperations SEND_TRIGGER
public static final Types.VmOperations CHANGING_MEMORY_LIVE
public static final Types.VmOperations AWAITING_MEMORY_LIVE
public static final Types.VmOperations CHANGING_DYNAMIC_RANGE
public static final Types.VmOperations CHANGING_STATIC_RANGE
public static final Types.VmOperations CHANGING_MEMORY_LIMITS
public static final Types.VmOperations GET_COOPERATIVE
public static final Types.VmOperations CHANGING_SHADOW_MEMORY
public static final Types.VmOperations CHANGING_SHADOW_MEMORY_LIVE
public static final Types.VmOperations CHANGING_VCPUS
public static final Types.VmOperations CHANGING_VCPUS_LIVE
public static final Types.VmOperations ASSERT_OPERATION_VALID
public static final Types.VmOperations DATA_SOURCE_OP
public static final Types.VmOperations UPDATE_ALLOWED_OPERATIONS
public static final Types.VmOperations MAKE_INTO_TEMPLATE
public static final Types.VmOperations IMPORT
public static final Types.VmOperations EXPORT
public static final Types.VmOperations METADATA_EXPORT
public static final Types.VmOperations REVERTING
public static final Types.VmOperations DESTROY
public static Types.VmOperations[] values()
for (Types.VmOperations c : Types.VmOperations.values()) System.out.println(c);
public static Types.VmOperations 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