Networks
Manages the private networks of a project: creation, listing, retrieval, deletion, and attaching, configuring or detaching VMs on a network. Network changes are applied asynchronously.
POST
Create Network
Creates a new private network in the project.
GET
List Networks
Returns a paged list of the project's networks.
GET
Get Network
Returns a single network by id.
DELETE
Delete Network
Deletes a network from the project.
POST
Attach VM to Network
Connects a VM to the network.
PUT
Update VM Network Attachment
Changes the network configuration (IP address) of a VM already attached to the network.
DELETE
Detach VM from Network
Disconnects a VM from the network.