Class: VirtualPointingDeviceOption

Inherits:
VirtualDeviceOption show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualPointingDeviceOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
connectOption - VirtualDeviceConnectOption
controllerType - SOAP::SOAPString
autoAssignController - BoolOption
backingOption - VirtualDeviceBackingOption
defaultBackingOptionIndex - SOAP::SOAPInt
licensingLimit - SOAP::SOAPString
deprecated - SOAP::SOAPBoolean
plugAndPlay - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualPointingDeviceOption

Returns a new instance of VirtualPointingDeviceOption.



28615
28616
28617
28618
28619
28620
28621
28622
28623
28624
28625
28626
28627
# File 'lib/vmware/soap/vim25.rb', line 28615

def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @type = type
  @connectOption = connectOption
  @controllerType = controllerType
  @autoAssignController = autoAssignController
  @backingOption = backingOption
  @defaultBackingOptionIndex = defaultBackingOptionIndex
  @licensingLimit = licensingLimit
  @deprecated = deprecated
  @plugAndPlay = plugAndPlay
end

Instance Attribute Details

#autoAssignControllerObject

Returns the value of attribute autoAssignController.



28608
28609
28610
# File 'lib/vmware/soap/vim25.rb', line 28608

def autoAssignController
  @autoAssignController
end

#backingOptionObject

Returns the value of attribute backingOption.



28609
28610
28611
# File 'lib/vmware/soap/vim25.rb', line 28609

def backingOption
  @backingOption
end

#connectOptionObject

Returns the value of attribute connectOption.



28606
28607
28608
# File 'lib/vmware/soap/vim25.rb', line 28606

def connectOption
  @connectOption
end

#controllerTypeObject

Returns the value of attribute controllerType.



28607
28608
28609
# File 'lib/vmware/soap/vim25.rb', line 28607

def controllerType
  @controllerType
end

#defaultBackingOptionIndexObject

Returns the value of attribute defaultBackingOptionIndex.



28610
28611
28612
# File 'lib/vmware/soap/vim25.rb', line 28610

def defaultBackingOptionIndex
  @defaultBackingOptionIndex
end

#deprecatedObject

Returns the value of attribute deprecated.



28612
28613
28614
# File 'lib/vmware/soap/vim25.rb', line 28612

def deprecated
  @deprecated
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



28604
28605
28606
# File 'lib/vmware/soap/vim25.rb', line 28604

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



28603
28604
28605
# File 'lib/vmware/soap/vim25.rb', line 28603

def dynamicType
  @dynamicType
end

#licensingLimitObject

Returns the value of attribute licensingLimit.



28611
28612
28613
# File 'lib/vmware/soap/vim25.rb', line 28611

def licensingLimit
  @licensingLimit
end

#plugAndPlayObject

Returns the value of attribute plugAndPlay.



28613
28614
28615
# File 'lib/vmware/soap/vim25.rb', line 28613

def plugAndPlay
  @plugAndPlay
end

#typeObject

Returns the value of attribute type.



28605
28606
28607
# File 'lib/vmware/soap/vim25.rb', line 28605

def type
  @type
end