NetworkResourceConfig
import type { NetworkResourceConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Describes how a network resource should be initialized. Each network resource can either be imported from an existing Google Cloud resource or initialized when the cluster is created.
interface NetworkResourceConfig {
existingNetwork?: ExistingNetworkConfig;
newNetwork?: NewNetworkConfig;
}§Properties
§
existingNetwork?: ExistingNetworkConfig
[src]Optional. Immutable. If set, indicates that an existing network should be imported.
§
newNetwork?: NewNetworkConfig
[src]Optional. Immutable. If set, indicates that a new network should be created.