public class DescribeEipQuotaResponse extends AbstractModel
构造器和说明 |
---|
DescribeEipQuotaResponse() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getBatchApplyMax()
获取BatchApplyMax
|
Integer |
getCurrentEipNum()
获取当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和
|
Integer |
getDailyApplyCount()
获取当天申请EIP次数
|
Integer |
getDailyApplyQuota()
获取每日申请EIP的次数限制
|
Integer |
getEipNumQuota()
获取能拥有的EIP个数的总配额,默认是100个
|
String |
getRequestId()
获取唯一请求 ID,每次请求都会返回。
|
void |
setBatchApplyMax(Integer BatchApplyMax)
设置BatchApplyMax
|
void |
setCurrentEipNum(Integer CurrentEipNum)
设置当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和
|
void |
setDailyApplyCount(Integer DailyApplyCount)
设置当天申请EIP次数
|
void |
setDailyApplyQuota(Integer DailyApplyQuota)
设置每日申请EIP的次数限制
|
void |
setEipNumQuota(Integer EipNumQuota)
设置能拥有的EIP个数的总配额,默认是100个
|
void |
setRequestId(String RequestId)
设置唯一请求 ID,每次请求都会返回。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getEipNumQuota()
public void setEipNumQuota(Integer EipNumQuota)
EipNumQuota
- 能拥有的EIP个数的总配额,默认是100个public Integer getCurrentEipNum()
public void setCurrentEipNum(Integer CurrentEipNum)
CurrentEipNum
- 当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和public Integer getDailyApplyCount()
public void setDailyApplyCount(Integer DailyApplyCount)
DailyApplyCount
- 当天申请EIP次数public Integer getDailyApplyQuota()
public void setDailyApplyQuota(Integer DailyApplyQuota)
DailyApplyQuota
- 每日申请EIP的次数限制public Integer getBatchApplyMax()
public void setBatchApplyMax(Integer BatchApplyMax)
BatchApplyMax
- BatchApplyMaxpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2019. All rights reserved.