Class: VirtualE1000Option
- Inherits:
-
VirtualEthernetCardOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualEthernetCardOption
- VirtualE1000Option
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualE1000Option
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) ⇒ VirtualE1000Option
constructor
A new instance of VirtualE1000Option.
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) ⇒ VirtualE1000Option
Returns a new instance of VirtualE1000Option.
28302 28303 28304 28305 28306 28307 28308 28309 28310 28311 28312 28313 28314 28315 28316 28317 |
# File 'lib/vmware/soap/vim25.rb', line 28302 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.
28292 28293 28294 |
# File 'lib/vmware/soap/vim25.rb', line 28292 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28293 28294 28295 |
# File 'lib/vmware/soap/vim25.rb', line 28293 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28290 28291 28292 |
# File 'lib/vmware/soap/vim25.rb', line 28290 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28291 28292 28293 |
# File 'lib/vmware/soap/vim25.rb', line 28291 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28294 28295 28296 |
# File 'lib/vmware/soap/vim25.rb', line 28294 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28296 28297 28298 |
# File 'lib/vmware/soap/vim25.rb', line 28296 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28288 28289 28290 |
# File 'lib/vmware/soap/vim25.rb', line 28288 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28287 28288 28289 |
# File 'lib/vmware/soap/vim25.rb', line 28287 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28295 28296 28297 |
# File 'lib/vmware/soap/vim25.rb', line 28295 def licensingLimit @licensingLimit end |
#macType ⇒ Object
Returns the value of attribute macType.
28299 28300 28301 |
# File 'lib/vmware/soap/vim25.rb', line 28299 def macType @macType end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28297 28298 28299 |
# File 'lib/vmware/soap/vim25.rb', line 28297 def plugAndPlay @plugAndPlay end |
#supportedOUI ⇒ Object
Returns the value of attribute supportedOUI.
28298 28299 28300 |
# File 'lib/vmware/soap/vim25.rb', line 28298 def supportedOUI @supportedOUI end |
#type ⇒ Object
Returns the value of attribute type.
28289 28290 28291 |
# File 'lib/vmware/soap/vim25.rb', line 28289 def type @type end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
28300 28301 28302 |
# File 'lib/vmware/soap/vim25.rb', line 28300 def wakeOnLanEnabled @wakeOnLanEnabled end |