public class EipQuota extends AbstractModel
header, skipSign| 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 当前数量 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EipQuota()
public EipQuota(EipQuota source)
public String getQuotaId()
public void setQuotaId(String QuotaId)
QuotaId - 配额名称,取值范围:
TOTAL_EIP_QUOTA:用户当前地域下EIP的配额数;
DAILY_EIP_APPLY:用户当前地域下今日申购次数;
DAILY_PUBLIC_IP_ASSIGN:用户当前地域下,重新分配公网 IP次数。public Long getQuotaCurrent()
public void setQuotaCurrent(Long QuotaCurrent)
QuotaCurrent - 当前数量public Long getQuotaLimit()
public void setQuotaLimit(Long QuotaLimit)
QuotaLimit - 配额数量Copyright © 2025. All rights reserved.