public class DescribeInternetAddressQuotaResponse extends AbstractModel
header, skipSign| 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 BGP类型IPv4互联网地址已使用数量 | 
| Long | getIpv4BgpQuota()Get BGP类型IPv4互联网地址配额 | 
| Long | getIpv4OtherNum()Get 非BGP类型互联网地址已使用数量 | 
| Long | getIpv4OtherQuota()Get 非BGP类型IPv4互联网地址配额 | 
| Long | getIpv6PrefixLen()Get IPv6互联网公网允许的最小前缀长度 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setIpv4BgpNum(Long Ipv4BgpNum)Set BGP类型IPv4互联网地址已使用数量 | 
| void | setIpv4BgpQuota(Long Ipv4BgpQuota)Set BGP类型IPv4互联网地址配额 | 
| void | setIpv4OtherNum(Long Ipv4OtherNum)Set 非BGP类型互联网地址已使用数量 | 
| void | setIpv4OtherQuota(Long Ipv4OtherQuota)Set 非BGP类型IPv4互联网地址配额 | 
| void | setIpv6PrefixLen(Long Ipv6PrefixLen)Set IPv6互联网公网允许的最小前缀长度 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeInternetAddressQuotaResponse()
public DescribeInternetAddressQuotaResponse(DescribeInternetAddressQuotaResponse source)
public Long getIpv6PrefixLen()
public void setIpv6PrefixLen(Long Ipv6PrefixLen)
Ipv6PrefixLen - IPv6互联网公网允许的最小前缀长度public Long getIpv4BgpQuota()
public void setIpv4BgpQuota(Long Ipv4BgpQuota)
Ipv4BgpQuota - BGP类型IPv4互联网地址配额public Long getIpv4OtherQuota()
public void setIpv4OtherQuota(Long Ipv4OtherQuota)
Ipv4OtherQuota - 非BGP类型IPv4互联网地址配额public Long getIpv4BgpNum()
public void setIpv4BgpNum(Long Ipv4BgpNum)
Ipv4BgpNum - BGP类型IPv4互联网地址已使用数量public Long getIpv4OtherNum()
public void setIpv4OtherNum(Long Ipv4OtherNum)
Ipv4OtherNum - 非BGP类型互联网地址已使用数量public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.