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
Azure SDK for .NET