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 within a router."],["This class includes properties like `AdvertisedRoutes`, `BfdStatus`, `IpAddress`, `PeerIpAddress`, `Uptime`, and `State`, among others, to monitor the peer's status."],["There are numerous versions available, ranging from 1.0.0 to the latest 3.6.0, showcasing the evolution of the `RouterStatusBgpPeerStatus` object and Google Cloud Compute's BGP functionalities."],["The `RouterStatusBgpPeerStatus` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from `Object`, providing methods for object management and manipulation."],["The class has methods for its constructor, one that is empty, and one that accepts a `RouterStatusBgpPeerStatus` object, enabling instantiation and duplication."]]],[]]