public class VirtualDeviceURIBackingInfo extends VirtualDeviceBackingInfo
Java class for VirtualDeviceURIBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDeviceURIBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceBackingInfo">
<sequence>
<element name="serviceURI" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="direction" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="proxyURI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
direction |
protected String |
proxyURI |
protected String |
serviceURI |
| Constructor and Description |
|---|
VirtualDeviceURIBackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirection()
Gets the value of the direction property.
|
String |
getProxyURI()
Gets the value of the proxyURI property.
|
String |
getServiceURI()
Gets the value of the serviceURI property.
|
void |
setDirection(String value)
Sets the value of the direction property.
|
void |
setProxyURI(String value)
Sets the value of the proxyURI property.
|
void |
setServiceURI(String value)
Sets the value of the serviceURI property.
|
protected String serviceURI
protected String direction
protected String proxyURI
public String getServiceURI()
Stringpublic void setServiceURI(String value)
value - allowed object is
Stringpublic String getDirection()
Stringpublic void setDirection(String value)
value - allowed object is
Stringpublic String getProxyURI()
StringCopyright © 2018. All rights reserved.