vmj / groovy-upcloud

Groovy UpCloud library
GNU General Public License v3.0
1 stars 0 forks source link

Add support for software defined networking (SDN) #6

Open vmj opened 4 years ago

vmj commented 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.

When dealing with Server resources, there's a new list of Interface resources in the networking property.

These Interface resources can also be created after the server creation. The server must be stopped and the network must already exist.

vmj commented 4 years ago

Also, add networks to the billing summary.