Class: VirtualSerialPortOption

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

Overview

urn:vim25VirtualSerialPortOption

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
yieldOnPoll - 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, yieldOnPoll = nil) ⇒ VirtualSerialPortOption

Returns a new instance of VirtualSerialPortOption.



28697
28698
28699
28700
28701
28702
28703
28704
28705
28706
28707
28708
28709
28710
# File 'lib/vmware/soap/vim25.rb', line 28697

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

Instance Attribute Details

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28689
28690
28691
# File 'lib/vmware/soap/vim25.rb', line 28689

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28690
28691
28692
# File 'lib/vmware/soap/vim25.rb', line 28690

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28687
28688
28689
# File 'lib/vmware/soap/vim25.rb', line 28687

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28688
28689
28690
# File 'lib/vmware/soap/vim25.rb', line 28688

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28691
28692
28693
# File 'lib/vmware/soap/vim25.rb', line 28691

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28693
28694
28695
# File 'lib/vmware/soap/vim25.rb', line 28693

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28685
28686
28687
# File 'lib/vmware/soap/vim25.rb', line 28685

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28684
28685
28686
# File 'lib/vmware/soap/vim25.rb', line 28684

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28692
28693
28694
# File 'lib/vmware/soap/vim25.rb', line 28692

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28694
28695
28696
# File 'lib/vmware/soap/vim25.rb', line 28694

def plugAndPlay
  @plugAndPlay
end

#typeObject

Returns the value of attribute type.



28686
28687
28688
# File 'lib/vmware/soap/vim25.rb', line 28686

def type
  @type
end

#yieldOnPollObject

Returns the value of attribute yieldOnPoll.



28695
28696
28697
# File 'lib/vmware/soap/vim25.rb', line 28695

def yieldOnPoll
  @yieldOnPoll
end