Class: VirtualParallelPort

Inherits:
VirtualDevice show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualParallelPort

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt

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) ⇒ VirtualParallelPort

Returns a new instance of VirtualParallelPort.



26582
26583
26584
26585
26586
26587
26588
26589
26590
26591
# File 'lib/vmware/soap/vim25.rb', line 26582

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @deviceInfo = deviceInfo
  @backing = backing
  @connectable = connectable
  @controllerKey = controllerKey
  @unitNumber = unitNumber
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



26577
26578
26579
# File 'lib/vmware/soap/vim25.rb', line 26577

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26578
26579
26580
# File 'lib/vmware/soap/vim25.rb', line 26578

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26579
26580
26581
# File 'lib/vmware/soap/vim25.rb', line 26579

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26576
26577
26578
# File 'lib/vmware/soap/vim25.rb', line 26576

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26574
26575
26576
# File 'lib/vmware/soap/vim25.rb', line 26574

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26573
26574
26575
# File 'lib/vmware/soap/vim25.rb', line 26573

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26575
26576
26577
# File 'lib/vmware/soap/vim25.rb', line 26575

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26580
26581
26582
# File 'lib/vmware/soap/vim25.rb', line 26580

def unitNumber
  @unitNumber
end