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

NewNetworkConfig

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

When set in a NetworkResourceConfig, indicates that a new network should be created.

interface NewNetworkConfig {
description?: string;
network?: string;
}

§Properties

§
description?: string
[src]

Optional. Immutable. Description of the network. Maximum of 2048 characters.

§
network?: string
[src]

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