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."],[[["Version 3.6.0 is the latest version available for the `Google.Cloud.Compute.V1.RouterStatus`, and it is accessible through the provided link."],["The `RouterStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has the base class of Object."],["The `RouterStatus` class offers properties like `BestRoutes`, `BestRoutesForRouter`, `BgpPeerStatus`, `HasNetwork`, `NatStatus`, and `Network`, each providing specific information about the router's status."],["The namespace for the `RouterStatus` class is `Google.Cloud.Compute.V1`, and it is contained within the `Google.Cloud.Compute.V1.dll` assembly."],["The class also has two constructors: `RouterStatus()` and `RouterStatus(RouterStatus other)` where the latter takes another `RouterStatus` object as a parameter."]]],[]]