Class UpdateAutonomousContainerDatabaseDataGuardAssociationDetails
The configuration details for updating a Autonomous Container DatabaseData Guard association for a Autonomous Container Database.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class UpdateAutonomousContainerDatabaseDataGuardAssociationDetails
Properties
FastStartFailOverLagLimitInSeconds
Declaration
[JsonProperty(PropertyName = "fastStartFailOverLagLimitInSeconds")]
public int? FastStartFailOverLagLimitInSeconds { get; set; }
Property Value
Type | Description |
---|---|
int? | The lag time for my preference based on data loss tolerance in seconds. |
IsAutomaticFailoverEnabled
Declaration
[JsonProperty(PropertyName = "isAutomaticFailoverEnabled")]
public bool? IsAutomaticFailoverEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association |
ProtectionMode
Declaration
[JsonProperty(PropertyName = "protectionMode")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateAutonomousContainerDatabaseDataGuardAssociationDetails.ProtectionModeEnum? ProtectionMode { get; set; }
Property Value
Type | Description |
---|---|
UpdateAutonomousContainerDatabaseDataGuardAssociationDetails.ProtectionModeEnum? | The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation. |