A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
public RepeatedField<Route> BestRoutesForRouter { get; }
A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
[[["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."],[[["The `RouterStatus` class is part of the `Google.Cloud.Compute.V1` namespace, specifically within version 3.3.0 of the library, and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["The `RouterStatus` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities such as message handling, equality comparisons, deep cloning, and buffer message operations."],["This class provides properties like `BestRoutes` and `BestRoutesForRouter` which are `RepeatedField` collections of `Route` objects, offering data on dynamic and learned BGP routes."],["The `RouterStatus` class also includes properties for `BgpPeerStatus` and `NatStatus`, which are `RepeatedField` collections for managing BGP peer and NAT statuses."],["The class contains two constructors, a default constructor `RouterStatus()` and `RouterStatus(RouterStatus other)` used for creating a copy of an existing object."]]],[]]