Class: VirtualE1000Option

Inherits:
VirtualEthernetCardOption show all
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

Instance Method Summary collapse

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

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28292
28293
28294
# File 'lib/vmware/soap/vim25.rb', line 28292

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28293
28294
28295
# File 'lib/vmware/soap/vim25.rb', line 28293

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28290
28291
28292
# File 'lib/vmware/soap/vim25.rb', line 28290

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28291
28292
28293
# File 'lib/vmware/soap/vim25.rb', line 28291

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28294
28295
28296
# File 'lib/vmware/soap/vim25.rb', line 28294

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28296
28297
28298
# File 'lib/vmware/soap/vim25.rb', line 28296

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28288
28289
28290
# File 'lib/vmware/soap/vim25.rb', line 28288

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28287
28288
28289
# File 'lib/vmware/soap/vim25.rb', line 28287

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28295
28296
28297
# File 'lib/vmware/soap/vim25.rb', line 28295

def licensingLimit
  @licensingLimit
end

#macTypeObject

Returns the value of attribute macType.



28299
28300
28301
# File 'lib/vmware/soap/vim25.rb', line 28299

def macType
  @macType
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28297
28298
28299
# File 'lib/vmware/soap/vim25.rb', line 28297

def plugAndPlay
  @plugAndPlay
end

#supportedOUIObject

Returns the value of attribute supportedOUI.



28298
28299
28300
# File 'lib/vmware/soap/vim25.rb', line 28298

def supportedOUI
  @supportedOUI
end

#typeObject

Returns the value of attribute type.



28289
28290
28291
# File 'lib/vmware/soap/vim25.rb', line 28289

def type
  @type
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



28300
28301
28302
# File 'lib/vmware/soap/vim25.rb', line 28300

def wakeOnLanEnabled
  @wakeOnLanEnabled
end