Uses of Class
com.tencentcloudapi.ecm.v20190719.models.DeleteSecurityGroupRequest
-
Packages that use DeleteSecurityGroupRequest Package Description com.tencentcloudapi.ecm.v20190719 com.tencentcloudapi.ecm.v20190719.models -
-
Uses of DeleteSecurityGroupRequest in com.tencentcloudapi.ecm.v20190719
Methods in com.tencentcloudapi.ecm.v20190719 with parameters of type DeleteSecurityGroupRequest Modifier and Type Method Description DeleteSecurityGroupResponseEcmClient. DeleteSecurityGroup(DeleteSecurityGroupRequest req)只有当前账号下的安全组允许被删除。 安全组实例ID如果在其他安全组的规则中被引用,则无法直接删除。这种情况下,需要先进行规则修改,再删除安全组。 删除的安全组无法再找回,请谨慎调用。 -
Uses of DeleteSecurityGroupRequest in com.tencentcloudapi.ecm.v20190719.models
Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type DeleteSecurityGroupRequest Constructor Description DeleteSecurityGroupRequest(DeleteSecurityGroupRequest 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.
-