Class: VirtualPointingDevice
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualPointingDevice
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualPointingDevice
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) ⇒ VirtualPointingDevice
constructor
A new instance of VirtualPointingDevice.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil) ⇒ VirtualPointingDevice
Returns a new instance of VirtualPointingDevice.
26613 26614 26615 26616 26617 26618 26619 26620 26621 26622 |
# File 'lib/vmware/soap/vim25.rb', line 26613 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.
26608 26609 26610 |
# File 'lib/vmware/soap/vim25.rb', line 26608 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26609 26610 26611 |
# File 'lib/vmware/soap/vim25.rb', line 26609 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26610 26611 26612 |
# File 'lib/vmware/soap/vim25.rb', line 26610 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26607 26608 26609 |
# File 'lib/vmware/soap/vim25.rb', line 26607 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26605 26606 26607 |
# File 'lib/vmware/soap/vim25.rb', line 26605 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26604 26605 26606 |
# File 'lib/vmware/soap/vim25.rb', line 26604 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26606 26607 26608 |
# File 'lib/vmware/soap/vim25.rb', line 26606 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26611 26612 26613 |
# File 'lib/vmware/soap/vim25.rb', line 26611 def unitNumber @unitNumber end |