CniBgpConfigurationResponse

data class CniBgpConfigurationResponse(val bgpPeers: List<BgpPeerResponse>? = null, val communityAdvertisements: List<CommunityAdvertisementResponse>? = null, val serviceExternalPrefixes: List<String>? = null, val serviceLoadBalancerPrefixes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(bgpPeers: List<BgpPeerResponse>? = null, communityAdvertisements: List<CommunityAdvertisementResponse>? = null, serviceExternalPrefixes: List<String>? = null, serviceLoadBalancerPrefixes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric.

Link copied to clipboard

The list of prefix community advertisement properties. Each prefix community specifies a prefix, and the communities that should be associated with that prefix when it is announced.

Link copied to clipboard

The subnet blocks in CIDR format for Kubernetes service external IPs to be advertised over BGP.

Link copied to clipboard

The subnet blocks in CIDR format for Kubernetes load balancers. Load balancer IPs will only be advertised if they are within one of these blocks.