VPC
A VPC (Virtual Private Cloud) is an isolated Layer 3 network for resources in one workspace. Resources in the same VPC communicate over private IPs without traversing the public internet.
Create a VPC
Connectivity modes
For inbound access to a VM behind a NAT gateway, add a port-forwarding rule that maps a port on the gateway to a private VM address.
Attach a VM
Each attachment selects a subnet and connectivity type:
privateassigns only a private address.public_ipassigns or uses a Reserved IP.natsends outbound traffic through the VPC NAT gateway.
Use the API
Use GET /networking/sites before creation to discover sites where the VPC
control plane is available.
Delete a VPC
A VPC must be empty before deletion. Detach its VMs, remove NAT gateways, and
remove dependent subnets first. The API returns 409 Conflict while dependencies
remain.
