public class PatchInstallFailed extends PlatformConfigFault
Java class for PatchInstallFailed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PatchInstallFailed">
<complexContent>
<extension base="{urn:vim25}PlatformConfigFault">
<sequence>
<element name="rolledBack" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
rolledBack |
textfaultCause, faultMessage| Constructor and Description |
|---|
PatchInstallFailed() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRolledBack()
Gets the value of the rolledBack property.
|
void |
setRolledBack(boolean value)
Sets the value of the rolledBack property.
|
getText, setTextgetFaultCause, getFaultMessage, setFaultCauseCopyright © 2018. All rights reserved.