Files
deb-python-pyvmomi/docs/vim/vm/device/VirtualUSBController.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

1.6 KiB

vim.vm.device.VirtualUSBController

The VirtualUSBController data object describes a virtual USB controller and contains a list of the devices connected to the controller. A virtual machine must have a virtual USB controller before you can add a USB device to the virtual machine configuration. To add a controller, include a VirtualUSBController object in the VirtualDeviceConfigSpec for your virtual machine configuration. You can add only one controller to a virtual machine. A virtual USB controller supports up to 20 USB device connections on the virtual machine.The ESX Server host must have the USB controller hardware and modules that support USB 2.0 and USB1.1. You can use a maximum of 15 USB controllers on a host. If your system includes an additional number of controllers with connected devices, the additional devices will not be available to virtual machines on the host.You must remove all USB devices from a virtual machine before you can remove the USB controller.

extends

vim.vm.device.VirtualController

Attributes:

autoConnectDevices (bool, optional):

Flag to indicate whether or not the ability to hot plug devices is enabled on this controller.

ehciEnabled (bool, optional):

Flag to indicate whether or not enhanced host controller interface (USB 2.0) is enabled on this controller.