Class: VirtualSerialPortPipeBackingInfo
- Inherits:
-
VirtualDevicePipeBackingInfo
- Object
- DynamicData
- VirtualDeviceBackingInfo
- VirtualDevicePipeBackingInfo
- VirtualSerialPortPipeBackingInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSerialPortPipeBackingInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
pipeName - SOAP::SOAPString
endpoint - SOAP::SOAPString
noRxLoss - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#noRxLoss ⇒ Object
Returns the value of attribute noRxLoss.
-
#pipeName ⇒ Object
Returns the value of attribute pipeName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], pipeName = nil, endpoint = nil, noRxLoss = nil) ⇒ VirtualSerialPortPipeBackingInfo
constructor
A new instance of VirtualSerialPortPipeBackingInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], pipeName = nil, endpoint = nil, noRxLoss = nil) ⇒ VirtualSerialPortPipeBackingInfo
Returns a new instance of VirtualSerialPortPipeBackingInfo.
25805 25806 25807 25808 25809 25810 25811 |
# File 'lib/vmware/soap/vim25.rb', line 25805 def initialize(dynamicType = nil, dynamicProperty = [], pipeName = nil, endpoint = nil, noRxLoss = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @pipeName = pipeName @endpoint = endpoint @noRxLoss = noRxLoss end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25800 25801 25802 |
# File 'lib/vmware/soap/vim25.rb', line 25800 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25799 25800 25801 |
# File 'lib/vmware/soap/vim25.rb', line 25799 def dynamicType @dynamicType end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
25802 25803 25804 |
# File 'lib/vmware/soap/vim25.rb', line 25802 def endpoint @endpoint end |
#noRxLoss ⇒ Object
Returns the value of attribute noRxLoss.
25803 25804 25805 |
# File 'lib/vmware/soap/vim25.rb', line 25803 def noRxLoss @noRxLoss end |
#pipeName ⇒ Object
Returns the value of attribute pipeName.
25801 25802 25803 |
# File 'lib/vmware/soap/vim25.rb', line 25801 def pipeName @pipeName end |