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, unsetLinks
getActions, isSetActions, setActions
public Quota getQuota()
Quota
public void setQuota(Quota value)
value
- allowed object is
Quota
public boolean isSetQuota()
public Cluster getCluster()
Cluster
public void setCluster(Cluster value)
value
- allowed object is
Cluster
public boolean isSetCluster()
public Integer getVcpuLimit()
Integer
public void setVcpuLimit(Integer value)
value
- allowed object is
Integer
public boolean isSetVcpuLimit()
public Integer getVcpuUsage()
Integer
public void setVcpuUsage(Integer value)
value
- allowed object is
Integer
public boolean isSetVcpuUsage()
public Double getMemoryLimit()
Double
public void setMemoryLimit(Double value)
value
- allowed object is
Double
public boolean isSetMemoryLimit()
public Double getMemoryUsage()
Double
public void setMemoryUsage(Double value)
value
- allowed object is
Double
public boolean isSetMemoryUsage()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0