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

NetworkReference

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

A reference to a VPC network in Google Compute Engine.

interface NetworkReference {
readonly network?: string;
readonly subnetwork?: string;
}

§Properties

§
readonly network?: string
[src]

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

§
readonly subnetwork?: string
[src]

Output only. Name of the particular subnetwork being used by the cluster, in the format projects/{project}/regions/{region}/subnetworks/{subnetwork}.