Class: VirtualSerialPortPipeBackingInfo

Inherits:
VirtualDevicePipeBackingInfo show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25800
25801
25802
# File 'lib/vmware/soap/vim25.rb', line 25800

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25799
25800
25801
# File 'lib/vmware/soap/vim25.rb', line 25799

def dynamicType
  @dynamicType
end

#endpointObject

Returns the value of attribute endpoint.



25802
25803
25804
# File 'lib/vmware/soap/vim25.rb', line 25802

def endpoint
  @endpoint
end

#noRxLossObject

Returns the value of attribute noRxLoss.



25803
25804
25805
# File 'lib/vmware/soap/vim25.rb', line 25803

def noRxLoss
  @noRxLoss
end

#pipeNameObject

Returns the value of attribute pipeName.



25801
25802
25803
# File 'lib/vmware/soap/vim25.rb', line 25801

def pipeName
  @pipeName
end