BgpPeerStatus Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BgpPeerStatus() |
Initializes a new instance of the BgpPeerStatus class. |
BgpPeerStatus(String, String, Nullable<Int32>, BgpPeerState, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the BgpPeerStatus class. |
BgpPeerStatus()
Initializes a new instance of the BgpPeerStatus class.
public BgpPeerStatus ();
Public Sub New ()
Applies to
BgpPeerStatus(String, String, Nullable<Int32>, BgpPeerState, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the BgpPeerStatus class.
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)
Parameters
- localAddress
- String
The virtual network gateway's local address.
- neighbor
- String
The remote BGP peer.
- state
- BgpPeerState
The BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'
- connectedDuration
- String
For how long the peering has been up.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET