Class: VirtualController
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualController
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualController
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
Direct Known Subclasses
VirtualIDEController, VirtualPCIController, VirtualPS2Controller, VirtualSCSIController, VirtualSIOController, VirtualUSBController
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 = []) ⇒ VirtualController
constructor
A new instance of VirtualController.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = []) ⇒ VirtualController
Returns a new instance of VirtualController.
25921 25922 25923 25924 25925 25926 25927 25928 25929 25930 25931 25932 |
# File 'lib/vmware/soap/vim25.rb', line 25921 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.
25914 25915 25916 |
# File 'lib/vmware/soap/vim25.rb', line 25914 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
25918 25919 25920 |
# File 'lib/vmware/soap/vim25.rb', line 25918 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
25915 25916 25917 |
# File 'lib/vmware/soap/vim25.rb', line 25915 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
25916 25917 25918 |
# File 'lib/vmware/soap/vim25.rb', line 25916 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
25919 25920 25921 |
# File 'lib/vmware/soap/vim25.rb', line 25919 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
25913 25914 25915 |
# File 'lib/vmware/soap/vim25.rb', line 25913 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25911 25912 25913 |
# File 'lib/vmware/soap/vim25.rb', line 25911 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25910 25911 25912 |
# File 'lib/vmware/soap/vim25.rb', line 25910 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
25912 25913 25914 |
# File 'lib/vmware/soap/vim25.rb', line 25912 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
25917 25918 25919 |
# File 'lib/vmware/soap/vim25.rb', line 25917 def unitNumber @unitNumber end |