Uses of Class
com.tencentcloudapi.clb.v20180317.models.LBItem
-
Packages that use LBItem Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of LBItem in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return LBItem Modifier and Type Method Description LBItem[]DescribeLBListenersResponse. getLoadBalancers()Get 绑定的后端规则Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type LBItem Modifier and Type Method Description voidDescribeLBListenersResponse. setLoadBalancers(LBItem[] LoadBalancers)Set 绑定的后端规则Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type LBItem Constructor Description LBItem(LBItem 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.
-