Backup and DR Service v1 API - Class BackupDRSettings (1.1.0)

public sealed class BackupDRSettings : ServiceSettingsBase

Reference documentation and code samples for the Backup and DR Service v1 API class BackupDRSettings.

Settings for BackupDRClient instances.

Inheritance

object > ServiceSettingsBase > BackupDRSettings

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

BackupDRSettings()

public BackupDRSettings()

Constructs a new BackupDRSettings object with default settings.

Properties

CreateManagementServerOperationsSettings

public OperationsSettings CreateManagementServerOperationsSettings { get; set; }

Long Running Operation settings for calls to BackupDRClient.CreateManagementServer and BackupDRClient.CreateManagementServerAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateManagementServerSettings

public CallSettings CreateManagementServerSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BackupDRClient.CreateManagementServer and BackupDRClient.CreateManagementServerAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteManagementServerOperationsSettings

public OperationsSettings DeleteManagementServerOperationsSettings { get; set; }

Long Running Operation settings for calls to BackupDRClient.DeleteManagementServer and BackupDRClient.DeleteManagementServerAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteManagementServerSettings

public CallSettings DeleteManagementServerSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BackupDRClient.DeleteManagementServer and BackupDRClient.DeleteManagementServerAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetManagementServerSettings

public CallSettings GetManagementServerSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BackupDRClient.GetManagementServer and BackupDRClient.GetManagementServerAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

The settings to use for the IAMPolicyClient associated with the client.

Property Value
Type Description
IAMPolicySettings

ListManagementServersSettings

public CallSettings ListManagementServersSettings { get; set; }

CallSettings for synchronous and asynchronous calls to BackupDRClient.ListManagementServers and BackupDRClient.ListManagementServersAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
Type Description
LocationsSettings

Methods

Clone()

public BackupDRSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
BackupDRSettings

A deep clone of this BackupDRSettings object.

GetDefault()

public static BackupDRSettings GetDefault()

Get a new instance of the default BackupDRSettings.

Returns
Type Description
BackupDRSettings

A new instance of the default BackupDRSettings.