Class UpdateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails
Update properties for an Autonomous Container Database member in an Automatic DR configuration.
Inheritance
UpdateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails : UpdateAutomaticDrConfigurationMemberDetails
Properties
IsAutoFailoverEnabled
Declaration
[JsonProperty(PropertyName = "isAutoFailoverEnabled")]
public bool? IsAutoFailoverEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | A flag indicating if the automatic failover should be enabled for the Autonomous Container Database member in the Automatic DR configuration.
|
IsAutoSwitchoverEnabled
Declaration
[JsonProperty(PropertyName = "isAutoSwitchoverEnabled")]
public bool? IsAutoSwitchoverEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | A flag indicating if the automatic switchover should be enabled for the Autonomous Container Database member in the Automatic DR configuration.
|