Class: VirtualPointingDeviceBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualPointingDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualPointingDeviceBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
hostPointingDevice - ChoiceOption
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hostPointingDevice ⇒ Object
Returns the value of attribute hostPointingDevice.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, hostPointingDevice = nil) ⇒ VirtualPointingDeviceBackingOption
constructor
A new instance of VirtualPointingDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, hostPointingDevice = nil) ⇒ VirtualPointingDeviceBackingOption
Returns a new instance of VirtualPointingDeviceBackingOption.
27378 27379 27380 27381 27382 27383 27384 |
# File 'lib/vmware/soap/vim25.rb', line 27378 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil, hostPointingDevice = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable @hostPointingDevice = hostPointingDevice end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27375 27376 27377 |
# File 'lib/vmware/soap/vim25.rb', line 27375 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27373 27374 27375 |
# File 'lib/vmware/soap/vim25.rb', line 27373 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27372 27373 27374 |
# File 'lib/vmware/soap/vim25.rb', line 27372 def dynamicType @dynamicType end |
#hostPointingDevice ⇒ Object
Returns the value of attribute hostPointingDevice.
27376 27377 27378 |
# File 'lib/vmware/soap/vim25.rb', line 27376 def hostPointingDevice @hostPointingDevice end |
#type ⇒ Object
Returns the value of attribute type.
27374 27375 27376 |
# File 'lib/vmware/soap/vim25.rb', line 27374 def type @type end |