Class: VirtualPointingDeviceBackingOption

Inherits:
VirtualDeviceDeviceBackingOption show all
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

Instance Method Summary collapse

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

#autoDetectAvailableObject

Returns the value of attribute autoDetectAvailable.



27375
27376
27377
# File 'lib/vmware/soap/vim25.rb', line 27375

def autoDetectAvailable
  @autoDetectAvailable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27373
27374
27375
# File 'lib/vmware/soap/vim25.rb', line 27373

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27372
27373
27374
# File 'lib/vmware/soap/vim25.rb', line 27372

def dynamicType
  @dynamicType
end

#hostPointingDeviceObject

Returns the value of attribute hostPointingDevice.



27376
27377
27378
# File 'lib/vmware/soap/vim25.rb', line 27376

def hostPointingDevice
  @hostPointingDevice
end

#typeObject

Returns the value of attribute type.



27374
27375
27376
# File 'lib/vmware/soap/vim25.rb', line 27374

def type
  @type
end