Show / Hide Table of Contents

Class AutomaticDrConfigurationMemberAutonomousDatabase

Properties for an Autonomous Database Serverless member in an Automatic DR configuration.

Inheritance
object
AutomaticDrConfigurationMember
AutomaticDrConfigurationMemberAutonomousDatabase
Inherited Members
AutomaticDrConfigurationMember.MemberId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class AutomaticDrConfigurationMemberAutonomousDatabase : AutomaticDrConfigurationMember

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 Database Serverless member in the Automatic DR configuration.
Example: false

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 Database Serverless member in the Automatic DR configuration.
Example: false

In this article
Back to top