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

VmwareControlPlaneVsphereConfig

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

Specifies control plane node config.

interface VmwareControlPlaneVsphereConfig {
datastore?: string;
storagePolicyName?: string;
}

§Properties

§
datastore?: string
[src]

The Vsphere datastore used by the control plane Node.

§
storagePolicyName?: string
[src]

The Vsphere storage policy used by the control plane Node.