BgpPeerStatus Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
BgpPeerStatus() |
Inicializa uma nova instância da classe BgpPeerStatus. |
BgpPeerStatus(String, String, Nullable<Int32>, BgpPeerState, 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<Int32>, BgpPeerState, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Inicializa uma nova instância da 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)
Parâmetros
- localAddress
- String
O endereço local do gateway de rede virtual.
- neighbor
- String
O par BGP remoto.
- state
- BgpPeerState
O estado de par do BGP. Os valores possíveis incluem: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'
- connectedDuration
- String
Por quanto tempo o emparelhamento foi para cima.
Aplica-se a
Azure SDK for .NET