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 within version 2.10.0, and provides access to the class in other versions."],["The `RouterStatusBgpPeerStatus` class, an implementation of multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, represents the status of a BGP peer in a router configuration."],["Key properties of the `RouterStatusBgpPeerStatus` class include `AdvertisedRoutes`, `BfdStatus`, `EnableIpv6`, `IpAddress`, `PeerIpAddress`, `State`, and `Status`, among others."],["The `RouterStatusBgpPeerStatus` class can provide information about the BGP session, like the number of routes learned, uptime, and states such as up or down."],["This webpage provides information about the `RouterStatusBgpPeerStatus` class constructors, inherited members, and properties, in addition to offering documentation for various earlier versions of the class."]]],[]]