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

VmwareVsphereConfig

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

VmwareVsphereConfig represents configuration for the VMware VCenter for node pool.

interface VmwareVsphereConfig {
datastore?: string;
hostGroups?: string[];
}

§Properties

§
datastore?: string
[src]

The name of the vCenter datastore. Inherited from the user cluster.

§
hostGroups?: string[]
[src]

Vsphere host groups to apply to all VMs in the node pool

§

Tags to apply to VMs.