public class NoPermission extends SecurityError
Java class for NoPermission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoPermission">
<complexContent>
<extension base="{urn:vim25}SecurityError">
<sequence>
<element name="object" type="{urn:vim25}ManagedObjectReference"/>
<element name="privilegeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
object |
protected String |
privilegeId |
faultCause, faultMessage| Constructor and Description |
|---|
NoPermission() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getObject()
Gets the value of the object property.
|
String |
getPrivilegeId()
Gets the value of the privilegeId property.
|
void |
setObject(ManagedObjectReference value)
Sets the value of the object property.
|
void |
setPrivilegeId(String value)
Sets the value of the privilegeId property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference object
protected String privilegeId
public ManagedObjectReference getObject()
ManagedObjectReferencepublic void setObject(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getPrivilegeId()
StringCopyright © 2018. All rights reserved.