Class: VirtualUSB

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

Instance Method Summary collapse

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

#backingObject

Returns the value of attribute backing.



26798
26799
26800
# File 'lib/vmware/soap/vim25.rb', line 26798

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26799
26800
26801
# File 'lib/vmware/soap/vim25.rb', line 26799

def connectable
  @connectable
end

#connectedObject

Returns the value of attribute connected.



26802
26803
26804
# File 'lib/vmware/soap/vim25.rb', line 26802

def connected
  @connected
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26800
26801
26802
# File 'lib/vmware/soap/vim25.rb', line 26800

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26797
26798
26799
# File 'lib/vmware/soap/vim25.rb', line 26797

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26795
26796
26797
# File 'lib/vmware/soap/vim25.rb', line 26795

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26794
26795
26796
# File 'lib/vmware/soap/vim25.rb', line 26794

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26796
26797
26798
# File 'lib/vmware/soap/vim25.rb', line 26796

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26801
26802
26803
# File 'lib/vmware/soap/vim25.rb', line 26801

def unitNumber
  @unitNumber
end