Uses of Class
com.tencentcloudapi.clb.v20180317.models.TargetGroupBackend
-
Packages that use TargetGroupBackend Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of TargetGroupBackend in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return TargetGroupBackend Modifier and Type Method Description TargetGroupBackend[]DescribeTargetGroupInstancesResponse. getTargetGroupInstanceSet()Get 绑定的服务器信息。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type TargetGroupBackend Modifier and Type Method Description voidDescribeTargetGroupInstancesResponse. setTargetGroupInstanceSet(TargetGroupBackend[] TargetGroupInstanceSet)Set 绑定的服务器信息。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type TargetGroupBackend Constructor Description TargetGroupBackend(TargetGroupBackend 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.
-