BgpConfiguration Class

Definition

BGP configuration properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.BgpConfigurationTypeConverter))]
public class BgpConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IBgpConfiguration, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.BgpConfigurationTypeConverter))>]
type BgpConfiguration = class
    interface IBgpConfiguration
    interface IJsonSerializable
    interface IAnnotationResource
    interface IValidates
Public Class BgpConfiguration
Implements IBgpConfiguration, IValidates
Inheritance
BgpConfiguration
Attributes
Implements

Constructors

Name Description
BgpConfiguration()

Creates an new BgpConfiguration instance.

Properties

Name Description
AllowAs

Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.

AllowAsOverride

Enable Or Disable state.

Annotation

Switch configuration description.

BfdConfigurationAdministrativeState

Administrative state of the BfdConfiguration. Example: Enabled | Disabled.

BfdConfigurationIntervalInMilliSecond

Interval in milliseconds. Example: 300.

BfdConfigurationMultiplier

Multiplier for the Bfd Configuration. Example: 5.

DefaultRouteOriginate

Originate a defaultRoute. Ex: "True" | "False".

FabricAsn

ASN of Network Fabric. Example: 65048.

Ipv4ListenRangePrefix

List of BGP IPv4 Listen Range prefixes.

Ipv4NeighborAddress

List with stringified IPv4 Neighbor Addresses.

Ipv6ListenRangePrefix

List of BGP IPv6 Listen Ranges prefixes.

Ipv6NeighborAddress

List with stringified IPv6 Neighbor Address.

PeerAsn

Peer ASN. Example: 65047.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BgpConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BgpConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IBgpConfiguration.

FromJsonString(String)

Creates a new instance of BgpConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BgpConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to