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"/>
<element ref="{}disk" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| 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.
|
Disk |
getDisk()
Gets the value of the disk 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 |
isSetDisk() |
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 |
setDisk(Disk value)
Sets the value of the disk 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.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic 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()
public void setDisk(Disk value)
value - allowed object is
Diskpublic boolean isSetDisk()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0