Class: VirtualSCSIPassthrough
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualSCSIPassthrough
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSCSIPassthrough
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#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) ⇒ VirtualSCSIPassthrough
constructor
A new instance of VirtualSCSIPassthrough.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualSCSIPassthrough
Returns a new instance of VirtualSCSIPassthrough.
26644 26645 26646 26647 26648 26649 26650 26651 26652 26653 |
# File 'lib/vmware/soap/vim25.rb', line 26644 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
#backing ⇒ Object
Returns the value of attribute backing.
26639 26640 26641 |
# File 'lib/vmware/soap/vim25.rb', line 26639 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26640 26641 26642 |
# File 'lib/vmware/soap/vim25.rb', line 26640 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26641 26642 26643 |
# File 'lib/vmware/soap/vim25.rb', line 26641 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26638 26639 26640 |
# File 'lib/vmware/soap/vim25.rb', line 26638 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26636 26637 26638 |
# File 'lib/vmware/soap/vim25.rb', line 26636 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26635 26636 26637 |
# File 'lib/vmware/soap/vim25.rb', line 26635 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26637 26638 26639 |
# File 'lib/vmware/soap/vim25.rb', line 26637 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26642 26643 26644 |
# File 'lib/vmware/soap/vim25.rb', line 26642 def unitNumber @unitNumber end |