Compartilhar via


ArmNetworkModelFactory.BgpPeerStatus Método

Definição

Inicializa uma nova instância de BgpPeerStatus.

public static Azure.ResourceManager.Network.Models.BgpPeerStatus BgpPeerStatus (string localAddress = default, string neighbor = default, long? asn = default, Azure.ResourceManager.Network.Models.BgpPeerState? state = default, TimeSpan? connectedDuration = default, long? routesReceived = default, long? messagesSent = default, long? messagesReceived = default);
static member BgpPeerStatus : string * string * Nullable<int64> * Nullable<Azure.ResourceManager.Network.Models.BgpPeerState> * Nullable<TimeSpan> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.Network.Models.BgpPeerStatus
Public Shared Function BgpPeerStatus (Optional localAddress As String = Nothing, Optional neighbor As String = Nothing, Optional asn As Nullable(Of Long) = Nothing, Optional state As Nullable(Of BgpPeerState) = Nothing, Optional connectedDuration As Nullable(Of TimeSpan) = Nothing, Optional routesReceived As Nullable(Of Long) = Nothing, Optional messagesSent As Nullable(Of Long) = Nothing, Optional messagesReceived As Nullable(Of Long) = Nothing) As BgpPeerStatus

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
Nullable<BgpPeerState>

O estado de par do BGP.

connectedDuration
Nullable<TimeSpan>

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.

Retornos

Uma nova BgpPeerStatus instância para simulação.

Aplica-se a