Skip to main content
Google Cloud
Documentation Technology areas
  • AI and ML
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Distributed, hybrid, and multicloud
  • Generative AI
  • Industry solutions
  • Networking
  • Observability and monitoring
  • Security
  • Storage
Cross-product tools
  • Access and resources management
  • Costs and usage management
  • Google Cloud SDK, languages, frameworks, and tools
  • Infrastructure as code
  • Migration
Related sites
  • Google Cloud Home
  • Free Trial and Free Tier
  • Architecture Center
  • Blog
  • Contact Sales
  • Google Cloud Developer Center
  • Google Developer Center
  • Google Cloud Marketplace
  • Google Cloud Marketplace Documentation
  • Google Cloud Skills Boost
  • Google Cloud Solution Center
  • Google Cloud Support
  • Google Cloud Tech Youtube Channel
/
  • English
  • Deutsch
  • Español – América Latina
  • Français
  • Português – Brasil
  • 中文 – 简体
  • 日本語
  • 한국어
Console Sign in
  • C++
Overview Guides Reference Samples
Contact Us Start free
Google Cloud
  • Documentation
    • Overview
    • Guides
    • Reference
    • Samples
  • Technology areas
    • More
  • Cross-product tools
    • More
  • Related sites
    • More
  • Console
  • Contact Us
  • Start free
  • Overview
  • Library reference docs
  • Backup and DR Service API C++ Client Library
  • In-Depth Topics
    • Environment Variables
    • How to Override the Authentication Credentials
    • How to Override the Default Endpoint
    • Override Retry, Backoff, and Idempotency Policies
    • Override backupdr_v1::BackupDRClient Retry Policies
  • Modules
    • Backup and DR Service API Configuration Options
  • Namespaces
    • google::cloud::backupdr_v1
      • Overview
      • Classes
        • BackupDRClient
          • Overview
          • Constructors
            • BackupDRClient(BackupDRClient const &)
            • BackupDRClient(BackupDRClient &&)
            • BackupDRClient(std::shared_ptr< BackupDRConnection >, Options)
          • Operators
            • operator=(BackupDRClient const &)
            • operator=(BackupDRClient &&)
            • operator==(BackupDRClient const &, BackupDRClient const &)
            • operator!=(BackupDRClient const &, BackupDRClient const &)
          • Functions
            • ListManagementServers(std::string const &, Options)
            • ListManagementServers(google::cloud::backupdr::v1::ListManagementServersRequest, Options)
            • GetManagementServer(std::string const &, Options)
            • GetManagementServer(google::cloud::backupdr::v1::GetManagementServerRequest const &, Options)
            • CreateManagementServer(std::string const &, google::cloud::backupdr::v1::ManagementServer const &, std::string const &, Options)
            • CreateManagementServer(NoAwaitTag, std::string const &, google::cloud::backupdr::v1::ManagementServer const &, std::string const &, Options)
            • CreateManagementServer(google::cloud::backupdr::v1::CreateManagementServerRequest const &, Options)
            • CreateManagementServer(NoAwaitTag, google::cloud::backupdr::v1::CreateManagementServerRequest const &, Options)
            • CreateManagementServer(google::longrunning::Operation const &, Options)
            • DeleteManagementServer(std::string const &, Options)
            • DeleteManagementServer(NoAwaitTag, std::string const &, Options)
            • DeleteManagementServer(google::cloud::backupdr::v1::DeleteManagementServerRequest const &, Options)
            • DeleteManagementServer(NoAwaitTag, google::cloud::backupdr::v1::DeleteManagementServerRequest const &, Options)
            • DeleteManagementServer(google::longrunning::Operation const &, Options)
        • BackupDRConnection
          • Overview
          • Functions
            • virtual options()
            • virtual ListManagementServers(google::cloud::backupdr::v1::ListManagementServersRequest)
            • virtual GetManagementServer(google::cloud::backupdr::v1::GetManagementServerRequest const &)
            • virtual CreateManagementServer(google::cloud::backupdr::v1::CreateManagementServerRequest const &)
            • virtual CreateManagementServer(NoAwaitTag, google::cloud::backupdr::v1::CreateManagementServerRequest const &)
            • virtual CreateManagementServer(google::longrunning::Operation const &)
            • virtual DeleteManagementServer(google::cloud::backupdr::v1::DeleteManagementServerRequest const &)
            • virtual DeleteManagementServer(NoAwaitTag, google::cloud::backupdr::v1::DeleteManagementServerRequest const &)
            • virtual DeleteManagementServer(google::longrunning::Operation const &)
        • BackupDRConnectionIdempotencyPolicy
          • Overview
          • Functions
            • virtual clone() const
            • virtual ListManagementServers(google::cloud::backupdr::v1::ListManagementServersRequest)
            • virtual GetManagementServer(google::cloud::backupdr::v1::GetManagementServerRequest const &)
            • virtual CreateManagementServer(google::cloud::backupdr::v1::CreateManagementServerRequest const &)
            • virtual DeleteManagementServer(google::cloud::backupdr::v1::DeleteManagementServerRequest const &)
        • BackupDRLimitedErrorCountRetryPolicy
          • Overview
          • Constructors
            • BackupDRLimitedErrorCountRetryPolicy(int)
            • BackupDRLimitedErrorCountRetryPolicy(BackupDRLimitedErrorCountRetryPolicy &&)
            • BackupDRLimitedErrorCountRetryPolicy(BackupDRLimitedErrorCountRetryPolicy const &)
          • Functions
            • maximum_failures() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • BackupDRLimitedTimeRetryPolicy
          • Overview
          • Constructors
            • BackupDRLimitedTimeRetryPolicy(std::chrono::duration< DurationRep, DurationPeriod >)
            • BackupDRLimitedTimeRetryPolicy(BackupDRLimitedTimeRetryPolicy &&)
            • BackupDRLimitedTimeRetryPolicy(BackupDRLimitedTimeRetryPolicy const &)
          • Functions
            • maximum_duration() const
            • virtual OnFailure(Status const &)
            • virtual IsExhausted() const
            • virtual IsPermanentFailure(Status const &) const
            • virtual clone() const
          • Types
            • BaseType
        • BackupDRRetryPolicy
          • Overview
          • Functions
            • clone() const
            • OnFailure(Status const &)
            • OnFailure(Status const &)
            • IsExhausted() const
            • IsExhausted() const
            • IsPermanentFailure(Status const &) const
            • IsPermanentFailure(Status const &) const
      • Structs
        • BackupDRBackoffPolicyOption
          • Overview
          • Types
            • Type
        • BackupDRConnectionIdempotencyPolicyOption
          • Overview
          • Types
            • Type
        • BackupDRPollingPolicyOption
          • Overview
          • Types
            • Type
        • BackupDRRetryPolicyOption
          • Overview
          • Types
            • Type
      • Functions
        • MakeBackupDRConnection(Options)
        • MakeDefaultBackupDRConnectionIdempotencyPolicy()
    • google::cloud::backupdr_v1_mocks
      • Overview
      • Classes
        • MockBackupDRConnection
          • Overview
          • Functions
            • virtual options()
            • virtual ListManagementServers(google::cloud::backupdr::v1::ListManagementServersRequest)
            • virtual GetManagementServer(google::cloud::backupdr::v1::GetManagementServerRequest const &)
            • virtual CreateManagementServer(google::cloud::backupdr::v1::CreateManagementServerRequest const &)
            • virtual CreateManagementServer(NoAwaitTag, google::cloud::backupdr::v1::CreateManagementServerRequest const &)
            • virtual CreateManagementServer(google::longrunning::Operation const &)
            • virtual DeleteManagementServer(google::cloud::backupdr::v1::DeleteManagementServerRequest const &)
            • virtual DeleteManagementServer(NoAwaitTag, google::cloud::backupdr::v1::DeleteManagementServerRequest const &)
            • virtual DeleteManagementServer(google::longrunning::Operation const &)
  • AI and ML
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Distributed, hybrid, and multicloud
  • Generative AI
  • Industry solutions
  • Networking
  • Observability and monitoring
  • Security
  • Storage
  • Access and resources management
  • Costs and usage management
  • Google Cloud SDK, languages, frameworks, and tools
  • Infrastructure as code
  • Migration
  • Google Cloud Home
  • Free Trial and Free Tier
  • Architecture Center
  • Blog
  • Contact Sales
  • Google Cloud Developer Center
  • Google Developer Center
  • Google Cloud Marketplace
  • Google Cloud Marketplace Documentation
  • Google Cloud Skills Boost
  • Google Cloud Solution Center
  • Google Cloud Support
  • Google Cloud Tech Youtube Channel
  • Home
  • C++
  • Documentation
  • Reference

Struct BackupDRBackoffPolicyOption (2.29.0)
Stay organized with collections Save and categorize content based on your preferences.

  • 2.38.0-rc (latest)
  • 2.37.0
  • 2.36.0
  • 2.35.0
  • 2.34.0
  • 2.33.0
  • 2.32.0
  • 2.31.0
  • 2.30.0
  • 2.29.0
  • 2.28.0
  • 2.27.0
  • 2.26.0
  • 2.25.1
  • 2.24.0
  • 2.23.0

Use with google::cloud::Options to configure the backoff policy.

Type Aliases

Type

Alias Of: std::shared_ptr< BackoffPolicy >

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.

  • Why Google

    • Choosing Google Cloud
    • Trust and security
    • Modern Infrastructure Cloud
    • Multicloud
    • Global infrastructure
    • Customers and case studies
    • Analyst reports
    • Whitepapers
  • Products and pricing

    • See all products
    • See all solutions
    • Google Cloud for Startups
    • Google Cloud Marketplace
    • Google Cloud pricing
    • Contact sales
  • Support

    • Google Cloud Community
    • Support
    • Release Notes
    • System status
  • Resources

    • GitHub
    • Getting Started with Google Cloud
    • Google Cloud documentation
    • Code samples
    • Cloud Architecture Center
    • Training and Certification
    • Developer Center
  • Engage

    • Blog
    • Events
    • X (Twitter)
    • Google Cloud on YouTube
    • Google Cloud Tech on YouTube
    • Become a Partner
    • Google Cloud Affiliate Program
    • Press Corner
  • About Google
  • Privacy
  • Site terms
  • Google Cloud terms
  • Manage cookies
  • Our third decade of climate action: join us
  • Sign up for the Google Cloud newsletter Subscribe
  • English
  • Deutsch
  • Español – América Latina
  • Français
  • Português – Brasil
  • 中文 – 简体
  • 日本語
  • 한국어