Data Object - VirtualPS2ControllerOption(vim.vm.device.VirtualPS2ControllerOption)

Extends
VirtualControllerOption
See also
IntOption

Data Object Description

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.

Properties

Name Type Description
numKeyboardsIntOption

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.

numPointingDevicesIntOption

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.

Properties inherited from VirtualControllerOption
devices, supportedDevice
Properties inherited from VirtualDeviceOption
autoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type
Properties inherited from DynamicData
None

Show WSDL type definition