Class: VirtualSerialPortPipeBackingOption
- Inherits:
-
VirtualDevicePipeBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDevicePipeBackingOption
- VirtualSerialPortPipeBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSerialPortPipeBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
endpoint - ChoiceOption
noRxLoss - BoolOption
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.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, endpoint = nil, noRxLoss = nil) ⇒ VirtualSerialPortPipeBackingOption
constructor
A new instance of VirtualSerialPortPipeBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, endpoint = nil, noRxLoss = nil) ⇒ VirtualSerialPortPipeBackingOption
Returns a new instance of VirtualSerialPortPipeBackingOption.
27552 27553 27554 27555 27556 27557 27558 |
# File 'lib/vmware/soap/vim25.rb', line 27552 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, endpoint = nil, noRxLoss = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @endpoint = endpoint @noRxLoss = noRxLoss end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27547 27548 27549 |
# File 'lib/vmware/soap/vim25.rb', line 27547 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27546 27547 27548 |
# File 'lib/vmware/soap/vim25.rb', line 27546 def dynamicType @dynamicType end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
27549 27550 27551 |
# File 'lib/vmware/soap/vim25.rb', line 27549 def endpoint @endpoint end |
#noRxLoss ⇒ Object
Returns the value of attribute noRxLoss.
27550 27551 27552 |
# File 'lib/vmware/soap/vim25.rb', line 27550 def noRxLoss @noRxLoss end |
#type ⇒ Object
Returns the value of attribute type.
27548 27549 27550 |
# File 'lib/vmware/soap/vim25.rb', line 27548 def type @type end |