public class VirtualPointingDeviceBackingOption extends VirtualDeviceDeviceBackingOption
Java class for VirtualPointingDeviceBackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualPointingDeviceBackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingOption">
<sequence>
<element name="hostPointingDevice" type="{urn:vim25}ChoiceOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
hostPointingDevice |
autoDetectAvailabletype| Constructor and Description |
|---|
VirtualPointingDeviceBackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getHostPointingDevice()
Gets the value of the hostPointingDevice property.
|
void |
setHostPointingDevice(ChoiceOption value)
Sets the value of the hostPointingDevice property.
|
getAutoDetectAvailable, setAutoDetectAvailablegetType, setTypeprotected ChoiceOption hostPointingDevice
public ChoiceOption getHostPointingDevice()
ChoiceOptionpublic void setHostPointingDevice(ChoiceOption value)
value - allowed object is
ChoiceOptionCopyright © 2018. All rights reserved.