Uses of Class
com.tencentcloudapi.clb.v20180317.models.DescribeBlockIPListRequest
-
Packages that use DescribeBlockIPListRequest Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of DescribeBlockIPListRequest in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 with parameters of type DescribeBlockIPListRequest Modifier and Type Method Description DescribeBlockIPListResponseClbClient. DescribeBlockIPList(DescribeBlockIPListRequest req)查询一个负载均衡所封禁的IP列表(黑名单)。(接口灰度中,如需使用请提工单) -
Uses of DescribeBlockIPListRequest in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type DescribeBlockIPListRequest Constructor Description DescribeBlockIPListRequest(DescribeBlockIPListRequest 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.
-