Exception: XenApi::Errors::VMBadPowerState
- Inherits:
-
GenericError
- Object
- RuntimeError
- GenericError
- XenApi::Errors::VMBadPowerState
- Defined in:
- lib/xenapi/errors.rb
Overview
You attempted an operation on a VM that was not in an appropriate power state at the time; for example, you attempted to start a VM that was already running. The parameters returned are the VM’s handle, and the expected and actual VM state at the time of the call.
Raised by
-
VM.checkpoint
-
VM.clean_reboot
-
VM.clean_shutdown
-
VM.checkpoint
-
VM.clean_reboot
-
VM.clean_shutdown
-
VM.clone
-
VM.copy
-
VM.hard_reboot
-
VM.hard_shutdown
-
VM.pause
-
VM.pool_migrate
-
VM.provision
-
VM.resume
-
VM.resume_on
-
VM.revert
-
VM.send_sysrq
-
VM.send_trigger
-
VM.snapshot
-
VM.snapshot_with_quiesce
-
VM.start
-
VM.start_on
-
VM.suspend
-
VM.unpause