Classes
BackupDRClient
The BackupDR Service.
BackupDRConnection
The BackupDRConnection
object for BackupDRClient
.
BackupDRConnectionIdempotencyPolicy
BackupDRLimitedErrorCountRetryPolicy
A retry policy for BackupDRConnection
based on counting errors.
BackupDRLimitedTimeRetryPolicy
A retry policy for BackupDRConnection
based on elapsed time.
BackupDRRetryPolicy
The retry policy for BackupDRConnection
.
Structs
BackupDRBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
BackupDRConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
BackupDRPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
BackupDRRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeBackupDRConnection(Options)
A factory function to construct an object of type BackupDRConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of BackupDRClient.
The optional options
argument may be used to configure aspects of the returned BackupDRConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< BackupDRConnection > |
MakeDefaultBackupDRConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< BackupDRConnectionIdempotencyPolicy > |