This interface defines virtual methods for each of the user-facing overload sets in BackupDRClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type BackupDRClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage details the `BackupDRConnection` object, which facilitates virtual method definitions for user-facing overload sets within `BackupDRClient`, primarily for testing and custom behavior injection."],["The content highlights that the current release candidate is 2.37.0-rc, alongside multiple previous versions spanning from 2.23.0 to 2.36.0 and the current version being 2.27.0."],["`BackupDRConnection` includes virtual functions for managing servers, such as `ListManagementServers`, `GetManagementServer`, `CreateManagementServer`, and `DeleteManagementServer`, with varying parameters and return types."],["For creating concrete instances, the webpage refers users to the `MakeBackupDRConnection()` function, and for creating mocks it refers to the `MockBackupDRConnection` class."]]],[]]