2.3.
TYPES
CHAPTER 2.
API REFERENCE
Halted
VM is offline and not using any resources
Paused
All resources have been allocated but the VM itself is paused and its vCPUs are not running
Running
Running
Suspended
VM state has been saved to disk and it is nolonger running. Note that disks remain in-use while the
Unknown
Some other unknown state
enum after apply guidance
restartHVM
This patch requires HVM guests to be restarted once applied.
restartPV
This patch requires PV guests to be restarted once applied.
restartHost
This patch requires the host to be restarted once applied.
restartXAPI
This patch requires XAPI to be restarted once applied.
enum task status type
pending
task is in progress
success
task was completed successfully
failure
task has failed
cancelling
task is being cancelled
cancelled
task has been cancelled
enum task allowed operations
cancel
refers to the operation “cancel”
enum vm operations
clone
refers to the operation “clone”
copy
refers to the operation “copy”
provision
refers to the operation “provision”
start
refers to the operation “start”
start on
refers to the operation “start on”
pause
refers to the operation “pause”
unpause
refers to the operation “unpause”
clean shutdown
refers to the operation “clean shutdown”
clean reboot
refers to the operation “clean reboot”
hard shutdown
refers to the operation “hard shutdown”
power state reset
refers to the operation “power state reset”
hard reboot
refers to the operation “hard reboot”
suspend
refers to the operation “suspend”
csvm
refers to the operation “csvm”
resume
refers to the operation “resume”
resume on
refers to the operation “resume on”
pool migrate
refers to the operation “pool migrate”
18