Class: VirtualDevice
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDevice
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDevice
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
Direct Known Subclasses
VirtualCdrom, VirtualController, VirtualDisk, VirtualEthernetCard, VirtualFloppy, VirtualKeyboard, VirtualMachineVMIROM, VirtualMachineVideoCard, VirtualParallelPort, VirtualPointingDevice, VirtualSCSIPassthrough, VirtualSerialPort, VirtualSoundCard, VirtualUSB
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) ⇒ VirtualDevice
constructor
A new instance of VirtualDevice.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualDevice
Returns a new instance of VirtualDevice.
25855 25856 25857 25858 25859 25860 25861 25862 25863 25864 |
# File 'lib/vmware/soap/vim25.rb', line 25855 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.
25850 25851 25852 |
# File 'lib/vmware/soap/vim25.rb', line 25850 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
25851 25852 25853 |
# File 'lib/vmware/soap/vim25.rb', line 25851 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
25852 25853 25854 |
# File 'lib/vmware/soap/vim25.rb', line 25852 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
25849 25850 25851 |
# File 'lib/vmware/soap/vim25.rb', line 25849 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
25847 25848 25849 |
# File 'lib/vmware/soap/vim25.rb', line 25847 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
25846 25847 25848 |
# File 'lib/vmware/soap/vim25.rb', line 25846 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
25848 25849 25850 |
# File 'lib/vmware/soap/vim25.rb', line 25848 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
25853 25854 25855 |
# File 'lib/vmware/soap/vim25.rb', line 25853 def unitNumber @unitNumber end |