Class: VirtualMachineVMIROM
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualMachineVMIROM
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineVMIROM
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) ⇒ VirtualMachineVMIROM
constructor
A new instance of VirtualMachineVMIROM.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualMachineVMIROM
Returns a new instance of VirtualMachineVMIROM.
26836 26837 26838 26839 26840 26841 26842 26843 26844 26845 |
# File 'lib/vmware/soap/vim25.rb', line 26836 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.
26831 26832 26833 |
# File 'lib/vmware/soap/vim25.rb', line 26831 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26832 26833 26834 |
# File 'lib/vmware/soap/vim25.rb', line 26832 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26833 26834 26835 |
# File 'lib/vmware/soap/vim25.rb', line 26833 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26830 26831 26832 |
# File 'lib/vmware/soap/vim25.rb', line 26830 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26828 26829 26830 |
# File 'lib/vmware/soap/vim25.rb', line 26828 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26827 26828 26829 |
# File 'lib/vmware/soap/vim25.rb', line 26827 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26829 26830 26831 |
# File 'lib/vmware/soap/vim25.rb', line 26829 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26834 26835 26836 |
# File 'lib/vmware/soap/vim25.rb', line 26834 def unitNumber @unitNumber end |