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