Uses of Class
com.tencentcloudapi.clb.v20180317.models.TargetGroupInfo
-
Packages that use TargetGroupInfo Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of TargetGroupInfo in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return TargetGroupInfo Modifier and Type Method Description TargetGroupInfo[]DescribeTargetGroupListResponse. getTargetGroupSet()Get 显示的目标组信息集合。TargetGroupInfo[]DescribeTargetGroupsResponse. getTargetGroupSet()Get 显示的目标组信息集合。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type TargetGroupInfo Modifier and Type Method Description voidDescribeTargetGroupListResponse. setTargetGroupSet(TargetGroupInfo[] TargetGroupSet)Set 显示的目标组信息集合。voidDescribeTargetGroupsResponse. setTargetGroupSet(TargetGroupInfo[] TargetGroupSet)Set 显示的目标组信息集合。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type TargetGroupInfo Constructor Description TargetGroupInfo(TargetGroupInfo 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.
-