Class: VirtualParallelPortOption

Inherits:
VirtualDeviceOption show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualParallelPortOption

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

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

Returns a new instance of VirtualParallelPortOption.



28575
28576
28577
28578
28579
28580
28581
28582
28583
28584
28585
28586
28587
# File 'lib/vmware/soap/vim25.rb', line 28575

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @connectOption = connectOption
  @controllerType = controllerType
  @autoAssignController = autoAssignController
  @backingOption = backingOption
  @defaultBackingOptionIndex = defaultBackingOptionIndex
  @licensingLimit = licensingLimit
  @deprecated = deprecated
  @plugAndPlay = plugAndPlay
end

Instance Attribute Details

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28568
28569
28570
# File 'lib/vmware/soap/vim25.rb', line 28568

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28569
28570
28571
# File 'lib/vmware/soap/vim25.rb', line 28569

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28566
28567
28568
# File 'lib/vmware/soap/vim25.rb', line 28566

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28567
28568
28569
# File 'lib/vmware/soap/vim25.rb', line 28567

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28570
28571
28572
# File 'lib/vmware/soap/vim25.rb', line 28570

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28572
28573
28574
# File 'lib/vmware/soap/vim25.rb', line 28572

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28564
28565
28566
# File 'lib/vmware/soap/vim25.rb', line 28564

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28563
28564
28565
# File 'lib/vmware/soap/vim25.rb', line 28563

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28571
28572
28573
# File 'lib/vmware/soap/vim25.rb', line 28571

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28573
28574
28575
# File 'lib/vmware/soap/vim25.rb', line 28573

def plugAndPlay
  @plugAndPlay
end

#typeObject

Returns the value of attribute type.



28565
28566
28567
# File 'lib/vmware/soap/vim25.rb', line 28565

def type
  @type
end