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

NetworkConfig

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

Network configuration for ManagementServer instance.

interface NetworkConfig {
network?: string;
peeringMode?: "PEERING_MODE_UNSPECIFIED" | "PRIVATE_SERVICE_ACCESS";
}

§Properties

§
network?: string
[src]

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

§
peeringMode?: "PEERING_MODE_UNSPECIFIED" | "PRIVATE_SERVICE_ACCESS"
[src]

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.