Files
deb-python-pyvmomi/docs/vim/vm/UsbInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.3 KiB

vim.vm.UsbInfo

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

extends

vim.vm.TargetInfo

since

VI API 2.5

Attributes:

description (str):

A user visible name of the USB device.

vendor (int):

The vendor ID of the USB device.

product (int):

The product ID of the USB device.

physicalPath (str):

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.

family ([str], optional):

The device class families. For possible values see VirtualMachineUsbInfoFamily

speed ([str], optional):

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

summary (vim.vm.Summary, optional):

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