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-04-09 UTC."],[[["This page details the `RouterStatusBgpPeerStatus` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.4.0, used in .NET development."],["The `RouterStatusBgpPeerStatus` class is part of the Google Cloud Compute API and is used for retrieving information about the status of a BGP peer within a router, and can be accessed across various versions, from 1.0.0 up to the latest, 3.6.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for data handling, equality checks, and cloning, as well as containing multiple properties that indicate the status and values of various parameters of the BGP session."],["Key properties of the class include `AdvertisedRoutes`, `BfdStatus`, and settings related to IPv6 (`EnableIpv6`), as well as the ability to identify whether certain fields are set through `Has` properties, allowing developers to check whether values are available."],["The class also includes multiple parameters that provide information about the BGP peer connection, including the status, IP addresses, uptime, and the number of routes learned from the remote BGP peer."]]],[]]