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

VpcNetworkSource

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

The originating network source in Google Cloud.

interface VpcNetworkSource {
vpcSubnetwork?: VpcSubNetwork;
}

§Properties

§
vpcSubnetwork?: VpcSubNetwork
[src]

Sub-segment ranges of a VPC network.