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

BareMetalAdminNetworkConfig

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

BareMetalAdminNetworkConfig specifies the cluster network configuration.

interface BareMetalAdminNetworkConfig {
advancedNetworking?: boolean;
multipleNetworkInterfacesConfig?: BareMetalAdminMultipleNetworkInterfacesConfig;
}

§Properties

§
advancedNetworking?: boolean
[src]

Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.

§

Configuration for Island mode CIDR.

§
multipleNetworkInterfacesConfig?: BareMetalAdminMultipleNetworkInterfacesConfig
[src]

Configuration for multiple network interfaces.