public class QuotaClusterLimitContainer extends IdentifiedContainer implements QuotaClusterLimit
Constructor and Description |
---|
QuotaClusterLimitContainer() |
Modifier and Type | Method and Description |
---|---|
Cluster |
cluster() |
void |
cluster(Cluster newCluster) |
boolean |
clusterPresent() |
BigDecimal |
memoryLimit() |
void |
memoryLimit(BigDecimal newMemoryLimit) |
boolean |
memoryLimitPresent() |
BigDecimal |
memoryUsage() |
void |
memoryUsage(BigDecimal newMemoryUsage) |
boolean |
memoryUsagePresent() |
Quota |
quota() |
void |
quota(Quota newQuota) |
boolean |
quotaPresent() |
BigInteger |
vcpuLimit() |
void |
vcpuLimit(BigInteger newVcpuLimit) |
boolean |
vcpuLimitPresent() |
BigInteger |
vcpuUsage() |
void |
vcpuUsage(BigInteger newVcpuUsage) |
boolean |
vcpuUsagePresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public BigDecimal memoryLimit()
memoryLimit
in interface QuotaClusterLimit
public void memoryLimit(BigDecimal newMemoryLimit)
public boolean memoryLimitPresent()
memoryLimitPresent
in interface QuotaClusterLimit
public BigDecimal memoryUsage()
memoryUsage
in interface QuotaClusterLimit
public void memoryUsage(BigDecimal newMemoryUsage)
public boolean memoryUsagePresent()
memoryUsagePresent
in interface QuotaClusterLimit
public BigInteger vcpuLimit()
vcpuLimit
in interface QuotaClusterLimit
public void vcpuLimit(BigInteger newVcpuLimit)
public boolean vcpuLimitPresent()
vcpuLimitPresent
in interface QuotaClusterLimit
public BigInteger vcpuUsage()
vcpuUsage
in interface QuotaClusterLimit
public void vcpuUsage(BigInteger newVcpuUsage)
public boolean vcpuUsagePresent()
vcpuUsagePresent
in interface QuotaClusterLimit
public Cluster cluster()
cluster
in interface QuotaClusterLimit
public void cluster(Cluster newCluster)
public boolean clusterPresent()
clusterPresent
in interface QuotaClusterLimit
public Quota quota()
quota
in interface QuotaClusterLimit
public void quota(Quota newQuota)
public boolean quotaPresent()
quotaPresent
in interface QuotaClusterLimit
Copyright © 2016. All rights reserved.