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

NetworkResource

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

A resource representing a network that connects the various components of a cluster together.

interface NetworkResource {
network?: NetworkReference;
}

§Properties

§

Immutable. Configuration for this network resource, which describes how it should be created or imported. This field only controls how the network resource is initially created or imported. Subsequent changes to the network resource should be made via the resource's API and will not be reflected in the configuration.

§

Reference to a network in Google Compute Engine.