Bgp Service Load Balancer Configuration Args
data class BgpServiceLoadBalancerConfigurationArgs(val bgpAdvertisements: Output<List<BgpAdvertisementArgs>>? = null, val bgpPeers: Output<List<ServiceLoadBalancerBgpPeerArgs>>? = null, val fabricPeeringEnabled: Output<Either<String, FabricPeeringEnabled>>? = null, val ipAddressPools: Output<List<IpAddressPoolArgs>>? = null) : ConvertibleToJava<BgpServiceLoadBalancerConfigurationArgs>
Constructors
Link copied to clipboard
fun BgpServiceLoadBalancerConfigurationArgs(bgpAdvertisements: Output<List<BgpAdvertisementArgs>>? = null, bgpPeers: Output<List<ServiceLoadBalancerBgpPeerArgs>>? = null, fabricPeeringEnabled: Output<Either<String, FabricPeeringEnabled>>? = null, ipAddressPools: Output<List<IpAddressPoolArgs>>? = null)