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