
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
1.3 KiB
1.3 KiB
vim.vm.UsbInfo
This data object contains information about a physical USB device on the host.
- extends
- since
- 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.