Class: VirtualVmxnet2Option

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

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) ⇒ 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

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28442
28443
28444
# File 'lib/vmware/soap/vim25.rb', line 28442

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28443
28444
28445
# File 'lib/vmware/soap/vim25.rb', line 28443

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28440
28441
28442
# File 'lib/vmware/soap/vim25.rb', line 28440

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28441
28442
28443
# File 'lib/vmware/soap/vim25.rb', line 28441

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28444
28445
28446
# File 'lib/vmware/soap/vim25.rb', line 28444

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28446
28447
28448
# File 'lib/vmware/soap/vim25.rb', line 28446

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28438
28439
28440
# File 'lib/vmware/soap/vim25.rb', line 28438

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28437
28438
28439
# File 'lib/vmware/soap/vim25.rb', line 28437

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28445
28446
28447
# File 'lib/vmware/soap/vim25.rb', line 28445

def licensingLimit
  @licensingLimit
end

#macTypeObject

Returns the value of attribute macType.



28449
28450
28451
# File 'lib/vmware/soap/vim25.rb', line 28449

def macType
  @macType
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28447
28448
28449
# File 'lib/vmware/soap/vim25.rb', line 28447

def plugAndPlay
  @plugAndPlay
end

#supportedOUIObject

Returns the value of attribute supportedOUI.



28448
28449
28450
# File 'lib/vmware/soap/vim25.rb', line 28448

def supportedOUI
  @supportedOUI
end

#typeObject

Returns the value of attribute type.



28439
28440
28441
# File 'lib/vmware/soap/vim25.rb', line 28439

def type
  @type
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



28450
28451
28452
# File 'lib/vmware/soap/vim25.rb', line 28450

def wakeOnLanEnabled
  @wakeOnLanEnabled
end