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-04-09 UTC."],[[["This document outlines the `RoutersConnection` class, which defines virtual methods for each user-facing overload set in `RoutersClient` and allows for the injection of custom behavior during testing."],["The `RoutersConnection` object is linked to the `RoutersClient`, offering an interface for interacting with compute routers and enabling the use of custom test behavior."],["The page lists available versions, starting from `2.37.0-rc (latest)` down to `2.15.1`, with version `2.22.1` as the active version, detailing functionalities specific to it, such as `AggregatedListRouters` and `DeleteRouter` functions."],["The `RoutersConnection` class includes multiple virtual functions, such as `GetNatIpInfo`, `GetNatMappingInfo`, `GetRouterStatus`, `InsertRouter`, and `ListRouters`, that manage different types of requests and provide corresponding response types."]]],[]]