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 latest version of the `RouterStatusBgpPeerStatus` reference is 3.6.0, with a full list of available versions ranging from 1.0.0 to 3.6.0 for users to access."],["`RouterStatusBgpPeerStatus` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["This class manages BGP peer status information, including advertised routes, BFD status, IPv6 settings, and details about the local and remote BGP interfaces like IP addresses."],["The `RouterStatusBgpPeerStatus` class also contains properties to track operational details such as the number of learned routes, session uptime, and status indicators like whether MD5 authentication is enabled."],["The `RouterStatusBgpPeerStatus` can provide users with information pertaining to the status of the session, providing the user with information such as if the session is 'UP' or 'DOWN', and also if there was a specific reason for the returned status."]]],[]]