public class VirtualPS2ControllerOption extends VirtualControllerOption
Java class for VirtualPS2ControllerOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualPS2ControllerOption">
<complexContent>
<extension base="{urn:vim25}VirtualControllerOption">
<sequence>
<element name="numKeyboards" type="{urn:vim25}IntOption"/>
<element name="numPointingDevices" type="{urn:vim25}IntOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntOption |
numKeyboards |
protected IntOption |
numPointingDevices |
devices, supportedDeviceautoAssignController, backingOption, busSlotOption, connectOption, controllerType, defaultBackingOptionIndex, deprecated, hotRemoveSupported, licensingLimit, plugAndPlay, type| Constructor and Description |
|---|
VirtualPS2ControllerOption() |
| Modifier and Type | Method and Description |
|---|---|
IntOption |
getNumKeyboards()
Gets the value of the numKeyboards property.
|
IntOption |
getNumPointingDevices()
Gets the value of the numPointingDevices property.
|
void |
setNumKeyboards(IntOption value)
Sets the value of the numKeyboards property.
|
void |
setNumPointingDevices(IntOption value)
Sets the value of the numPointingDevices property.
|
getDevices, getSupportedDevice, setDevicesgetAutoAssignController, getBackingOption, getBusSlotOption, getConnectOption, getControllerType, getDefaultBackingOptionIndex, getLicensingLimit, getType, isDeprecated, isHotRemoveSupported, isPlugAndPlay, setAutoAssignController, setBusSlotOption, setConnectOption, setControllerType, setDefaultBackingOptionIndex, setDeprecated, setHotRemoveSupported, setPlugAndPlay, setTypeprotected IntOption numKeyboards
protected IntOption numPointingDevices
public IntOption getNumKeyboards()
IntOptionpublic void setNumKeyboards(IntOption value)
value - allowed object is
IntOptionpublic IntOption getNumPointingDevices()
IntOptionCopyright © 2018. All rights reserved.