pydo.vpc_peerings.create()
Generated on 24 Apr 2025
from pydo
version
v0.10.0
Description
To create a new VPC Peering, send a POST request to /v2/vpc_peerings
specifying a name and a list of two VPC IDs to peer. The response code, 202
Accepted, does not indicate the success or failure of the operation, just
that the request has been accepted for processing.
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.