Share via


BgpAdvertisement Class

Definition

BgpAdvertisement represents the association of IP address pools to the communities and peers.

public class BgpAdvertisement
type BgpAdvertisement = class
Public Class BgpAdvertisement
Inheritance
BgpAdvertisement

Constructors

BgpAdvertisement(IEnumerable<String>)

Initializes a new instance of BgpAdvertisement.

Properties

AdvertiseToFabric

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.

Communities

The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.

IPAddressPools

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

Peers

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

Applies to