public class DescribeInternetAddressQuotaResponse extends AbstractModel
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互联网地址已使用数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIpv4BgpQuota()
Get BGP类型IPv4互联网地址配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIpv4OtherNum()
Get 非BGP类型互联网地址已使用数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIpv4OtherQuota()
Get 非BGP类型IPv4互联网地址配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIpv6PrefixLen()
Get IPv6互联网公网允许的最小前缀长度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setIpv4BgpNum(Long Ipv4BgpNum)
Set BGP类型IPv4互联网地址已使用数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIpv4BgpQuota(Long Ipv4BgpQuota)
Set BGP类型IPv4互联网地址配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIpv4OtherNum(Long Ipv4OtherNum)
Set 非BGP类型互联网地址已使用数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIpv4OtherQuota(Long Ipv4OtherQuota)
Set 非BGP类型IPv4互联网地址配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIpv6PrefixLen(Long Ipv6PrefixLen)
Set IPv6互联网公网允许的最小前缀长度
注意:此字段可能返回 null,表示取不到有效值。
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeInternetAddressQuotaResponse()
public DescribeInternetAddressQuotaResponse(DescribeInternetAddressQuotaResponse source)
public Long getIpv6PrefixLen()
public void setIpv6PrefixLen(Long Ipv6PrefixLen)
Ipv6PrefixLen
- IPv6互联网公网允许的最小前缀长度
注意:此字段可能返回 null,表示取不到有效值。public Long getIpv4BgpQuota()
public void setIpv4BgpQuota(Long Ipv4BgpQuota)
Ipv4BgpQuota
- BGP类型IPv4互联网地址配额
注意:此字段可能返回 null,表示取不到有效值。public Long getIpv4OtherQuota()
public void setIpv4OtherQuota(Long Ipv4OtherQuota)
Ipv4OtherQuota
- 非BGP类型IPv4互联网地址配额
注意:此字段可能返回 null,表示取不到有效值。public Long getIpv4BgpNum()
public void setIpv4BgpNum(Long Ipv4BgpNum)
Ipv4BgpNum
- BGP类型IPv4互联网地址已使用数量
注意:此字段可能返回 null,表示取不到有效值。public Long getIpv4OtherNum()
public void setIpv4OtherNum(Long Ipv4OtherNum)
Ipv4OtherNum
- 非BGP类型互联网地址已使用数量
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.