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

GclbObservationSourcePscNetworkConfig

import type { GclbObservationSourcePscNetworkConfig } from "https://googleapis.deno.dev/v1/apim:v1alpha.ts";

Network information for setting up a PSC connection.

interface GclbObservationSourcePscNetworkConfig {
network?: string;
subnetwork?: string;
}

§Properties

§
network?: string
[src]

Required. The VPC network. Format: projects/{project_id}/global/networks/{network}

§
subnetwork?: string
[src]

Required. The subnetwork in the source region that will be used to connect to the Cloud Load Balancers via PSC NEGs. Must belong to network. Format: projects/{project_id}/regions/{region}/subnetworks/{subnet}