public class DescribeEipQuotaResponse extends AbstractModel
Constructor and Description |
---|
DescribeEipQuotaResponse() |
DescribeEipQuotaResponse(DescribeEipQuotaResponse 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 |
getBatchApplyMax()
Get BatchApplyMax
|
Long |
getCurrentEipNum()
Get 当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和
|
Long |
getDailyApplyCount()
Get 当天申请EIP次数
|
Long |
getDailyApplyQuota()
Get 每日申请EIP的次数限制
|
Long |
getEipNumQuota()
Get 能拥有的EIP个数的总配额,默认是100个
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setBatchApplyMax(Long BatchApplyMax)
Set BatchApplyMax
|
void |
setCurrentEipNum(Long CurrentEipNum)
Set 当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和
|
void |
setDailyApplyCount(Long DailyApplyCount)
Set 当天申请EIP次数
|
void |
setDailyApplyQuota(Long DailyApplyQuota)
Set 每日申请EIP的次数限制
|
void |
setEipNumQuota(Long EipNumQuota)
Set 能拥有的EIP个数的总配额,默认是100个
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 DescribeEipQuotaResponse()
public DescribeEipQuotaResponse(DescribeEipQuotaResponse source)
public Long getEipNumQuota()
public void setEipNumQuota(Long EipNumQuota)
EipNumQuota
- 能拥有的EIP个数的总配额,默认是100个public Long getCurrentEipNum()
public void setCurrentEipNum(Long CurrentEipNum)
CurrentEipNum
- 当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和public Long getDailyApplyCount()
public void setDailyApplyCount(Long DailyApplyCount)
DailyApplyCount
- 当天申请EIP次数public Long getDailyApplyQuota()
public void setDailyApplyQuota(Long DailyApplyQuota)
DailyApplyQuota
- 每日申请EIP的次数限制public Long getBatchApplyMax()
public void setBatchApplyMax(Long BatchApplyMax)
BatchApplyMax
- BatchApplyMaxpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.