BgpAdvertisementArgs

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>

Constructors

Link copied to clipboard
constructor(advertiseToFabric: Output<Either<String, AdvertiseToFabric>>? = null, communities: Output<List<String>>? = null, ipAddressPools: Output<List<String>>, peers: Output<List<String>>? = null)

Properties

Link copied to clipboard
val advertiseToFabric: Output<Either<String, AdvertiseToFabric>>? = null

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
val communities: Output<List<String>>? = null

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
val ipAddressPools: Output<List<String>>

The names of the IP address pools associated with this announcement.

Link copied to clipboard
val peers: Output<List<String>>? = null

The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.

Functions

Link copied to clipboard
open override fun toJava(): BgpAdvertisementArgs