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 latest version of the `Google.Cloud.Compute.V1.RouterStatus` is 3.6.0, with the page focusing on version 3.5.0, and it offers historical access to prior versions dating back to 1.0.0."],["`RouterStatus` is a sealed class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which supports functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The `RouterStatus` class includes properties like `BestRoutes`, `BestRoutesForRouter`, `BgpPeerStatus`, and `NatStatus` that provide information on the best dynamic and BGP routes, peer status, and NAT status."],["The class contains a `Network` property, which is a string representing the URI of the network to which the router is connected and a read only `HasNetwork` boolean property."],["The class also features two constructors, `RouterStatus()` and `RouterStatus(RouterStatus other)`, that allow creating new `RouterStatus` objects, with the second constructor enabling the creation of a copy of an existing `RouterStatus` instance."]]],[]]