Bare Metal Cluster Load Balancer Bgp Lb Config
data class BareMetalClusterLoadBalancerBgpLbConfig(val addressPools: List<BareMetalClusterLoadBalancerBgpLbConfigAddressPool>, val asn: Int, val bgpPeerConfigs: List<BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfig>, val loadBalancerNodePoolConfig: BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfig? = null)
Constructors
Link copied to clipboard
fun BareMetalClusterLoadBalancerBgpLbConfig(addressPools: List<BareMetalClusterLoadBalancerBgpLbConfigAddressPool>, asn: Int, bgpPeerConfigs: List<BareMetalClusterLoadBalancerBgpLbConfigBgpPeerConfig>, loadBalancerNodePoolConfig: BareMetalClusterLoadBalancerBgpLbConfigLoadBalancerNodePoolConfig? = null)
Types
Properties
Link copied to clipboard
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. Structure is documented below.
Link copied to clipboard