Class: VirtualSIOController
- Inherits:
-
VirtualController
- Object
- DynamicData
- VirtualDevice
- VirtualController
- VirtualSIOController
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSIOController
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
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.
-
#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, busNumber = nil, device = []) ⇒ VirtualSIOController
constructor
A new instance of VirtualSIOController.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = []) ⇒ VirtualSIOController
Returns a new instance of VirtualSIOController.
26207 26208 26209 26210 26211 26212 26213 26214 26215 26216 26217 26218 |
# File 'lib/vmware/soap/vim25.rb', line 26207 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @deviceInfo = deviceInfo @backing = backing @connectable = connectable @controllerKey = controllerKey @unitNumber = unitNumber @busNumber = busNumber @device = device end |
Instance Attribute Details
#backing ⇒ Object
Returns the value of attribute backing.
26200 26201 26202 |
# File 'lib/vmware/soap/vim25.rb', line 26200 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
26204 26205 26206 |
# File 'lib/vmware/soap/vim25.rb', line 26204 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26201 26202 26203 |
# File 'lib/vmware/soap/vim25.rb', line 26201 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26202 26203 26204 |
# File 'lib/vmware/soap/vim25.rb', line 26202 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
26205 26206 26207 |
# File 'lib/vmware/soap/vim25.rb', line 26205 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26199 26200 26201 |
# File 'lib/vmware/soap/vim25.rb', line 26199 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26197 26198 26199 |
# File 'lib/vmware/soap/vim25.rb', line 26197 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26196 26197 26198 |
# File 'lib/vmware/soap/vim25.rb', line 26196 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26198 26199 26200 |
# File 'lib/vmware/soap/vim25.rb', line 26198 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26203 26204 26205 |
# File 'lib/vmware/soap/vim25.rb', line 26203 def unitNumber @unitNumber end |