Uses of Class
com.tencentcloudapi.clb.v20180317.models.DescribeLoadBalancerOverviewRequest
-
Packages that use DescribeLoadBalancerOverviewRequest Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of DescribeLoadBalancerOverviewRequest in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 with parameters of type DescribeLoadBalancerOverviewRequest Modifier and Type Method Description DescribeLoadBalancerOverviewResponseClbClient. DescribeLoadBalancerOverview(DescribeLoadBalancerOverviewRequest req)查询运行中、隔离中、即将到期和负载均衡总数。 -
Uses of DescribeLoadBalancerOverviewRequest in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type DescribeLoadBalancerOverviewRequest Constructor Description DescribeLoadBalancerOverviewRequest(DescribeLoadBalancerOverviewRequest 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.
-