QmpPortVmAction
Description:
[ CCode ( cprefix = "SPICE_QMP_PORT_VM_ACTION_" , has_type_id = false ) ]
[ Version ( since = "0.36" ) ]
public enum QmpPortVmAction
An action to perform on the VM.
Content:
Enum values:
- CONTINUE - Resume all VCPU
execution.
- LAST - the last enum value.
- PAUSE - Stop all VCPU execution.
- POWER_DOWN - Performs a power down
operation.
- QUIT - This command will cause the VM
process to exit gracefully.
- RESET - Performs a hard reset of the
VM.