Bgp Service Load Balancer Configuration Response
data class BgpServiceLoadBalancerConfigurationResponse(val bgpAdvertisements: List<BgpAdvertisementResponse>? = null, val bgpPeers: List<ServiceLoadBalancerBgpPeerResponse>? = null, val fabricPeeringEnabled: String? = null, val ipAddressPools: List<IpAddressPoolResponse>? = null)
Constructors
Link copied to clipboard
fun BgpServiceLoadBalancerConfigurationResponse(bgpAdvertisements: List<BgpAdvertisementResponse>? = null, bgpPeers: List<ServiceLoadBalancerBgpPeerResponse>? = null, fabricPeeringEnabled: String? = null, ipAddressPools: List<IpAddressPoolResponse>? = null)