Exception: XenApi::Errors::PIFIsPhysical Deprecated

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

Overview

Deprecated.

the PIF.destroy method is deprecated in XenServer 4.1 and replaced

You tried to destroy a PIF, but it represents an aspect of the physical host configuration, and so cannot be destroyed. The parameter echoes the PIF handle you gave.

Raised by

  • PIF.destroy

by VLAN.destroy and Bond.destroy

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