public class Quota extends BaseResource
Java class for Quota complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Quota"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}data_center" minOccurs="0"/> <element ref="{}vms" minOccurs="0"/> <element ref="{}disks" minOccurs="0"/> <element ref="{}users" minOccurs="0"/> <element name="cluster_soft_limit_pct" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="cluster_hard_limit_pct" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="storage_soft_limit_pct" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="storage_hard_limit_pct" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Quota() |
Modifier and Type | Method and Description |
---|---|
Integer |
getClusterHardLimitPct()
Gets the value of the clusterHardLimitPct property.
|
Integer |
getClusterSoftLimitPct()
Gets the value of the clusterSoftLimitPct property.
|
DataCenter |
getDataCenter()
Gets the value of the dataCenter property.
|
Disks |
getDisks()
Gets the value of the disks property.
|
Integer |
getStorageHardLimitPct()
Gets the value of the storageHardLimitPct property.
|
Integer |
getStorageSoftLimitPct()
Gets the value of the storageSoftLimitPct property.
|
Users |
getUsers()
Gets the value of the users property.
|
VMs |
getVms()
Gets the value of the vms property.
|
boolean |
isSetClusterHardLimitPct() |
boolean |
isSetClusterSoftLimitPct() |
boolean |
isSetDataCenter() |
boolean |
isSetDisks() |
boolean |
isSetStorageHardLimitPct() |
boolean |
isSetStorageSoftLimitPct() |
boolean |
isSetUsers() |
boolean |
isSetVms() |
void |
setClusterHardLimitPct(Integer value)
Sets the value of the clusterHardLimitPct property.
|
void |
setClusterSoftLimitPct(Integer value)
Sets the value of the clusterSoftLimitPct property.
|
void |
setDataCenter(DataCenter value)
Sets the value of the dataCenter property.
|
void |
setDisks(Disks value)
Sets the value of the disks property.
|
void |
setStorageHardLimitPct(Integer value)
Sets the value of the storageHardLimitPct property.
|
void |
setStorageSoftLimitPct(Integer value)
Sets the value of the storageSoftLimitPct property.
|
void |
setUsers(Users value)
Sets the value of the users property.
|
void |
setVms(VMs value)
Sets the value of the vms 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 DataCenter getDataCenter()
DataCenter
public void setDataCenter(DataCenter value)
value
- allowed object is
DataCenter
public boolean isSetDataCenter()
public void setVms(VMs value)
value
- allowed object is
VMs
public boolean isSetVms()
public Disks getDisks()
Disks
public void setDisks(Disks value)
value
- allowed object is
Disks
public boolean isSetDisks()
public Users getUsers()
Users
public void setUsers(Users value)
value
- allowed object is
Users
public boolean isSetUsers()
public Integer getClusterSoftLimitPct()
Integer
public void setClusterSoftLimitPct(Integer value)
value
- allowed object is
Integer
public boolean isSetClusterSoftLimitPct()
public Integer getClusterHardLimitPct()
Integer
public void setClusterHardLimitPct(Integer value)
value
- allowed object is
Integer
public boolean isSetClusterHardLimitPct()
public Integer getStorageSoftLimitPct()
Integer
public void setStorageSoftLimitPct(Integer value)
value
- allowed object is
Integer
public boolean isSetStorageSoftLimitPct()
public Integer getStorageHardLimitPct()
Integer
public void setStorageHardLimitPct(Integer value)
value
- allowed object is
Integer
public boolean isSetStorageHardLimitPct()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0