public class QuotaClusterLimit extends BaseResource
Java class for QuotaClusterLimit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuotaClusterLimit">
<complexContent>
<extension base="{}BaseResource">
<sequence>
<element ref="{}quota" minOccurs="0"/>
<element ref="{}cluster" minOccurs="0"/>
<element name="vcpu_limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="vcpu_usage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="memory_limit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="memory_usage" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
QuotaClusterLimit() |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getCluster()
Gets the value of the cluster property.
|
Double |
getMemoryLimit()
Gets the value of the memoryLimit property.
|
Double |
getMemoryUsage()
Gets the value of the memoryUsage property.
|
Quota |
getQuota()
Gets the value of the quota property.
|
Integer |
getVcpuLimit()
Gets the value of the vcpuLimit property.
|
Integer |
getVcpuUsage()
Gets the value of the vcpuUsage property.
|
boolean |
isSetCluster() |
boolean |
isSetMemoryLimit() |
boolean |
isSetMemoryUsage() |
boolean |
isSetQuota() |
boolean |
isSetVcpuLimit() |
boolean |
isSetVcpuUsage() |
void |
setCluster(Cluster value)
Sets the value of the cluster property.
|
void |
setMemoryLimit(Double value)
Sets the value of the memoryLimit property.
|
void |
setMemoryUsage(Double value)
Sets the value of the memoryUsage property.
|
void |
setQuota(Quota value)
Sets the value of the quota property.
|
void |
setVcpuLimit(Integer value)
Sets the value of the vcpuLimit property.
|
void |
setVcpuUsage(Integer value)
Sets the value of the vcpuUsage property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic Quota getQuota()
Quotapublic void setQuota(Quota value)
value - allowed object is
Quotapublic boolean isSetQuota()
public Cluster getCluster()
Clusterpublic void setCluster(Cluster value)
value - allowed object is
Clusterpublic boolean isSetCluster()
public Integer getVcpuLimit()
Integerpublic void setVcpuLimit(Integer value)
value - allowed object is
Integerpublic boolean isSetVcpuLimit()
public Integer getVcpuUsage()
Integerpublic void setVcpuUsage(Integer value)
value - allowed object is
Integerpublic boolean isSetVcpuUsage()
public Double getMemoryLimit()
Doublepublic void setMemoryLimit(Double value)
value - allowed object is
Doublepublic boolean isSetMemoryLimit()
public Double getMemoryUsage()
Doublepublic void setMemoryUsage(Double value)
value - allowed object is
Doublepublic boolean isSetMemoryUsage()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0