Class: VirtualPS2Controller
- Inherits:
-
VirtualController
- Object
- DynamicData
- VirtualDevice
- VirtualController
- VirtualPS2Controller
- 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
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#busNumber ⇒ Object
Returns the value of attribute busNumber.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#device ⇒ Object
Returns the value of attribute device.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = []) ⇒ VirtualPS2Controller
constructor
A new instance of VirtualPS2Controller.
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
#backing ⇒ Object
Returns the value of attribute backing.
26025 26026 26027 |
# File 'lib/vmware/soap/vim25.rb', line 26025 def backing @backing end |
#busNumber ⇒ Object
Returns the value of attribute busNumber.
26029 26030 26031 |
# File 'lib/vmware/soap/vim25.rb', line 26029 def busNumber @busNumber end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26026 26027 26028 |
# File 'lib/vmware/soap/vim25.rb', line 26026 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26027 26028 26029 |
# File 'lib/vmware/soap/vim25.rb', line 26027 def controllerKey @controllerKey end |
#device ⇒ Object
Returns the value of attribute device.
26030 26031 26032 |
# File 'lib/vmware/soap/vim25.rb', line 26030 def device @device end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26024 26025 26026 |
# File 'lib/vmware/soap/vim25.rb', line 26024 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26022 26023 26024 |
# File 'lib/vmware/soap/vim25.rb', line 26022 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26021 26022 26023 |
# File 'lib/vmware/soap/vim25.rb', line 26021 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26023 26024 26025 |
# File 'lib/vmware/soap/vim25.rb', line 26023 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26028 26029 26030 |
# File 'lib/vmware/soap/vim25.rb', line 26028 def unitNumber @unitNumber end |