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