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