public class VirtualPointingDeviceDeviceBackingInfo extends VirtualDeviceDeviceBackingInfo
Java class for VirtualPointingDeviceDeviceBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualPointingDeviceDeviceBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingInfo">
<sequence>
<element name="hostPointingDevice" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostPointingDevice |
deviceName, useAutoDetect| Constructor and Description |
|---|
VirtualPointingDeviceDeviceBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostPointingDevice()
Gets the value of the hostPointingDevice property.
|
void |
setHostPointingDevice(String value)
Sets the value of the hostPointingDevice property.
|
getDeviceName, isUseAutoDetect, setDeviceName, setUseAutoDetectprotected String hostPointingDevice
public VirtualPointingDeviceDeviceBackingInfo()
Copyright © 2018. All rights reserved.