Class DescribeUsedIpAddressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeUsedIpAddressRequest
-
public class DescribeUsedIpAddressRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeUsedIpAddressRequest()DescribeUsedIpAddressRequest(DescribeUsedIpAddressRequest 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 String[]getIpAddresses()Get 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。LonggetLimit()Get 返回数量,默认为20,最大值为100。LonggetOffset()Get 偏移量,默认为0。StringgetSubnetId()Get 子网实例ID。StringgetVpcId()Get VPC实例ID。voidsetIpAddresses(String[] IpAddresses)Set 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。voidsetSubnetId(String SubnetId)Set 子网实例ID。voidsetVpcId(String VpcId)Set VPC实例ID。voidtoMap(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
-
DescribeUsedIpAddressRequest
public DescribeUsedIpAddressRequest()
-
DescribeUsedIpAddressRequest
public DescribeUsedIpAddressRequest(DescribeUsedIpAddressRequest 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
-
getVpcId
public String getVpcId()
Get VPC实例ID。- Returns:
- VpcId VPC实例ID。
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID。- Parameters:
VpcId- VPC实例ID。
-
getSubnetId
public String getSubnetId()
Get 子网实例ID。- Returns:
- SubnetId 子网实例ID。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网实例ID。- Parameters:
SubnetId- 子网实例ID。
-
getIpAddresses
public String[] getIpAddresses()
Get 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。- Returns:
- IpAddresses 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。
-
setIpAddresses
public void setIpAddresses(String[] IpAddresses)
Set 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。- Parameters:
IpAddresses- 查询是否占用的ip列表,ip需要在vpc或子网内。最多允许一次查询100个IP。
-
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。
-
-