Uses of Class
com.tencentcloudapi.vpc.v20170312.models.DescribeUsedIpAddressRequest
-
Packages that use DescribeUsedIpAddressRequest Package Description com.tencentcloudapi.vpc.v20170312 com.tencentcloudapi.vpc.v20170312.models -
-
Uses of DescribeUsedIpAddressRequest in com.tencentcloudapi.vpc.v20170312
Methods in com.tencentcloudapi.vpc.v20170312 with parameters of type DescribeUsedIpAddressRequest Modifier and Type Method Description DescribeUsedIpAddressResponseVpcClient. DescribeUsedIpAddress(DescribeUsedIpAddressRequest req)本接口(DescribeUsedIpAddress)用于查询Subnet或者Vpc内的ip的使用情况, 如ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值 -
Uses of DescribeUsedIpAddressRequest in com.tencentcloudapi.vpc.v20170312.models
Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type DescribeUsedIpAddressRequest Constructor Description 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.
-