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