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

ExistingNetworkConfig

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

When set in a NetworkResourceConfig, indicates that an existing network should be imported.

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

§Properties

§
network?: string
[src]

Required. Immutable. Name of the network to import, in the format projects/{project}/global/networks/{network}.

§
subnetwork?: string
[src]

Required. Immutable. Particular subnetwork to use, in the format projects/{project}/regions/{region}/subnetworks/{subnetwork}.