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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
secgroup, err := r.client.CreateISecurityGroup(secgroup_input) secgroup.GetVpcId() 无法正常返回vpcid
Environment: yunion.io/x/cloudmux v0.0.0-20241220090641-a861dcb543af
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
我可以理解ctyun的安全组与vpc并无绑定关系。但是在创建安全组时,还是需要传入vpcid这个参数,感觉有点不太统一。是否可以在这里直接把传入的参数返回。
No branches or pull requests
What happened:
secgroup, err := r.client.CreateISecurityGroup(secgroup_input)
secgroup.GetVpcId() 无法正常返回vpcid
Environment:
yunion.io/x/cloudmux v0.0.0-20241220090641-a861dcb543af
The text was updated successfully, but these errors were encountered: