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 details the `RouterStatusBgpPeerStatus` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 2.13.0 and provides links to prior versions, as well as the latest 3.6.0."],["The `RouterStatusBgpPeerStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports various functionalities."],["Key properties of this class include managing BGP peer-related data such as advertised routes, BFD status, IPv6 settings, IP addresses, and authentication status."],["The class also includes properties for tracking connection health and details like session state, uptime, and reasons for status changes of the BGP peer connection."],["The `RouterStatusBgpPeerStatus` class offers both a default constructor and one that takes another `RouterStatusBgpPeerStatus` object as an argument, allowing for cloning or copying of instances."]]],[]]