Bgp Advertisement Args
data class BgpAdvertisementArgs(val advertiseToFabric: Output<Either<String, AdvertiseToFabric>>? = null, val communities: Output<List<String>>? = null, val ipAddressPools: Output<List<String>>, val peers: Output<List<String>>? = null) : ConvertibleToJava<BgpAdvertisementArgs>
Properties
Link copied to clipboard
The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.
Link copied to clipboard
The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.
Link copied to clipboard
The names of the IP address pools associated with this announcement.