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

VmwareVCenterConfig

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

Represents configuration for the VMware VCenter for the user cluster.

interface VmwareVCenterConfig {
readonly address?: string;
caCertData?: string;
cluster?: string;
datacenter?: string;
datastore?: string;
folder?: string;
resourcePool?: string;
storagePolicyName?: string;
}

§Properties

§
readonly address?: string
[src]

Output only. The vCenter IP address.

§
caCertData?: string
[src]

Contains the vCenter CA certificate public key for SSL verification.

§
cluster?: string
[src]

The name of the vCenter cluster for the user cluster.

§
datacenter?: string
[src]

The name of the vCenter datacenter for the user cluster.

§
datastore?: string
[src]

The name of the vCenter datastore for the user cluster.

§
folder?: string
[src]

The name of the vCenter folder for the user cluster.

§
resourcePool?: string
[src]

The name of the vCenter resource pool for the user cluster.

§
storagePolicyName?: string
[src]

The name of the vCenter storage policy for the user cluster.