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, unsetLinks
protected 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
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()
Copyright © 2012. All Rights Reserved.