Uses of Class
com.tencentcloudapi.waf.v20180125.models.DescribeWafInfoResponse
-
Packages that use DescribeWafInfoResponse Package Description com.tencentcloudapi.waf.v20180125 com.tencentcloudapi.waf.v20180125.models -
-
Uses of DescribeWafInfoResponse in com.tencentcloudapi.waf.v20180125
Methods in com.tencentcloudapi.waf.v20180125 that return DescribeWafInfoResponse Modifier and Type Method Description DescribeWafInfoResponseWafClient. DescribeWafInfo(DescribeWafInfoRequest req)获取负载均衡绑定的WAF信息,可以根据租户负载均衡实例ID、负载均衡监听器ID、负载均衡的域名信息来查询对应绑定的 Waf的状态信息。 查询的范围:负载均衡实例ID、负载均衡实例ID+监听器ID、负载均衡实例ID+监听器ID+域名。 可能的错误码:ResourceNotFound(没有找到对应的资源)、UnsupportedRegion(目前clb-waf只支持北京、广州、上海、成都、重庆、香港地域)。 -
Uses of DescribeWafInfoResponse in com.tencentcloudapi.waf.v20180125.models
Constructors in com.tencentcloudapi.waf.v20180125.models with parameters of type DescribeWafInfoResponse Constructor Description DescribeWafInfoResponse(DescribeWafInfoResponse 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.
-