Exception: XenApi::Errors::VlanTagInvalid

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

Overview

You tried to create a VLAN, but the tag you gave was invalid – it must be between 0 and 4094. The parameter echoes the VLAN tag you gave.

Raised by

  • PIF.create_VLAN (deprecated)

  • pool.create_VLAN (deprecated)

  • pool.create_VLAN_from_PIF

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