Class: VirtualPointingDevice

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

Instance Method Summary collapse

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

#backingObject

Returns the value of attribute backing.



26608
26609
26610
# File 'lib/vmware/soap/vim25.rb', line 26608

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26609
26610
26611
# File 'lib/vmware/soap/vim25.rb', line 26609

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26610
26611
26612
# File 'lib/vmware/soap/vim25.rb', line 26610

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26607
26608
26609
# File 'lib/vmware/soap/vim25.rb', line 26607

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26605
26606
26607
# File 'lib/vmware/soap/vim25.rb', line 26605

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26604
26605
26606
# File 'lib/vmware/soap/vim25.rb', line 26604

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26606
26607
26608
# File 'lib/vmware/soap/vim25.rb', line 26606

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26611
26612
26613
# File 'lib/vmware/soap/vim25.rb', line 26611

def unitNumber
  @unitNumber
end