Class: VirtualEthernetCardOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualEthernetCardOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualEthernetCardOption
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
VirtualE1000Option, VirtualPCNet32Option, VirtualVmxnetOption
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) ⇒ VirtualEthernetCardOption
constructor
A new instance of VirtualEthernetCardOption.
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) ⇒ VirtualEthernetCardOption
Returns a new instance of VirtualEthernetCardOption.
28253 28254 28255 28256 28257 28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 |
# File 'lib/vmware/soap/vim25.rb', line 28253 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.
28243 28244 28245 |
# File 'lib/vmware/soap/vim25.rb', line 28243 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28244 28245 28246 |
# File 'lib/vmware/soap/vim25.rb', line 28244 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28241 28242 28243 |
# File 'lib/vmware/soap/vim25.rb', line 28241 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28242 28243 28244 |
# File 'lib/vmware/soap/vim25.rb', line 28242 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28245 28246 28247 |
# File 'lib/vmware/soap/vim25.rb', line 28245 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28247 28248 28249 |
# File 'lib/vmware/soap/vim25.rb', line 28247 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28239 28240 28241 |
# File 'lib/vmware/soap/vim25.rb', line 28239 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28238 28239 28240 |
# File 'lib/vmware/soap/vim25.rb', line 28238 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28246 28247 28248 |
# File 'lib/vmware/soap/vim25.rb', line 28246 def licensingLimit @licensingLimit end |
#macType ⇒ Object
Returns the value of attribute macType.
28250 28251 28252 |
# File 'lib/vmware/soap/vim25.rb', line 28250 def macType @macType end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28248 28249 28250 |
# File 'lib/vmware/soap/vim25.rb', line 28248 def plugAndPlay @plugAndPlay end |
#supportedOUI ⇒ Object
Returns the value of attribute supportedOUI.
28249 28250 28251 |
# File 'lib/vmware/soap/vim25.rb', line 28249 def supportedOUI @supportedOUI end |
#type ⇒ Object
Returns the value of attribute type.
28240 28241 28242 |
# File 'lib/vmware/soap/vim25.rb', line 28240 def type @type end |
#wakeOnLanEnabled ⇒ Object
Returns the value of attribute wakeOnLanEnabled.
28251 28252 28253 |
# File 'lib/vmware/soap/vim25.rb', line 28251 def wakeOnLanEnabled @wakeOnLanEnabled end |