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

VmwareAdminNetworkConfig

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

VmwareAdminNetworkConfig contains network configuration for VMware admin cluster.

interface VmwareAdminNetworkConfig {
dhcpIpConfig?: VmwareDhcpIpConfig;
haControlPlaneConfig?: VmwareAdminHAControlPlaneConfig;
hostConfig?: VmwareHostConfig;
podAddressCidrBlocks?: string[];
serviceAddressCidrBlocks?: string[];
staticIpConfig?: VmwareStaticIpConfig;
vcenterNetwork?: string;
}

§Properties

§

Configuration settings for a DHCP IP configuration.

§

Configuration for HA admin cluster control plane.

§

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.