Create a VPC
Creates a private network in one region. The range must be RFC1918, /22 or larger, and must not overlap the cluster’s own networks. Two workspaces may share a range — VPCs are separate routers — but two VPCs on the same range can never be peered.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Body
Create a VPC
Region the VPC lives in. A VPC cannot span regions.
Name, unique per region. Defaults to 'default'.
Human-readable display name
IPv4 range. Defaults to 10.224.0.0/16.
IPv6 range. Derived from the workspace and name when omitted.
Response
Create a VPC
Api_V1_Entities_Vpc model
Unique VPC identifier
VPC name, unique per region
Display label
Current status (pending, active, failed, deleting)
Region the VPC lives in. A VPC cannot span regions.
IPv4 range the subnets are carved from
IPv6 range, derived when not supplied
Address of the VPC's DNS resolver, at the base of the range plus two
Range VPN clients are addressed from
Number of subnets
Number of attached workloads
Creation timestamp

