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