Class: VirtualSerialPort
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualSerialPort
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSerialPort
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
yieldOnPoll - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
-
#yieldOnPoll ⇒ Object
Returns the value of attribute yieldOnPoll.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, yieldOnPoll = nil) ⇒ VirtualSerialPort
constructor
A new instance of VirtualSerialPort.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, yieldOnPoll = nil) ⇒ VirtualSerialPort
Returns a new instance of VirtualSerialPort.
26677 26678 26679 26680 26681 26682 26683 26684 26685 26686 26687 |
# File 'lib/vmware/soap/vim25.rb', line 26677 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, yieldOnPoll = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @deviceInfo = deviceInfo @backing = backing @connectable = connectable @controllerKey = controllerKey @unitNumber = unitNumber @yieldOnPoll = yieldOnPoll end |
Instance Attribute Details
#backing ⇒ Object
Returns the value of attribute backing.
26671 26672 26673 |
# File 'lib/vmware/soap/vim25.rb', line 26671 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26672 26673 26674 |
# File 'lib/vmware/soap/vim25.rb', line 26672 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26673 26674 26675 |
# File 'lib/vmware/soap/vim25.rb', line 26673 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26670 26671 26672 |
# File 'lib/vmware/soap/vim25.rb', line 26670 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26668 26669 26670 |
# File 'lib/vmware/soap/vim25.rb', line 26668 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26667 26668 26669 |
# File 'lib/vmware/soap/vim25.rb', line 26667 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26669 26670 26671 |
# File 'lib/vmware/soap/vim25.rb', line 26669 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26674 26675 26676 |
# File 'lib/vmware/soap/vim25.rb', line 26674 def unitNumber @unitNumber end |
#yieldOnPoll ⇒ Object
Returns the value of attribute yieldOnPoll.
26675 26676 26677 |
# File 'lib/vmware/soap/vim25.rb', line 26675 def yieldOnPoll @yieldOnPoll end |