Class: VirtualEthernetCardOption

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

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

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28243
28244
28245
# File 'lib/vmware/soap/vim25.rb', line 28243

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28244
28245
28246
# File 'lib/vmware/soap/vim25.rb', line 28244

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28241
28242
28243
# File 'lib/vmware/soap/vim25.rb', line 28241

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28242
28243
28244
# File 'lib/vmware/soap/vim25.rb', line 28242

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28245
28246
28247
# File 'lib/vmware/soap/vim25.rb', line 28245

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28247
28248
28249
# File 'lib/vmware/soap/vim25.rb', line 28247

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28239
28240
28241
# File 'lib/vmware/soap/vim25.rb', line 28239

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28238
28239
28240
# File 'lib/vmware/soap/vim25.rb', line 28238

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28246
28247
28248
# File 'lib/vmware/soap/vim25.rb', line 28246

def licensingLimit
  @licensingLimit
end

#macTypeObject

Returns the value of attribute macType.



28250
28251
28252
# File 'lib/vmware/soap/vim25.rb', line 28250

def macType
  @macType
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28248
28249
28250
# File 'lib/vmware/soap/vim25.rb', line 28248

def plugAndPlay
  @plugAndPlay
end

#supportedOUIObject

Returns the value of attribute supportedOUI.



28249
28250
28251
# File 'lib/vmware/soap/vim25.rb', line 28249

def supportedOUI
  @supportedOUI
end

#typeObject

Returns the value of attribute type.



28240
28241
28242
# File 'lib/vmware/soap/vim25.rb', line 28240

def type
  @type
end

#wakeOnLanEnabledObject

Returns the value of attribute wakeOnLanEnabled.



28251
28252
28253
# File 'lib/vmware/soap/vim25.rb', line 28251

def wakeOnLanEnabled
  @wakeOnLanEnabled
end