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