ubicloud/routes/project/location
Jeremy Evans f930ca132a Allow disconnecting from postgres private subnets in the api/cli/sdk
Similar to connecting, this uses a separate option. Rather than copying
the connect route code to disconnect and modify it, since the majority
of the route code is the same, this combines the private subnet connect
and disconnect routes using a private_subnet_connection_action helper
method.

In order to tell the difference between postgres and private subnet
ids, we need to keep in ubid format so we can check the first two
characters. Add ubid typecast param and symbol matcher to support that.
2025-09-15 11:54:52 -07:00
..
firewall.rb Add extra line between routing branch calls 2025-09-03 02:08:38 +09:00
kubernetes_cluster.rb Add extra line between routing branch calls 2025-09-03 02:08:38 +09:00
load_balancer.rb Add extra line between routing branch calls 2025-09-03 02:08:38 +09:00
postgres.rb Add PostgresResource#incr_restart 2025-09-06 01:40:34 +09:00
private_subnet.rb Allow disconnecting from postgres private subnets in the api/cli/sdk 2025-09-15 11:54:52 -07:00
vm.rb Add extra line between routing branch calls 2025-09-03 02:08:38 +09:00