Class: VirtualVmxnet2Option
- Inherits:
-
VirtualVmxnetOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualEthernetCardOption
- VirtualVmxnetOption
- VirtualVmxnet2Option
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualVmxnet2Option
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
connectOption - VirtualDeviceConnectOption
controllerType - SOAP::SOAPString
autoAssignController - BoolOption
backingOption - VirtualDeviceBackingOption
defaultBackingOptionIndex - SOAP::SOAPInt
licensingLimit - SOAP::SOAPString
deprecated - SOAP::SOAPBoolean
plugAndPlay - SOAP::SOAPBoolean
supportedOUI - ChoiceOption
macType - ChoiceOption
wakeOnLanEnabled - BoolOption
Instance Attribute Summary collapse
-
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
-
#backingOption ⇒ Object
Returns the value of attribute backingOption.
-
#connectOption ⇒ Object
Returns the value of attribute connectOption.
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
-
#macType ⇒ Object
Returns the value of attribute macType.
-
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
-
#supportedOUI ⇒ Object
Returns the value of attribute supportedOUI.
-
#type ⇒ Object
Returns the value of attribute type.
-
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, supportedOUI = nil, macType = nil, wakeOnLanEnabled = nil) ⇒ VirtualVmxnet2Option
constructor
A new instance of VirtualVmxnet2Option.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, supportedOUI = nil, macType = nil, wakeOnLanEnabled = nil) ⇒ VirtualVmxnet2Option
Returns a new instance of VirtualVmxnet2Option.
28452 28453 28454 28455 28456 28457 28458 28459 28460 28461 28462 28463 28464 28465 28466 28467 |
# File 'lib/vmware/soap/vim25.rb', line 28452 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, supportedOUI = nil, macType = nil, wakeOnLanEnabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @connectOption = connectOption @controllerType = controllerType @autoAssignController = autoAssignController @backingOption = backingOption @defaultBackingOptionIndex = defaultBackingOptionIndex @licensingLimit = licensingLimit @deprecated = deprecated @plugAndPlay = plugAndPlay @supportedOUI = supportedOUI @macType = macType @wakeOnLanEnabled = wakeOnLanEnabled end |
Instance Attribute Details
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
28442 28443 28444 |
# File 'lib/vmware/soap/vim25.rb', line 28442 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28443 28444 28445 |
# File 'lib/vmware/soap/vim25.rb', line 28443 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28440 28441 28442 |
# File 'lib/vmware/soap/vim25.rb', line 28440 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28441 28442 28443 |
# File 'lib/vmware/soap/vim25.rb', line 28441 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28444 28445 28446 |
# File 'lib/vmware/soap/vim25.rb', line 28444 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28446 28447 28448 |
# File 'lib/vmware/soap/vim25.rb', line 28446 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28438 28439 28440 |
# File 'lib/vmware/soap/vim25.rb', line 28438 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28437 28438 28439 |
# File 'lib/vmware/soap/vim25.rb', line 28437 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28445 28446 28447 |
# File 'lib/vmware/soap/vim25.rb', line 28445 def licensingLimit @licensingLimit end |
#macType ⇒ Object
Returns the value of attribute macType.
28449 28450 28451 |
# File 'lib/vmware/soap/vim25.rb', line 28449 def macType @macType end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28447 28448 28449 |
# File 'lib/vmware/soap/vim25.rb', line 28447 def plugAndPlay @plugAndPlay end |
#supportedOUI ⇒ Object
Returns the value of attribute supportedOUI.
28448 28449 28450 |
# File 'lib/vmware/soap/vim25.rb', line 28448 def supportedOUI @supportedOUI end |
#type ⇒ Object
Returns the value of attribute type.
28439 28440 28441 |
# File 'lib/vmware/soap/vim25.rb', line 28439 def type @type end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
28450 28451 28452 |
# File 'lib/vmware/soap/vim25.rb', line 28450 def wakeOnLanEnabled @wakeOnLanEnabled end |