Uses of Class
com.tencentcloudapi.clb.v20180317.models.SetLoadBalancerSecurityGroupsResponse
-
Packages that use SetLoadBalancerSecurityGroupsResponse Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of SetLoadBalancerSecurityGroupsResponse in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 that return SetLoadBalancerSecurityGroupsResponse Modifier and Type Method Description SetLoadBalancerSecurityGroupsResponseClbClient. SetLoadBalancerSecurityGroups(SetLoadBalancerSecurityGroupsRequest req)SetLoadBalancerSecurityGroups 接口支持对一个公网负载均衡实例执行设置(绑定、解绑)安全组操作。查询一个负载均衡实例目前已绑定的安全组,可使用 DescribeLoadBalancers 接口。本接口是set语义, 绑定操作时,入参需要传入负载均衡实例要绑定的所有安全组(已绑定的+新增绑定的)。 解绑操作时,入参需要传入负载均衡实例执行解绑后所绑定的所有安全组;如果要解绑所有安全组,可不传此参数,或传入空数组。注意:内网负载均衡不支持绑定安全组。 -
Uses of SetLoadBalancerSecurityGroupsResponse in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type SetLoadBalancerSecurityGroupsResponse Constructor Description SetLoadBalancerSecurityGroupsResponse(SetLoadBalancerSecurityGroupsResponse 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.
-