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

VmwareAdminVCenterConfig

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

VmwareAdminVCenterConfig contains VCenter configuration for VMware admin cluster.

interface VmwareAdminVCenterConfig {
address?: string;
caCertData?: string;
cluster?: string;
datacenter?: string;
dataDisk?: string;
datastore?: string;
folder?: string;
resourcePool?: string;
storagePolicyName?: string;
}

§Properties

§
address?: string
[src]

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 admin cluster.

§
datacenter?: string
[src]

The name of the vCenter datacenter for the admin cluster.

§
dataDisk?: string
[src]

The name of the virtual machine disk (VMDK) for the admin cluster.

§
datastore?: string
[src]

The name of the vCenter datastore for the admin cluster.

§
folder?: string
[src]

The name of the vCenter folder for the admin cluster.

§
resourcePool?: string
[src]

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

§
storagePolicyName?: string
[src]

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