public class Quota extends AbstractModel
Constructor and Description |
---|
Quota() |
Quota(Quota 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 当前数量
|
String |
getQuotaId()
Get 配额名称,取值范围:
`TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数; `DAILY_EIP_APPLY`:用户当前地域下今日申购次数; `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。 |
Long |
getQuotaLimit()
Get 配额数量
|
void |
setQuotaCurrent(Long QuotaCurrent)
Set 当前数量
|
void |
setQuotaId(String QuotaId)
Set 配额名称,取值范围:
`TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数; `DAILY_EIP_APPLY`:用户当前地域下今日申购次数; `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。 |
void |
setQuotaLimit(Long QuotaLimit)
Set 配额数量
|
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 Quota()
public Quota(Quota source)
public String getQuotaId()
public void setQuotaId(String QuotaId)
QuotaId
- 配额名称,取值范围:public Long getQuotaCurrent()
public void setQuotaCurrent(Long QuotaCurrent)
QuotaCurrent
- 当前数量public Long getQuotaLimit()
public void setQuotaLimit(Long QuotaLimit)
QuotaLimit
- 配额数量Copyright © 2022. All rights reserved.