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"]],[["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-05 UTC."],[[["The `BackupDRConnection` object serves as the interface for user-facing methods in `BackupDRClient`, enabling custom behavior injection for testing purposes."],["This documentation covers versions 2.23.0 through 2.37.0-rc, with 2.37.0-rc being the most current release candidate and 2.30.0 being the version currently displayed."],["The interface defines virtual methods such as `options()`, `ListManagementServers()`, `GetManagementServer()`, `CreateManagementServer()`, and `DeleteManagementServer()`."],["`MakeBackupDRConnection()` facilitates the creation of a concrete `BackupDRConnection` instance, while `backupdr_v1_mocks::MockBackupDRConnection` aids in creating mock objects for testing."],["The `CreateManagementServer` and `DeleteManagementServer` methods support both synchronous (future) and asynchronous (NoAwaitTag) operations."]]],[]]