Class: VirtualSCSIController
- Inherits:
-
VirtualController
- Object
- DynamicData
- VirtualDevice
- VirtualController
- VirtualSCSIController
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSCSIController
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
Direct Known Subclasses
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) ⇒ VirtualSCSIController
constructor
A new instance of VirtualSCSIController.
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) ⇒ VirtualSCSIController
Returns a new instance of VirtualSCSIController.
26075 26076 26077 26078 26079 26080 26081 26082 26083 26084 26085 26086 26087 26088 26089 |
# File 'lib/vmware/soap/vim25.rb', line 26075 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.
26065 26066 26067 |
# File 'lib/vmware/soap/vim25.rb', line 26065 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
26069 26070 26071 |
# File 'lib/vmware/soap/vim25.rb', line 26069 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26066 26067 26068 |
# File 'lib/vmware/soap/vim25.rb', line 26066 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26067 26068 26069 |
# File 'lib/vmware/soap/vim25.rb', line 26067 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
26070 26071 26072 |
# File 'lib/vmware/soap/vim25.rb', line 26070 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26064 26065 26066 |
# File 'lib/vmware/soap/vim25.rb', line 26064 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26062 26063 26064 |
# File 'lib/vmware/soap/vim25.rb', line 26062 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26061 26062 26063 |
# File 'lib/vmware/soap/vim25.rb', line 26061 def dynamicType @dynamicType end |
#hotAddRemove ⇒ Object
Returns the value of attribute hotAddRemove.
26071 26072 26073 |
# File 'lib/vmware/soap/vim25.rb', line 26071 def hotAddRemove @hotAddRemove end |
#key ⇒ Object
Returns the value of attribute key.
26063 26064 26065 |
# File 'lib/vmware/soap/vim25.rb', line 26063 def key @key end |
#scsiCtlrUnitNumber ⇒ Object
Returns the value of attribute scsiCtlrUnitNumber.
26073 26074 26075 |
# File 'lib/vmware/soap/vim25.rb', line 26073 def scsiCtlrUnitNumber @scsiCtlrUnitNumber end |
#sharedBus ⇒ Object
Returns the value of attribute sharedBus.
26072 26073 26074 |
# File 'lib/vmware/soap/vim25.rb', line 26072 def sharedBus @sharedBus end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26068 26069 26070 |
# File 'lib/vmware/soap/vim25.rb', line 26068 def unitNumber @unitNumber end |