BgpServiceLoadBalancerConfigurationResponse

data class BgpServiceLoadBalancerConfigurationResponse(val bgpAdvertisements: List<BgpAdvertisementResponse>? = null, val bgpPeers: List<ServiceLoadBalancerBgpPeerResponse>? = null, val fabricPeeringEnabled: String? = null, val ipAddressPools: List<IpAddressPoolResponse>? = null)

Constructors

constructor(bgpAdvertisements: List<BgpAdvertisementResponse>? = null, bgpPeers: List<ServiceLoadBalancerBgpPeerResponse>? = null, fabricPeeringEnabled: String? = null, ipAddressPools: List<IpAddressPoolResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The list of pools of IP addresses that can be allocated to load balancer services.