Uses of Class
com.tencentcloudapi.clb.v20180317.models.LoadBalancerTraffic
-
Packages that use LoadBalancerTraffic Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of LoadBalancerTraffic in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return LoadBalancerTraffic Modifier and Type Method Description LoadBalancerTraffic[]DescribeLoadBalancerTrafficResponse. getLoadBalancerTraffic()Get 按出带宽从高到低排序后的负载均衡信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type LoadBalancerTraffic Modifier and Type Method Description voidDescribeLoadBalancerTrafficResponse. setLoadBalancerTraffic(LoadBalancerTraffic[] LoadBalancerTraffic)Set 按出带宽从高到低排序后的负载均衡信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type LoadBalancerTraffic Constructor Description LoadBalancerTraffic(LoadBalancerTraffic 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.
-