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

VmwareAdminControlPlaneNodeConfig

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

VmwareAdminControlPlaneNodeConfig contains control plane node configuration for VMware admin cluster.

interface VmwareAdminControlPlaneNodeConfig {
cpus?: bigint;
memory?: bigint;
replicas?: bigint;
}

§Properties

§
cpus?: bigint
[src]

The number of vCPUs for the control-plane node of the admin cluster.

§
memory?: bigint
[src]

The number of mebibytes of memory for the control-plane node of the admin cluster.

§
replicas?: bigint
[src]

The number of control plane nodes for this VMware admin cluster. (default: 1 replica).