Class: VirtualUSB
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualUSB
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualUSB
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
connected - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#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, connected = nil) ⇒ VirtualUSB
constructor
A new instance of VirtualUSB.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, connected = nil) ⇒ VirtualUSB
Returns a new instance of VirtualUSB.
26804 26805 26806 26807 26808 26809 26810 26811 26812 26813 26814 |
# File 'lib/vmware/soap/vim25.rb', line 26804 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, connected = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @deviceInfo = deviceInfo @backing = backing @connectable = connectable @controllerKey = controllerKey @unitNumber = unitNumber @connected = connected end |
Instance Attribute Details
#backing ⇒ Object
Returns the value of attribute backing.
26798 26799 26800 |
# File 'lib/vmware/soap/vim25.rb', line 26798 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26799 26800 26801 |
# File 'lib/vmware/soap/vim25.rb', line 26799 def connectable @connectable end |
#connected ⇒ Object
Returns the value of attribute connected.
26802 26803 26804 |
# File 'lib/vmware/soap/vim25.rb', line 26802 def connected @connected end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26800 26801 26802 |
# File 'lib/vmware/soap/vim25.rb', line 26800 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26797 26798 26799 |
# File 'lib/vmware/soap/vim25.rb', line 26797 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26795 26796 26797 |
# File 'lib/vmware/soap/vim25.rb', line 26795 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26794 26795 26796 |
# File 'lib/vmware/soap/vim25.rb', line 26794 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26796 26797 26798 |
# File 'lib/vmware/soap/vim25.rb', line 26796 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26801 26802 26803 |
# File 'lib/vmware/soap/vim25.rb', line 26801 def unitNumber @unitNumber end |