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

VmwareNetworkConfig

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

Specifies network config for the VMware user cluster.

interface VmwareNetworkConfig {
controlPlaneV2Config?: VmwareControlPlaneV2Config;
dhcpIpConfig?: VmwareDhcpIpConfig;
hostConfig?: VmwareHostConfig;
podAddressCidrBlocks?: string[];
serviceAddressCidrBlocks?: string[];
staticIpConfig?: VmwareStaticIpConfig;
vcenterNetwork?: string;
}

§Properties

§
controlPlaneV2Config?: VmwareControlPlaneV2Config
[src]

Configuration for control plane V2 mode.

§

Configuration settings for a DHCP IP configuration.

§

Represents common network settings irrespective of the host's IP address.

§
podAddressCidrBlocks?: string[]
[src]

Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.

§
serviceAddressCidrBlocks?: string[]
[src]

Required. All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. This field cannot be changed after creation.

§
staticIpConfig?: VmwareStaticIpConfig
[src]

Configuration settings for a static IP configuration.

§
vcenterNetwork?: string
[src]

vcenter_network specifies vCenter network name. Inherited from the admin cluster.