Open vmj opened 4 years ago
There's a new Network resource, part of which is a new IpNetwork resource. One can list, create, modify, and delete these networks.
Network
IpNetwork
When dealing with Server resources, there's a new list of Interface resources in the networking property.
Server
Interface
networking
These Interface resources can also be created after the server creation. The server must be stopped and the network must already exist.
Also, add networks to the billing summary.
There's a new
Network
resource, part of which is a newIpNetwork
resource. One can list, create, modify, and delete these networks.When dealing with
Server
resources, there's a new list ofInterface
resources in thenetworking
property.These
Interface
resources can also be created after the server creation. The server must be stopped and the network must already exist.