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