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-24 UTC."],[[["This document provides detailed information on the `RouterStatusBgpPeerStatus` class, a part of the `Google.Cloud.Compute.V1` namespace, specifically version 2.6.0, which can be accessed through the .NET library."],["The `RouterStatusBgpPeerStatus` class is a data structure that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage and represent the status of a BGP peer within a router."],["The page offers a list of available versions for the `RouterStatusBgpPeerStatus`, ranging from version 3.6.0 (latest) down to 1.0.0, enabling users to choose the appropriate version for their specific needs."],["The document details the properties of the `RouterStatusBgpPeerStatus` class, including `AdvertisedRoutes`, `BfdStatus`, `EnableIpv6`, `IpAddress`, `Md5AuthEnabled`, `Name`, `State`, `Status`, `Uptime`, and others, which are used to describe and manage various aspects of the BGP peer's configuration and state."],["The document outlines the inheritance and implementation details, indicating that `RouterStatusBgpPeerStatus` inherits from `Object` and implements multiple interfaces, and it also lists inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]