Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VpcPeeringConnectivity

import type { VpcPeeringConnectivity } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

The details of the VPC where the source database is located in Google Cloud. We will use this information to set up the VPC peering connection between Cloud SQL and this VPC.

interface VpcPeeringConnectivity {
vpc?: string;
}

§Properties

§
vpc?: string
[src]

The name of the VPC network to peer with the Cloud SQL private network.