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, unsetLinksgetActions, isSetActions, setActionspublic DataCenter getDataCenter()
DataCenterpublic void setDataCenter(DataCenter value)
value - allowed object is
DataCenterpublic boolean isSetDataCenter()
public void setVms(VMs value)
value - allowed object is
VMspublic boolean isSetVms()
public Disks getDisks()
Diskspublic void setDisks(Disks value)
value - allowed object is
Diskspublic boolean isSetDisks()
public Users getUsers()
Userspublic void setUsers(Users value)
value - allowed object is
Userspublic boolean isSetUsers()
public Integer getClusterSoftLimitPct()
Integerpublic void setClusterSoftLimitPct(Integer value)
value - allowed object is
Integerpublic boolean isSetClusterSoftLimitPct()
public Integer getClusterHardLimitPct()
Integerpublic void setClusterHardLimitPct(Integer value)
value - allowed object is
Integerpublic boolean isSetClusterHardLimitPct()
public Integer getStorageSoftLimitPct()
Integerpublic void setStorageSoftLimitPct(Integer value)
value - allowed object is
Integerpublic boolean isSetStorageSoftLimitPct()
public Integer getStorageHardLimitPct()
Integerpublic void setStorageHardLimitPct(Integer value)
value - allowed object is
Integerpublic boolean isSetStorageHardLimitPct()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0