This interface defines virtual methods for each of the user-facing overload sets in RoutersClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RoutersClient.
To create a concrete instance, see MakeRoutersConnection().
[[["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 webpage details the `RoutersConnection` object, which acts as an interface defining virtual methods for all user-facing overload sets within the `RoutersClient`."],["The page provides links to various versions of the `RoutersConnection` class, ranging from the latest release candidate (2.37.0-rc) down to version 2.15.1, allowing access to each specific version's documentation."],["It allows the user to inject custom behavior for testing using a Google Mock object, and for concrete instances it is possible to use the function `MakeRoutersConnection()`."],["The `RoutersConnection` object includes a multitude of functions that allows for the manipulation and access to router data such as `AggregatedListRouters`, `DeleteRouter`, and `GetNatMappingInfo` among others."],["The `MockRoutersConnection` is also available for mocking through `compute_routers_v1_mocks::MockRoutersConnection`."]]],[]]