Compartilhar via


BgpPeerStatus Construtores

Definição

Sobrecargas

BgpPeerStatus()

Inicializa uma nova instância da classe BgpPeerStatus.

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

Inicializa uma nova instância da classe BgpPeerStatus.

BgpPeerStatus()

Inicializa uma nova instância da classe BgpPeerStatus.

public BgpPeerStatus ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da classe BgpPeerStatus.

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

Parâmetros

localAddress
String

O endereço local do gateway de rede virtual.

neighbor
String

O par BGP remoto.

asn
Nullable<Int64>

O número do sistema autônomo do par BGP remoto.

state
String

O estado do par BGP. Os valores possíveis incluem: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'

connectedDuration
String

Por quanto tempo o emparelhamento foi para cima.

routesReceived
Nullable<Int64>

O número de rotas aprendidas com esse par.

messagesSent
Nullable<Int64>

O número de mensagens BGP enviadas.

messagesReceived
Nullable<Int64>

O número de mensagens BGP recebidas.

Aplica-se a