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;
}