Class: VirtualSerialPort

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

Instance Method Summary collapse

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

#backingObject

Returns the value of attribute backing.



26671
26672
26673
# File 'lib/vmware/soap/vim25.rb', line 26671

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26672
26673
26674
# File 'lib/vmware/soap/vim25.rb', line 26672

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26673
26674
26675
# File 'lib/vmware/soap/vim25.rb', line 26673

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26670
26671
26672
# File 'lib/vmware/soap/vim25.rb', line 26670

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26668
26669
26670
# File 'lib/vmware/soap/vim25.rb', line 26668

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26667
26668
26669
# File 'lib/vmware/soap/vim25.rb', line 26667

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26669
26670
26671
# File 'lib/vmware/soap/vim25.rb', line 26669

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26674
26675
26676
# File 'lib/vmware/soap/vim25.rb', line 26674

def unitNumber
  @unitNumber
end

#yieldOnPollObject

Returns the value of attribute yieldOnPoll.



26675
26676
26677
# File 'lib/vmware/soap/vim25.rb', line 26675

def yieldOnPoll
  @yieldOnPoll
end