IAutonomousDatabaseBaseProperties.RemoteDisasterRecoveryConfigurationIsReplicateAutomaticBackup Property

Definition

If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isReplicateAutomaticBackups", Update=false)]
public bool? RemoteDisasterRecoveryConfigurationIsReplicateAutomaticBackup { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="If true, 7 days worth of backups are replicated across regions for Cross-Region ADB or Backup-Based DR between Primary and Standby. If false, the backups taken on the Primary are not replicated to the Standby database.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isReplicateAutomaticBackups", Update=false)>]
member this.RemoteDisasterRecoveryConfigurationIsReplicateAutomaticBackup : Nullable<bool>
Public ReadOnly Property RemoteDisasterRecoveryConfigurationIsReplicateAutomaticBackup As Nullable(Of Boolean)

Property Value

Attributes

Applies to