Partager via


BgpPeerStatus Constructeurs

Définition

Surcharges

BgpPeerStatus()

Initialise une nouvelle instance de la classe BgpPeerStatus.

BgpPeerStatus(String, String, Nullable<Int32>, BgpPeerState, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initialise une nouvelle instance de la classe BgpPeerStatus.

BgpPeerStatus()

Initialise une nouvelle instance de la classe BgpPeerStatus.

public BgpPeerStatus ();
Public Sub New ()

S’applique à

BgpPeerStatus(String, String, Nullable<Int32>, BgpPeerState, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

Initialise une nouvelle instance de la classe BgpPeerStatus.

public BgpPeerStatus (string localAddress = default, string neighbor = default, int? asn = default, Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState state = default, string connectedDuration = default, long? routesReceived = default, long? messagesSent = default, long? messagesReceived = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerStatus : string * string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerState * string * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.Network.Fluent.Models.BgpPeerStatus
Public Sub New (Optional localAddress As String = Nothing, Optional neighbor As String = Nothing, Optional asn As Nullable(Of Integer) = Nothing, Optional state As BgpPeerState = Nothing, Optional connectedDuration As String = Nothing, Optional routesReceived As Nullable(Of Long) = Nothing, Optional messagesSent As Nullable(Of Long) = Nothing, Optional messagesReceived As Nullable(Of Long) = Nothing)

Paramètres

localAddress
String

Adresse locale de la passerelle de réseau virtuel.

neighbor
String

L’homologue BGP distant.

asn
Nullable<Int32>

Numéro de système autonome de l’homologue BGP distant.

state
BgpPeerState

État de l’homologue BGP. Les valeurs possibles sont les suivantes : « Inconnu », « Arrêté », « Inactif », « Connexion », « Connecté »

connectedDuration
String

Depuis combien de temps le peering est en place.

routesReceived
Nullable<Int64>

Nombre de routes apprises auprès de cet homologue.

messagesSent
Nullable<Int64>

Nombre de messages BGP envoyés.

messagesReceived
Nullable<Int64>

Nombre de messages BGP reçus.

S’applique à