public class Permission extends BaseResource
Java class for Permission complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Permission">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element name="role" type="{}Role" minOccurs="0"/>
<element name="user" type="{}User" minOccurs="0"/>
<element name="group" type="{}Group" minOccurs="0"/>
<element ref="{}data_center" minOccurs="0"/>
<element ref="{}cluster" minOccurs="0"/>
<element ref="{}host" minOccurs="0"/>
<element ref="{}storage_domain" minOccurs="0"/>
<element ref="{}vm" minOccurs="0"/>
<element ref="{}vmpool" minOccurs="0"/>
<element ref="{}template" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Cluster |
cluster |
protected DataCenter |
dataCenter |
protected Group |
group |
protected Host |
host |
protected Role |
role |
protected StorageDomain |
storageDomain |
protected Template |
template |
protected User |
user |
protected VM |
vm |
protected VmPool |
vmpool |
actions, creationStatus, description, href, id, links, name| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Group |
getGroup()
Gets the value of the group property.
|
Host |
getHost()
Gets the value of the host property.
|
Role |
getRole()
Gets the value of the role property.
|
StorageDomain |
getStorageDomain()
Gets the value of the storageDomain property.
|
Template |
getTemplate()
Gets the value of the template property.
|
User |
getUser()
Gets the value of the user property.
|
VM |
getVm()
Gets the value of the vm property.
|
VmPool |
getVmpool()
Gets the value of the vmpool property.
|
boolean |
isSetCluster() |
boolean |
isSetDataCenter() |
boolean |
isSetGroup() |
boolean |
isSetHost() |
boolean |
isSetRole() |
boolean |
isSetStorageDomain() |
boolean |
isSetTemplate() |
boolean |
isSetUser() |
boolean |
isSetVm() |
boolean |
isSetVmpool() |
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setGroup(Group value)
Sets the value of the group property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setRole(Role value)
Sets the value of the role property.
|
void |
setStorageDomain(StorageDomain value)
Sets the value of the storageDomain property.
|
void |
setTemplate(Template value)
Sets the value of the template property.
|
void |
setUser(User value)
Sets the value of the user property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
void |
setVmpool(VmPool value)
Sets the value of the vmpool property.
|
getActions, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetActions, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setActions, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksprotected Role role
protected User user
protected Group group
protected DataCenter dataCenter
protected Cluster cluster
protected Host host
protected StorageDomain storageDomain
protected VM vm
protected VmPool vmpool
protected Template template
public void setRole(Role value)
value - allowed object is
Rolepublic boolean isSetRole()
public void setUser(User value)
value - allowed object is
Userpublic boolean isSetUser()
public Group getGroup()
Grouppublic void setGroup(Group value)
value - allowed object is
Grouppublic boolean isSetGroup()
public DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public StorageDomain getStorageDomain()
StorageDomainpublic void setStorageDomain(StorageDomain value)
value - allowed object is
StorageDomainpublic boolean isSetStorageDomain()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
public VmPool getVmpool()
VmPoolpublic void setVmpool(VmPool value)
value - allowed object is
VmPoolpublic boolean isSetVmpool()
public Template getTemplate()
Templatepublic void setTemplate(Template value)
value - allowed object is
Templatepublic boolean isSetTemplate()
Copyright © 2012. All Rights Reserved.