Uses of Class
com.tencentcloudapi.clb.v20180317.models.SetSecurityGroupForLoadbalancersResponse
-
Packages that use SetSecurityGroupForLoadbalancersResponse Package Description com.tencentcloudapi.clb.v20180317 com.tencentcloudapi.clb.v20180317.models -
-
Uses of SetSecurityGroupForLoadbalancersResponse in com.tencentcloudapi.clb.v20180317
Methods in com.tencentcloudapi.clb.v20180317 that return SetSecurityGroupForLoadbalancersResponse Modifier and Type Method Description SetSecurityGroupForLoadbalancersResponseClbClient. SetSecurityGroupForLoadbalancers(SetSecurityGroupForLoadbalancersRequest req)绑定或解绑一个安全组到多个公网负载均衡实例。注意:内网负载均衡不支持绑定安全组。 -
Uses of SetSecurityGroupForLoadbalancersResponse in com.tencentcloudapi.clb.v20180317.models
Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type SetSecurityGroupForLoadbalancersResponse Constructor Description SetSecurityGroupForLoadbalancersResponse(SetSecurityGroupForLoadbalancersResponse 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.
-