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

NetworkResourceConfig

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

Describes how a network resource should be initialized. Each network resource can either be imported from an existing Google Cloud resource or initialized when the cluster is created.

interface NetworkResourceConfig {
existingNetwork?: ExistingNetworkConfig;
newNetwork?: NewNetworkConfig;
}

§Properties

§
existingNetwork?: ExistingNetworkConfig
[src]

Optional. Immutable. If set, indicates that an existing network should be imported.

§

Optional. Immutable. If set, indicates that a new network should be created.