Class Quota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.Quota
-
public class Quota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetQuotaCurrent()Get 当前数量StringgetQuotaId()Get 配额名称,取值范围:
`TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
`DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
`DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。LonggetQuotaLimit()Get 配额数量voidsetQuotaCurrent(Long QuotaCurrent)Set 当前数量voidsetQuotaId(String QuotaId)Set 配额名称,取值范围:
`TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
`DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
`DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。voidsetQuotaLimit(Long QuotaLimit)Set 配额数量voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Quota
public Quota()
-
Quota
public 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.
-
-
Method Detail
-
getQuotaId
public String getQuotaId()
Get 配额名称,取值范围:- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
- `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。
- Returns:
- QuotaId 配额名称,取值范围:
- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
- `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。
- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
-
setQuotaId
public void setQuotaId(String QuotaId)
Set 配额名称,取值范围:- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
- `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。
- Parameters:
QuotaId- 配额名称,取值范围:- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
- `DAILY_EIP_APPLY`:用户当前地域下今日申购次数;
- `DAILY_PUBLIC_IP_ASSIGN`:用户当前地域下,重新分配公网 IP次数。
- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
- `TOTAL_EIP_QUOTA`:用户当前地域下EIP的配额数;
-
getQuotaCurrent
public Long getQuotaCurrent()
Get 当前数量- Returns:
- QuotaCurrent 当前数量
-
setQuotaCurrent
public void setQuotaCurrent(Long QuotaCurrent)
Set 当前数量- Parameters:
QuotaCurrent- 当前数量
-
getQuotaLimit
public Long getQuotaLimit()
Get 配额数量- Returns:
- QuotaLimit 配额数量
-
setQuotaLimit
public void setQuotaLimit(Long QuotaLimit)
Set 配额数量- Parameters:
QuotaLimit- 配额数量
-
-