public class PrivilegePolicyDef extends DynamicData
Java class for PrivilegePolicyDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrivilegePolicyDef">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="createPrivilege" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="readPrivilege" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="updatePrivilege" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deletePrivilege" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
createPrivilege |
protected String |
deletePrivilege |
protected String |
readPrivilege |
protected String |
updatePrivilege |
| Constructor and Description |
|---|
PrivilegePolicyDef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatePrivilege()
Gets the value of the createPrivilege property.
|
String |
getDeletePrivilege()
Gets the value of the deletePrivilege property.
|
String |
getReadPrivilege()
Gets the value of the readPrivilege property.
|
String |
getUpdatePrivilege()
Gets the value of the updatePrivilege property.
|
void |
setCreatePrivilege(String value)
Sets the value of the createPrivilege property.
|
void |
setDeletePrivilege(String value)
Sets the value of the deletePrivilege property.
|
void |
setReadPrivilege(String value)
Sets the value of the readPrivilege property.
|
void |
setUpdatePrivilege(String value)
Sets the value of the updatePrivilege property.
|
protected String createPrivilege
protected String readPrivilege
protected String updatePrivilege
protected String deletePrivilege
public String getCreatePrivilege()
Stringpublic void setCreatePrivilege(String value)
value - allowed object is
Stringpublic String getReadPrivilege()
Stringpublic void setReadPrivilege(String value)
value - allowed object is
Stringpublic String getUpdatePrivilege()
Stringpublic void setUpdatePrivilege(String value)
value - allowed object is
Stringpublic String getDeletePrivilege()
StringCopyright © 2018. All rights reserved.