public class DescribeInternetAddressQuotaResponse extends AbstractModel
Constructor and Description |
---|
DescribeInternetAddressQuotaResponse() |
DescribeInternetAddressQuotaResponse(DescribeInternetAddressQuotaResponse 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 |
getIpv4BgpNum()
Get Used number of BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getIpv4BgpQuota()
Get Quota of BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getIpv4OtherNum()
Get Used number of non-BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getIpv4OtherQuota()
Get Quota of non-BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getIpv6PrefixLen()
Get Minimum prefix length allowed for a public IPv6 address
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setIpv4BgpNum(Long Ipv4BgpNum)
Set Used number of BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setIpv4BgpQuota(Long Ipv4BgpQuota)
Set Quota of BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setIpv4OtherNum(Long Ipv4OtherNum)
Set Used number of non-BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setIpv4OtherQuota(Long Ipv4OtherQuota)
Set Quota of non-BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setIpv6PrefixLen(Long Ipv6PrefixLen)
Set Minimum prefix length allowed for a public IPv6 address
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 DescribeInternetAddressQuotaResponse()
public DescribeInternetAddressQuotaResponse(DescribeInternetAddressQuotaResponse source)
public Long getIpv6PrefixLen()
public void setIpv6PrefixLen(Long Ipv6PrefixLen)
Ipv6PrefixLen
- Minimum prefix length allowed for a public IPv6 address
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getIpv4BgpQuota()
public void setIpv4BgpQuota(Long Ipv4BgpQuota)
Ipv4BgpQuota
- Quota of BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getIpv4OtherQuota()
public void setIpv4OtherQuota(Long Ipv4OtherQuota)
Ipv4OtherQuota
- Quota of non-BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getIpv4BgpNum()
public void setIpv4BgpNum(Long Ipv4BgpNum)
Ipv4BgpNum
- Used number of BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getIpv4OtherNum()
public void setIpv4OtherNum(Long Ipv4OtherNum)
Ipv4OtherNum
- Used number of non-BGP IPv4 addresses
Note: this field may return `null`, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.