ubicloud/cli-commands/fw
Jeremy Evans 32b37873f8 Support adding a firewall rule using private subnet name or id instead of cidr in the API/SDK/CLI
When adding using private subnet name or id, this creates 2 rules, one
for IPv4 and one for IPv6. This changes the response to include multiple
rules if a private subnet name or id is given. Since it wasn't possible
to use a private subnet name or id before, this is in general backwards
compatible. However, code that passed values through without checking
them (such as the CLI) needs adjustment. I think the amount of backwards
compatibility breakage here is acceptable.
2025-11-05 02:08:52 +09:00
..
post Support adding a firewall rule using private subnet name or id instead of cidr in the API/SDK/CLI 2025-11-05 02:08:52 +09:00
list.rb Fix capitalization in destroy confirm/error messages 2025-02-19 10:25:42 -08:00