ExistingNetworkConfig
import type { ExistingNetworkConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in a NetworkResourceConfig, indicates that an existing network should be imported.
interface ExistingNetworkConfig {
network?: string;
subnetwork?: string;
}