Dela via


IBgpSession Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.BgpSessionTypeConverter))]
public interface IBgpSession : Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.BgpSessionTypeConverter))>]
type IBgpSession = interface
    interface IJsonSerializable
Public Interface IBgpSession
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

MaxPrefixesAdvertisedV4

The maximum number of prefixes advertised over the IPv4 session.

MaxPrefixesAdvertisedV6

The maximum number of prefixes advertised over the IPv6 session.

Md5AuthenticationKey

The MD5 authentication key of the session.

MicrosoftSessionIPv4Address

The IPv4 session address on Microsoft's end.

MicrosoftSessionIPv6Address

The IPv6 session address on Microsoft's end.

PeerSessionIPv4Address

The IPv4 session address on peer's end.

PeerSessionIPv6Address

The IPv6 session address on peer's end.

SessionPrefixV4

The IPv4 prefix that contains both ends' IPv4 addresses.

SessionPrefixV6

The IPv6 prefix that contains both ends' IPv6 addresses.

SessionStateV4

The state of the IPv4 session.

SessionStateV6

The state of the IPv6 session.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to