
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
31 lines
555 B
ReStructuredText
31 lines
555 B
ReStructuredText
.. _vim.vm.UsbInfo: ../../../vim/vm/UsbInfo.rst
|
|
|
|
.. _vim.vm.UsbInfo.Speed: ../../../vim/vm/UsbInfo/Speed.rst
|
|
|
|
vim.vm.UsbInfo.Speed
|
|
====================
|
|
Device speed.
|
|
:contained by: `vim.vm.UsbInfo`_
|
|
|
|
:type: `vim.vm.UsbInfo.Speed`_
|
|
|
|
:name: unknownSpeed
|
|
|
|
values:
|
|
--------
|
|
|
|
high
|
|
This device can operate at high speed (480Mb/s)
|
|
|
|
superSpeed
|
|
This device can operate at super speed (4.8Gb/s)
|
|
|
|
full
|
|
This device operates at full speed (12Mb/s).
|
|
|
|
unknownSpeed
|
|
This device's speed is unknown.
|
|
|
|
low
|
|
This device operates at low speed (1.5Mb/s).
|