Files
deb-python-pyvmomi/docs/vim/vm/device/VirtualPS2ControllerOption.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.VirtualPS2ControllerOption

The VirtualPS2ControllerOption data object type contains the options for a virtual PS/2 controller for keyboards and mice. In addition to the options defined in the VirtualControllerOption data object type, these options include the number of keyboards and mice.

extends

vim.vm.device.VirtualControllerOption

Attributes:

numKeyboards (vim.option.IntOption):

The minimum, maximum, and default number of keyboards you can have at any given time. This is further constrained by the number of available slots in the PS/2 controller. The minimum, maximum, and default are integers defined by three properties:
  • numKeyBoards.min
  • : the minimum.
  • numKeyBoards.max
  • : the maximum.
  • numKeyBoards.defaultValue
  • : the default number.

numPointingDevices (vim.option.IntOption):

The minimum, maximum, and default number of mice you can have at any given time. The number of mice is also limited by the number of available slots in the PS/2 controller. The minimum, maximum, and default are integers defined by three properties:
  • numPointingDevices.min
  • : the minimum.
  • numPointingDevices.max
  • : the maximum.
  • numPointingDevices.defaultValue
  • : the default number.