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, unsetLinks
getActions, isSetActions, setActions
public void setRole(Role value)
value
- allowed object is
Role
public boolean isSetRole()
public void setUser(User value)
value
- allowed object is
User
public boolean isSetUser()
public Group getGroup()
Group
public void setGroup(Group value)
value
- allowed object is
Group
public boolean isSetGroup()
public DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public StorageDomain getStorageDomain()
StorageDomain
public void setStorageDomain(StorageDomain value)
value
- allowed object is
StorageDomain
public boolean isSetStorageDomain()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
public VmPool getVmpool()
VmPool
public void setVmpool(VmPool value)
value
- allowed object is
VmPool
public boolean isSetVmpool()
public Template getTemplate()
Template
public void setTemplate(Template value)
value
- allowed object is
Template
public boolean isSetTemplate()
public void setDisk(Disk value)
value
- allowed object is
Disk
public boolean isSetDisk()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0