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

CreateNetwork

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

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

interface CreateNetwork {
readonly network?: string;
}

§Properties

§
readonly network?: string
[src]

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