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

NodeTypeConfig

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

Information about the type and number of nodes associated with the cluster.

interface NodeTypeConfig {
customCoreCount?: number;
nodeCount?: number;
}

§Properties

§
customCoreCount?: number
[src]

Optional. Customized number of cores available to each node of the type. This number must always be one of nodeType.availableCustomCoreCounts. If zero is provided max value from nodeType.availableCustomCoreCounts will be used.

§
nodeCount?: number
[src]

Required. The number of nodes of this type in the cluster