Freigeben über


IBgpAdvertisement Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BgpAdvertisementTypeConverter))]
public interface IBgpAdvertisement : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BgpAdvertisementTypeConverter))>]
type IBgpAdvertisement = interface
    interface IJsonSerializable
Public Interface IBgpAdvertisement
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Community

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

IPAddressPool

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

Peer

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to