Share via


BgpServiceLoadBalancerConfiguration Class

Definition

BgpServiceLoadBalancerConfiguration represents the configuration of a BGP service load balancer.

public class BgpServiceLoadBalancerConfiguration
type BgpServiceLoadBalancerConfiguration = class
Public Class BgpServiceLoadBalancerConfiguration
Inheritance
BgpServiceLoadBalancerConfiguration

Constructors

BgpServiceLoadBalancerConfiguration()

Initializes a new instance of BgpServiceLoadBalancerConfiguration.

Properties

BgpAdvertisements

The association of IP address pools to the communities and peers, allowing for announcement of IPs.

BgpPeers

The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.

FabricPeeringEnabled

The indicator to specify if the load balancer peers with the network fabric.

IPAddressPools

The list of pools of IP addresses that can be allocated to Load Balancer services.

Applies to