Class DescribeInternetAddressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dc.v20180410.models.DescribeInternetAddressRequest
-
public class DescribeInternetAddressRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInternetAddressRequest()DescribeInternetAddressRequest(DescribeInternetAddressRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get 过滤条件: AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通 AddrProto地址类型。0:IPv4 1:IPv6 Status 地址状态。 0:使用中, 1:已停用, 2:已退还 Subnet 互联网公网地址,数组互联网公网地址ID,数组 LonggetLimit()Get 返回数量,默认为20,最大值100LonggetOffset()Get 偏移量,默认为0voidsetFilters(Filter[] Filters)Set 过滤条件: AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通 AddrProto地址类型。0:IPv4 1:IPv6 Status 地址状态。 0:使用中, 1:已停用, 2:已退还 Subnet 互联网公网地址,数组互联网公网地址ID,数组 voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值100voidsetOffset(Long Offset)Set 偏移量,默认为0voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeInternetAddressRequest
public DescribeInternetAddressRequest()
-
DescribeInternetAddressRequest
public DescribeInternetAddressRequest(DescribeInternetAddressRequest 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.
-
-
Method Detail
-
getOffset
public Long getOffset()
Get 偏移量,默认为0- Returns:
- Offset 偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0- Parameters:
Offset- 偏移量,默认为0
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值100- Returns:
- Limit 返回数量,默认为20,最大值100
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值100- Parameters:
Limit- 返回数量,默认为20,最大值100
-
getFilters
public Filter[] getFilters()
Get 过滤条件:- AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通
- AddrProto地址类型。0:IPv4 1:IPv6
- Status 地址状态。 0:使用中, 1:已停用, 2:已退还
- Subnet 互联网公网地址,数组
互联网公网地址ID,数组 - Returns:
- Filters 过滤条件:
- AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通
- AddrProto地址类型。0:IPv4 1:IPv6
- Status 地址状态。 0:使用中, 1:已停用, 2:已退还
- Subnet 互联网公网地址,数组
互联网公网地址ID,数组
-
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件:- AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通
- AddrProto地址类型。0:IPv4 1:IPv6
- Status 地址状态。 0:使用中, 1:已停用, 2:已退还
- Subnet 互联网公网地址,数组
互联网公网地址ID,数组 - Parameters:
Filters- 过滤条件:- AddrType, 地址类型。0:BGP 1; 1: 电信, 2:移动, 3:联通
- AddrProto地址类型。0:IPv4 1:IPv6
- Status 地址状态。 0:使用中, 1:已停用, 2:已退还
- Subnet 互联网公网地址,数组
互联网公网地址ID,数组
-