public class DescribeEipQuotaResponse extends AbstractModel
构造器和说明 |
---|
DescribeEipQuotaResponse() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getBatchApplyMax()
Get BatchApplyMax
|
Integer |
getCurrentEipNum()
Get 当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和
|
Integer |
getDailyApplyCount()
Get 当天申请EIP次数
|
Integer |
getDailyApplyQuota()
Get 每日申请EIP的次数限制
|
Integer |
getEipNumQuota()
Get 能拥有的EIP个数的总配额,默认是100个
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。
|
void |
setBatchApplyMax(Integer BatchApplyMax)
Set BatchApplyMax
|
void |
setCurrentEipNum(Integer CurrentEipNum)
Set 当前已使用的EIP个数,包括创建中、绑定中、已绑定、解绑中、未绑定几种状态的EIP个数总和
|
void |
setDailyApplyCount(Integer DailyApplyCount)
Set 当天申请EIP次数
|
void |
setDailyApplyQuota(Integer DailyApplyQuota)
Set 每日申请EIP的次数限制
|
void |
setEipNumQuota(Integer EipNumQuota)
Set 能拥有的EIP个数的总配额,默认是100个
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。
|
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 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 © 2020. All rights reserved.