BgpPeerStatus.Asn Property

Definition

Gets the autonomous system number of the remote BGP peer.

[Newtonsoft.Json.JsonProperty(PropertyName="asn")]
public int? Asn { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="asn")>]
member this.Asn : Nullable<int>
Public ReadOnly Property Asn As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to