Exception: XenApi::Errors::VMBadPowerState

Inherits:
GenericError
  • Object
show all
Defined in:
lib/xenapi/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

Instance Attribute Summary

Attributes inherited from GenericError

#description

Method Summary

Methods inherited from GenericError

#initialize

Constructor Details

This class inherits a constructor from XenApi::Errors::GenericError