Exception: XenApi::Errors::OperationNotAllowed

Inherits:
GenericError
  • Object
show all
Defined in:
lib/xenapi/xenapi/errors.rb

Overview

You attempted an operation that was not allowed.

Raised by

  • task.cancel

  • 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.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