Class: VirtualLsiLogicController
- Inherits:
-
VirtualSCSIController
- Object
- DynamicData
- VirtualDevice
- VirtualController
- VirtualSCSIController
- VirtualLsiLogicController
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualLsiLogicController
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) ⇒ VirtualLsiLogicController
constructor
A new instance of VirtualLsiLogicController.
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) ⇒ VirtualLsiLogicController
Returns a new instance of VirtualLsiLogicController.
26167 26168 26169 26170 26171 26172 26173 26174 26175 26176 26177 26178 26179 26180 26181 |
# File 'lib/vmware/soap/vim25.rb', line 26167 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.
26157 26158 26159 |
# File 'lib/vmware/soap/vim25.rb', line 26157 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
26161 26162 26163 |
# File 'lib/vmware/soap/vim25.rb', line 26161 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26158 26159 26160 |
# File 'lib/vmware/soap/vim25.rb', line 26158 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26159 26160 26161 |
# File 'lib/vmware/soap/vim25.rb', line 26159 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
26162 26163 26164 |
# File 'lib/vmware/soap/vim25.rb', line 26162 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26156 26157 26158 |
# File 'lib/vmware/soap/vim25.rb', line 26156 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26154 26155 26156 |
# File 'lib/vmware/soap/vim25.rb', line 26154 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26153 26154 26155 |
# File 'lib/vmware/soap/vim25.rb', line 26153 def dynamicType @dynamicType end |
#hotAddRemove ⇒ Object
Returns the value of attribute hotAddRemove.
26163 26164 26165 |
# File 'lib/vmware/soap/vim25.rb', line 26163 def hotAddRemove @hotAddRemove end |
#key ⇒ Object
Returns the value of attribute key.
26155 26156 26157 |
# File 'lib/vmware/soap/vim25.rb', line 26155 def key @key end |
#scsiCtlrUnitNumber ⇒ Object
Returns the value of attribute scsiCtlrUnitNumber.
26165 26166 26167 |
# File 'lib/vmware/soap/vim25.rb', line 26165 def scsiCtlrUnitNumber @scsiCtlrUnitNumber end |
#sharedBus ⇒ Object
Returns the value of attribute sharedBus.
26164 26165 26166 |
# File 'lib/vmware/soap/vim25.rb', line 26164 def sharedBus @sharedBus end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26160 26161 26162 |
# File 'lib/vmware/soap/vim25.rb', line 26160 def unitNumber @unitNumber end |