Class: VirtualPS2Controller

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

Overview

urn:vim25VirtualPS2Controller

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
busNumber - SOAP::SOAPInt
device - 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, busNumber = nil, device = []) ⇒ VirtualPS2Controller

Returns a new instance of VirtualPS2Controller.



26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
26042
26043
# File 'lib/vmware/soap/vim25.rb', line 26032

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @deviceInfo = deviceInfo
  @backing = backing
  @connectable = connectable
  @controllerKey = controllerKey
  @unitNumber = unitNumber
  @busNumber = busNumber
  @device = device
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



26025
26026
26027
# File 'lib/vmware/soap/vim25.rb', line 26025

def backing
  @backing
end

#busNumberObject

Returns the value of attribute busNumber.



26029
26030
26031
# File 'lib/vmware/soap/vim25.rb', line 26029

def busNumber
  @busNumber
end

#connectableObject

Returns the value of attribute connectable.



26026
26027
26028
# File 'lib/vmware/soap/vim25.rb', line 26026

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26027
26028
26029
# File 'lib/vmware/soap/vim25.rb', line 26027

def controllerKey
  @controllerKey
end

#deviceObject

Returns the value of attribute device.



26030
26031
26032
# File 'lib/vmware/soap/vim25.rb', line 26030

def device
  @device
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26024
26025
26026
# File 'lib/vmware/soap/vim25.rb', line 26024

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26022
26023
26024
# File 'lib/vmware/soap/vim25.rb', line 26022

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26021
26022
26023
# File 'lib/vmware/soap/vim25.rb', line 26021

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26023
26024
26025
# File 'lib/vmware/soap/vim25.rb', line 26023

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26028
26029
26030
# File 'lib/vmware/soap/vim25.rb', line 26028

def unitNumber
  @unitNumber
end