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