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