public sealed class RouterStatusBgpPeerStatus : IMessage<RouterStatusBgpPeerStatus>, IEquatable<RouterStatusBgpPeerStatus>, IDeepCloneable<RouterStatusBgpPeerStatus>, IBufferMessage, IMessage
public string RouterApplianceInstance { get; set; }
[Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `RouterStatusBgpPeerStatus` class provides detailed information about the status and configuration of a BGP peer, including its advertised routes, BFD status, and various IP addresses."],["This class supports various features such as enabling IPv6 traffic, MD5 authentication, and identifying the linked VPN tunnel, with properties like `EnableIpv6`, `Md5AuthEnabled`, and `LinkedVpnTunnel`."],["It includes details on the session state and uptime, which is given in both a human-readable format (e.g., \"14 years\") and in seconds, accessible via the `State`, `Uptime`, and `UptimeSeconds` properties."],["The `RouterStatusBgpPeerStatus` class is derived from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting a range of functionalities, such as data serialization and cloning."],["There are numerous documented versions of the API relating to `RouterStatusBgpPeerStatus`, with 3.6.0 being the latest."]]],[]]