Cni Bgp Configuration Response
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
fun CniBgpConfigurationResponse(bgpPeers: List<BgpPeerResponse>? = null, communityAdvertisements: List<CommunityAdvertisementResponse>? = null, serviceExternalPrefixes: List<String>? = null, serviceLoadBalancerPrefixes: List<String>? = null)