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."],[[["This webpage details the `BackupDRConnection` object, which acts as an interface defining virtual methods for `BackupDRClient` overload sets, allowing for custom behaviors in testing."],["The `BackupDRConnection` class includes methods for managing servers, such as `ListManagementServers`, `GetManagementServer`, `CreateManagementServer`, and `DeleteManagementServer`."],["The page also lists the available versions of the `BackupDRConnection` ranging from the latest `2.37.0-rc` down to `2.23.0` , with links for each version."],["For creating a real instance, users should reference `MakeBackupDRConnection()`, and for mocking purposes, the page suggests using `backupdr_v1_mocks::MockBackupDRConnection`."],["The methods for creating and deleting management servers have experimental and standard versions, some with and without the option to wait."]]],[]]