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