pydo.vpcs.create_peerings()
Generated on 12 Jun 2025
from pydo
version
v0.11.0
Description
To create a new VPC peering for a given VPC, send a POST request to
/v2/vpcs/$VPC_ID/peerings
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
vpc_id |
string | True | A unique identifier for a VPC. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.