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