BgpServiceLoadBalancerConfiguration interface

BgpServiceLoadBalancerConfiguration represents the configuration of a BGP service load balancer.

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.

Property Details

bgpAdvertisements

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

bgpAdvertisements?: BgpAdvertisement[]

Property Value

bgpPeers

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

bgpPeers?: ServiceLoadBalancerBgpPeer[]

Property Value

fabricPeeringEnabled

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

fabricPeeringEnabled?: string

Property Value

string

ipAddressPools

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

ipAddressPools?: IpAddressPool[]

Property Value