Create a Private Network. Create a new Private Network. Once created, you can attach Scaleway resources in the same Availability Zone.
The request CreatePrivateNetworkRequest
A Promise of PrivateNetwork
Delete a Private Network. Delete an existing Private Network. Note that you must first detach all resources from the network, in order to delete it.
The request DeletePrivateNetworkRequest
Get a Private Network. Retrieve information about an existing Private Network, specified by its Private Network ID. Its full details are returned in the response object.
The request GetPrivateNetworkRequest
A Promise of PrivateNetwork
List Private Networks. List existing Private Networks in a specified Availability Zone. By default, the Private Networks returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field.
The request ListPrivateNetworksRequest
A Promise of ListPrivateNetworksResponse
Update Private Network. Update parameters (such as name or tags) of an existing Private Network, specified by its Private Network ID.
The request UpdatePrivateNetworkRequest
A Promise of PrivateNetwork
VPC API.
This API allows you to manage your Virtual Private Clouds (VPCs) and Private Networks.