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

ManagementCluster

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

Management cluster configuration.

interface ManagementCluster {
clusterId?: string;
nodeTypeConfigs?: {
[key: string]: NodeTypeConfig;
}
;
stretchedClusterConfig?: StretchedClusterConfig;
}

§Properties

§
clusterId?: string
[src]

Required. The user-provided identifier of the new Cluster. The identifier must meet the following requirements: * Only contains 1-63 alphanumeric characters and hyphens * Begins with an alphabetical character

  • Ends with a non-hyphen character * Not formatted as a UUID * Complies with RFC 1034 (section 3.5)
§
nodeTypeConfigs?: {
[key: string]: NodeTypeConfig;
}
[src]

Required. The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType).

§
stretchedClusterConfig?: StretchedClusterConfig
[src]

Optional. Configuration of a stretched cluster. Required for STRETCHED private clouds.