public class EipQuota extends AbstractModel
Constructor and Description |
---|
EipQuota() |
EipQuota(EipQuota source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getQuotaCurrent()
Get Current quantity
|
String |
getQuotaId()
Get Quota name.
|
Long |
getQuotaLimit()
Get Quota
|
void |
setQuotaCurrent(Long QuotaCurrent)
Set Current quantity
|
void |
setQuotaId(String QuotaId)
Set Quota name.
|
void |
setQuotaLimit(Long QuotaLimit)
Set Quota
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EipQuota()
public EipQuota(EipQuota source)
public String getQuotaId()
public void setQuotaId(String QuotaId)
QuotaId
- Quota name. Valid values:
TOTAL_EIP_QUOTA: quota of EIPs in the current region;
DAILY_EIP_APPLY: today's number of applications in the current region;
DAILY_PUBLIC_IP_ASSIGN: number of public IP reassignments in the current region.public Long getQuotaCurrent()
public void setQuotaCurrent(Long QuotaCurrent)
QuotaCurrent
- Current quantitypublic Long getQuotaLimit()
public void setQuotaLimit(Long QuotaLimit)
QuotaLimit
- QuotaCopyright © 2023. All rights reserved.