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 document provides comprehensive details for the `RouterStatusBgpPeerStatus` class, a part of the `Google.Cloud.Compute.V1` namespace, which is used to get the status of BGP peer in the Google Cloud environment."],["The latest version of this document references version 3.6.0 of `RouterStatusBgpPeerStatus`, while also listing past version documentation dating back to version 1.0.0."],["`RouterStatusBgpPeerStatus` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has methods and properties to manage BGP peer information, such as IP addresses, status, and advertised routes."],["Key properties of `RouterStatusBgpPeerStatus` include `AdvertisedRoutes`, `BfdStatus`, `EnableIpv6`, `IpAddress`, `Name`, and `State`, among others, each with specific functions and data types."],["The class also provides read/write capability with getters and setters for each property to interact with BGP peers."]]],[]]