public class MismatchedVMotionNetworkNames extends MigrationFault
Java class for MismatchedVMotionNetworkNames complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MismatchedVMotionNetworkNames">
<complexContent>
<extension base="{urn:vim25}MigrationFault">
<sequence>
<element name="sourceNetwork" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="destNetwork" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destNetwork |
protected String |
sourceNetwork |
faultCause, faultMessage| Constructor and Description |
|---|
MismatchedVMotionNetworkNames() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestNetwork()
Gets the value of the destNetwork property.
|
String |
getSourceNetwork()
Gets the value of the sourceNetwork property.
|
void |
setDestNetwork(String value)
Sets the value of the destNetwork property.
|
void |
setSourceNetwork(String value)
Sets the value of the sourceNetwork property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getSourceNetwork()
Stringpublic void setSourceNetwork(String value)
value - allowed object is
Stringpublic String getDestNetwork()
StringCopyright © 2018. All rights reserved.