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