Class: VirtualSerialPortPipeBackingOption

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27547
27548
27549
# File 'lib/vmware/soap/vim25.rb', line 27547

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27546
27547
27548
# File 'lib/vmware/soap/vim25.rb', line 27546

def dynamicType
  @dynamicType
end

#endpointObject

Returns the value of attribute endpoint.



27549
27550
27551
# File 'lib/vmware/soap/vim25.rb', line 27549

def endpoint
  @endpoint
end

#noRxLossObject

Returns the value of attribute noRxLoss.



27550
27551
27552
# File 'lib/vmware/soap/vim25.rb', line 27550

def noRxLoss
  @noRxLoss
end

#typeObject

Returns the value of attribute type.



27548
27549
27550
# File 'lib/vmware/soap/vim25.rb', line 27548

def type
  @type
end