Create a Peering with a VPC
pydo.vpcs
Generated on 26 Mar 2026
from pydo version
v0.29.0
VPCs (virtual private clouds) allow you to create virtual networks containing resources that can communicate with each other in full isolation using private IP addresses.
By sending requests to the /v2/vpcs endpoint, you can create, configure,
list, and delete custom VPCs as well as retrieve information about the
resources assigned to them.
pydo.vpcs.create_peerings()
pydo.vpcs.create()
Create a New VPC
pydo.vpcs.delete()
Delete a VPC
pydo.vpcs.get()
Retrieve an Existing VPC
pydo.vpcs.list_members()
List the Member Resources of a VPC
pydo.vpcs.list_peerings()
List the Peerings of a VPC
pydo.vpcs.list()
List All VPCs
pydo.vpcs.patch_peerings()
Update a VPC Peering
pydo.vpcs.patch()
Partially Update a VPC
pydo.vpcs.update()
Update a VPC