
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
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.