public class OvfPropertyNetworkExport extends OvfExport
Java class for OvfPropertyNetworkExport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfPropertyNetworkExport">
<complexContent>
<extension base="{urn:vim25}OvfExport">
<sequence>
<element name="network" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
network |
faultCause, faultMessage| Constructor and Description |
|---|
OvfPropertyNetworkExport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNetwork()
Gets the value of the network property.
|
void |
setNetwork(String value)
Sets the value of the network property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String network
Copyright © 2018. All rights reserved.