Uses of Class
com.tencentcloudapi.clb.v20180317.models.ModifyLoadBalancerAttributesResponse
-
Packages that use ModifyLoadBalancerAttributesResponse Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of ModifyLoadBalancerAttributesResponse in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 that return ModifyLoadBalancerAttributesResponse Modifier and Type Method Description ModifyLoadBalancerAttributesResponse
ClbClient. ModifyLoadBalancerAttributes(ModifyLoadBalancerAttributesRequest req)
修改负载均衡实例的属性。支持修改负载均衡实例的名称、设置负载均衡的跨域属性。 本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。 -
Uses of ModifyLoadBalancerAttributesResponse in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type ModifyLoadBalancerAttributesResponse Constructor Description ModifyLoadBalancerAttributesResponse(ModifyLoadBalancerAttributesResponse 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.
-