Uses of Class
com.tencentcloudapi.clb.v20180317.models.LoadBalancerDetail
-
Packages that use LoadBalancerDetail Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of LoadBalancerDetail in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return LoadBalancerDetail Modifier and Type Method Description LoadBalancerDetail[]DescribeLoadBalancersDetailResponse. getLoadBalancerDetailSet()Get 负载均衡详情列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type LoadBalancerDetail Modifier and Type Method Description voidDescribeLoadBalancersDetailResponse. setLoadBalancerDetailSet(LoadBalancerDetail[] LoadBalancerDetailSet)Set 负载均衡详情列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type LoadBalancerDetail Constructor Description LoadBalancerDetail(LoadBalancerDetail 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.
-