BgpAdvertisementResponse

data class BgpAdvertisementResponse(val advertiseToFabric: String? = null, val communities: List<String>? = null, val ipAddressPools: List<String>, val peers: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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
val communities: 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

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

Link copied to clipboard
val peers: 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.