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."],[[["This webpage provides documentation for the `RouterStatusBgpPeerStatus` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality across multiple versions, with the latest version being 3.6.0."],["The `RouterStatusBgpPeerStatus` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google's protocol buffer system."],["This class is designed to represent the status of a BGP peer, containing properties such as `AdvertisedRoutes`, `BfdStatus`, IP addresses (`IpAddress`, `PeerIpAddress`), `Name`, and various status indicators."],["The page documents the class's constructors and properties, detailing the types and descriptions for each, with numerous boolean properties indicating whether certain fields are set, and there is a list of each property and their respective value type."],["The documentation spans multiple versions of the `Google.Cloud.Compute.V1` library, from version 1.0.0 up to the current latest version 3.6.0, allowing users to access information specific to different releases."]]],[]]