Uses of Class
com.tencentcloudapi.clb.v20180317.models.AssociateTargetGroupsResponse
-
Packages that use AssociateTargetGroupsResponse Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of AssociateTargetGroupsResponse in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 that return AssociateTargetGroupsResponse Modifier and Type Method Description AssociateTargetGroupsResponseClbClient. AssociateTargetGroups(AssociateTargetGroupsRequest req)本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。 -
Uses of AssociateTargetGroupsResponse in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type AssociateTargetGroupsResponse Constructor Description AssociateTargetGroupsResponse(AssociateTargetGroupsResponse 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.
-