Data Object - VirtualMachineUsbInfo(vim.vm.UsbInfo)

Property of
ConfigTarget
Extends
VirtualMachineTargetInfo
See also
VirtualMachineSummary
Since
VI API 2.5

Data Object Description

This data object contains information about a physical USB device on the host.

Properties

Name Type Description
descriptionxsd:string

A user visible name of the USB device.
family*xsd:string[]

The device class families. For possible values see VirtualMachineUsbInfoFamily
physicalPathxsd:string

An autoconnect pattern which describes the device's physical path. This is the path to the specific port on the host where the USB device is attached.
productxsd:int

The product ID of the USB device.
speed*xsd:string[]

The possible device speeds detected by server. For possible values see VirtualMachineUsbInfoSpeed
summary*VirtualMachineSummary

Summary information about the virtual machine that is currently using this device, if any.
vendorxsd:int

The vendor ID of the USB device.
Properties inherited from VirtualMachineTargetInfo
configurationTag, name
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition