public class PermissionAddedEvent extends PermissionEvent
Java class for PermissionAddedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PermissionAddedEvent">
<complexContent>
<extension base="{urn:vim25}PermissionEvent">
<sequence>
<element name="role" type="{urn:vim25}RoleEventArgument"/>
<element name="propagate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
propagate |
protected RoleEventArgument |
role |
entity, group, principalchainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
PermissionAddedEvent() |
| Modifier and Type | Method and Description |
|---|---|
RoleEventArgument |
getRole()
Gets the value of the role property.
|
boolean |
isPropagate()
Gets the value of the propagate property.
|
void |
setPropagate(boolean value)
Sets the value of the propagate property.
|
void |
setRole(RoleEventArgument value)
Sets the value of the role property.
|
getEntity, getPrincipal, isGroup, setEntity, setGroup, setPrincipalgetChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmprotected RoleEventArgument role
protected boolean propagate
public RoleEventArgument getRole()
RoleEventArgumentpublic void setRole(RoleEventArgument value)
value - allowed object is
RoleEventArgumentpublic boolean isPropagate()
public void setPropagate(boolean value)
Copyright © 2018. All rights reserved.