exoscale / egoscale

exoscale golang bindings
https://pkg.go.dev/github.com/exoscale/egoscale/v3
Apache License 2.0
31 stars 14 forks source link

security_group: support FindSecurityGroups to allow param passing #576

Closed pyr closed 1 year ago

pyr commented 1 year ago

FindSecurityGroups is intended to allow passing in filters to the list-security-groups OpenAPI command. The underlying OpenAPI param structure is passed through directly to the command, no other change from ListSecurityGroups