Class: VirtualVmxnetOption
- Inherits:
-
VirtualEthernetCardOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualEthernetCardOption
- VirtualVmxnetOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualVmxnetOption
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
Direct Known Subclasses
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) ⇒ VirtualVmxnetOption
constructor
A new instance of VirtualVmxnetOption.
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) ⇒ VirtualVmxnetOption
Returns a new instance of VirtualVmxnetOption.
28403 28404 28405 28406 28407 28408 28409 28410 28411 28412 28413 28414 28415 28416 28417 28418 |
# File 'lib/vmware/soap/vim25.rb', line 28403 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.
28393 28394 28395 |
# File 'lib/vmware/soap/vim25.rb', line 28393 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28394 28395 28396 |
# File 'lib/vmware/soap/vim25.rb', line 28394 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28391 28392 28393 |
# File 'lib/vmware/soap/vim25.rb', line 28391 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28392 28393 28394 |
# File 'lib/vmware/soap/vim25.rb', line 28392 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28395 28396 28397 |
# File 'lib/vmware/soap/vim25.rb', line 28395 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28397 28398 28399 |
# File 'lib/vmware/soap/vim25.rb', line 28397 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28389 28390 28391 |
# File 'lib/vmware/soap/vim25.rb', line 28389 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28388 28389 28390 |
# File 'lib/vmware/soap/vim25.rb', line 28388 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28396 28397 28398 |
# File 'lib/vmware/soap/vim25.rb', line 28396 def licensingLimit @licensingLimit end |
#macType ⇒ Object
Returns the value of attribute macType.
28400 28401 28402 |
# File 'lib/vmware/soap/vim25.rb', line 28400 def macType @macType end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28398 28399 28400 |
# File 'lib/vmware/soap/vim25.rb', line 28398 def plugAndPlay @plugAndPlay end |
#supportedOUI ⇒ Object
Returns the value of attribute supportedOUI.
28399 28400 28401 |
# File 'lib/vmware/soap/vim25.rb', line 28399 def supportedOUI @supportedOUI end |
#type ⇒ Object
Returns the value of attribute type.
28390 28391 28392 |
# File 'lib/vmware/soap/vim25.rb', line 28390 def type @type end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
28401 28402 28403 |
# File 'lib/vmware/soap/vim25.rb', line 28401 def wakeOnLanEnabled @wakeOnLanEnabled end |