Class: VirtualSerialPortOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualSerialPortOption
- 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
-
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
-
#backingOption ⇒ Object
Returns the value of attribute backingOption.
-
#connectOption ⇒ Object
Returns the value of attribute connectOption.
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
-
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
-
#type ⇒ Object
Returns the value of attribute type.
-
#yieldOnPoll ⇒ Object
Returns the value of attribute yieldOnPoll.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, yieldOnPoll = nil) ⇒ VirtualSerialPortOption
constructor
A new instance of VirtualSerialPortOption.
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
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
28689 28690 28691 |
# File 'lib/vmware/soap/vim25.rb', line 28689 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28690 28691 28692 |
# File 'lib/vmware/soap/vim25.rb', line 28690 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28687 28688 28689 |
# File 'lib/vmware/soap/vim25.rb', line 28687 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28688 28689 28690 |
# File 'lib/vmware/soap/vim25.rb', line 28688 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28691 28692 28693 |
# File 'lib/vmware/soap/vim25.rb', line 28691 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28693 28694 28695 |
# File 'lib/vmware/soap/vim25.rb', line 28693 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28685 28686 28687 |
# File 'lib/vmware/soap/vim25.rb', line 28685 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28684 28685 28686 |
# File 'lib/vmware/soap/vim25.rb', line 28684 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28692 28693 28694 |
# File 'lib/vmware/soap/vim25.rb', line 28692 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28694 28695 28696 |
# File 'lib/vmware/soap/vim25.rb', line 28694 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28686 28687 28688 |
# File 'lib/vmware/soap/vim25.rb', line 28686 def type @type end |
#yieldOnPoll ⇒ Object
Returns the value of attribute yieldOnPoll.
28695 28696 28697 |
# File 'lib/vmware/soap/vim25.rb', line 28695 def yieldOnPoll @yieldOnPoll end |