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 page provides documentation for the `RouterStatusBgpPeerStatus` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality in various versions, with the latest version being 3.6.0."],["`RouterStatusBgpPeerStatus` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["The class has properties such as `AdvertisedRoutes`, `BfdStatus`, `IpAddress`, `LinkedVpnTunnel`, and `Name`, which provide information about the routes advertised, the BFD status, the local and peer IP addresses, the associated VPN tunnel, and the BGP peer's name respectively."],["The `RouterStatusBgpPeerStatus` class includes properties to check if specific fields are set such as `HasIpAddress`, `HasLinkedVpnTunnel`, `HasName`, `HasNumLearnedRoutes`, `HasPeerIpAddress`, `HasRouterApplianceInstance`, `HasState`, `HasStatus`, `HasUptime`, `HasUptimeSeconds`, as well as properties for retrieving the values of these fields."],["`RouterStatusBgpPeerStatus` contains details about the BGP session, such as the state, the number of learned routes (`NumLearnedRoutes`), the status (UP/DOWN), and the uptime of the session in both human-readable and seconds formats (`Uptime`, `UptimeSeconds`)."]]],[]]