ubicloud/prog/vnet
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
..
cert_nexus.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
cert_server.rb Fix LoadBalancer cert renewal empty cert bug 2025-04-03 13:44:17 +02:00
load_balancer_nexus.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
nic_nexus.rb Don't perform any work for subnet and nics in wait if aws? 2025-07-07 11:15:08 +02:00
rekey_nic_tunnel.rb Move nic gateway setting from controlplane 2024-11-07 09:24:29 +01:00
subnet_nexus.rb Change all create_with_id to create 2025-08-06 01:55:51 +09:00
update_firewall_rules.rb Use .aws? helper method 2025-07-07 10:52:33 +03:00
update_load_balancer_node.rb Change rubocop TargetRubyVersion to 3.4 2025-04-26 06:51:19 +09:00