Class: VirtualBusLogicController
- Inherits:
-
VirtualSCSIController
- Object
- DynamicData
- VirtualDevice
- VirtualController
- VirtualSCSIController
- VirtualBusLogicController
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualBusLogicController
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
busNumber - SOAP::SOAPInt
device - SOAP::SOAPInt
hotAddRemove - SOAP::SOAPBoolean
sharedBus - VirtualSCSISharing
scsiCtlrUnitNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#busNumber ⇒ Object
Returns the value of attribute busNumber.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#device ⇒ Object
Returns the value of attribute device.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hotAddRemove ⇒ Object
Returns the value of attribute hotAddRemove.
-
#key ⇒ Object
Returns the value of attribute key.
-
#scsiCtlrUnitNumber ⇒ Object
Returns the value of attribute scsiCtlrUnitNumber.
-
#sharedBus ⇒ Object
Returns the value of attribute sharedBus.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = [], hotAddRemove = nil, sharedBus = nil, scsiCtlrUnitNumber = nil) ⇒ VirtualBusLogicController
constructor
A new instance of VirtualBusLogicController.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = [], hotAddRemove = nil, sharedBus = nil, scsiCtlrUnitNumber = nil) ⇒ VirtualBusLogicController
Returns a new instance of VirtualBusLogicController.
26121 26122 26123 26124 26125 26126 26127 26128 26129 26130 26131 26132 26133 26134 26135 |
# File 'lib/vmware/soap/vim25.rb', line 26121 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = [], hotAddRemove = nil, sharedBus = nil, scsiCtlrUnitNumber = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @deviceInfo = deviceInfo @backing = backing @connectable = connectable @controllerKey = controllerKey @unitNumber = unitNumber @busNumber = busNumber @device = device @hotAddRemove = hotAddRemove @sharedBus = sharedBus @scsiCtlrUnitNumber = scsiCtlrUnitNumber end |
Instance Attribute Details
#backing ⇒ Object
Returns the value of attribute backing.
26111 26112 26113 |
# File 'lib/vmware/soap/vim25.rb', line 26111 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
26115 26116 26117 |
# File 'lib/vmware/soap/vim25.rb', line 26115 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26112 26113 26114 |
# File 'lib/vmware/soap/vim25.rb', line 26112 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26113 26114 26115 |
# File 'lib/vmware/soap/vim25.rb', line 26113 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
26116 26117 26118 |
# File 'lib/vmware/soap/vim25.rb', line 26116 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26110 26111 26112 |
# File 'lib/vmware/soap/vim25.rb', line 26110 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26108 26109 26110 |
# File 'lib/vmware/soap/vim25.rb', line 26108 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26107 26108 26109 |
# File 'lib/vmware/soap/vim25.rb', line 26107 def dynamicType @dynamicType end |
#hotAddRemove ⇒ Object
Returns the value of attribute hotAddRemove.
26117 26118 26119 |
# File 'lib/vmware/soap/vim25.rb', line 26117 def hotAddRemove @hotAddRemove end |
#key ⇒ Object
Returns the value of attribute key.
26109 26110 26111 |
# File 'lib/vmware/soap/vim25.rb', line 26109 def key @key end |
#scsiCtlrUnitNumber ⇒ Object
Returns the value of attribute scsiCtlrUnitNumber.
26119 26120 26121 |
# File 'lib/vmware/soap/vim25.rb', line 26119 def scsiCtlrUnitNumber @scsiCtlrUnitNumber end |
#sharedBus ⇒ Object
Returns the value of attribute sharedBus.
26118 26119 26120 |
# File 'lib/vmware/soap/vim25.rb', line 26118 def sharedBus @sharedBus end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26114 26115 26116 |
# File 'lib/vmware/soap/vim25.rb', line 26114 def unitNumber @unitNumber end |