We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What happened: 使用rule,err := secgroup.CreateRule(rule_opts)创建多个安全组规则,之后使用rule.GetGlobalId(),得到的id是相同的。
但是如果通过GetRules()得到rule对象,然后再查看它们的globalid,可以确定创建出来的rule的id都是唯一的。
Environment: yunion.io/x/cloudmux v0.0.0-20240929084537-95ed5a2d6298
The text was updated successfully, but these errors were encountered:
是哪个云,目前CreateRule是单个rule规则一个个创建的
Sorry, something went wrong.
No branches or pull requests
What happened:
使用rule,err := secgroup.CreateRule(rule_opts)创建多个安全组规则,之后使用rule.GetGlobalId(),得到的id是相同的。
但是如果通过GetRules()得到rule对象,然后再查看它们的globalid,可以确定创建出来的rule的id都是唯一的。
Environment:
yunion.io/x/cloudmux v0.0.0-20240929084537-95ed5a2d6298
The text was updated successfully, but these errors were encountered: