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

BareMetalBgpLbConfig

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

BareMetalBgpLbConfig represents configuration parameters for a Border Gateway Protocol (BGP) load balancer.

interface BareMetalBgpLbConfig {
asn?: bigint;
bgpPeerConfigs?: BareMetalBgpPeerConfig[];
loadBalancerNodePoolConfig?: BareMetalLoadBalancerNodePoolConfig;
}

§Properties

§

Required. AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.

§
asn?: bigint
[src]

Required. BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.

§
bgpPeerConfigs?: BareMetalBgpPeerConfig[]
[src]

Required. The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.

§
loadBalancerNodePoolConfig?: BareMetalLoadBalancerNodePoolConfig
[src]

Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.