ubicloud/routes/project/location
Jeremy Evans 4b819d3cb2 Change all create_with_id to create
It hasn't been necessary to use create_with_id since
ebc79622df, in December 2024.

I have plans to introduce:

```ruby
def create_with_id(id, values)
  obj = new(values)
  obj.id = id
  obj.save_changes
end
```

This will make it easier to use the same id when creating
multiple objects.  The first step is removing the existing
uses of create_with_id.
2025-08-06 01:55:51 +09:00
..
firewall Remove unnecessary route nesting or true matchers 2025-06-20 05:14:52 +09:00
firewall.rb Remove Dataset#eager directly before Dataset#first 2025-06-25 07:27:46 +09:00
kubernetes_cluster.rb Add api support to kubernetes routes 2025-07-02 10:34:03 +02:00
load_balancer.rb Use r.is to check for fully routed path only once instead of twice 2025-06-20 05:14:52 +09:00
postgres.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
private_subnet.rb Use PrivateSubnet#nics_dataset to simplify code 2025-07-01 02:47:11 +09:00
vm.rb Remove Dataset#eager directly before Dataset#first 2025-06-25 07:27:46 +09:00