Uses of Class
com.tencentcloudapi.cvm.v20170312.models.AssociateSecurityGroupsResponse
-
Packages that use AssociateSecurityGroupsResponse Package Description com.tencentcloudapi.cvm.v20170312 com.tencentcloudapi.cvm.v20170312.models -
-
Uses of AssociateSecurityGroupsResponse in com.tencentcloudapi.cvm.v20170312
Methods in com.tencentcloudapi.cvm.v20170312 that return AssociateSecurityGroupsResponse Modifier and Type Method Description AssociateSecurityGroupsResponse
CvmClient. AssociateSecurityGroups(AssociateSecurityGroupsRequest req)
本接口 (AssociateSecurityGroups) 用于绑定安全组到指定实例。 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。多个安全组绑定至实例后,将以绑定顺序作为优先级顺序依次匹配执行。如需调整安全组优先级,请参见 [调整安全组优先级](https://cloud.tencent.com/document/product/213/42842)。 -
Uses of AssociateSecurityGroupsResponse in com.tencentcloudapi.cvm.v20170312.models
Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type AssociateSecurityGroupsResponse Constructor Description AssociateSecurityGroupsResponse(AssociateSecurityGroupsResponse 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.
-