Show / Hide Table of Contents

Class DrProtectionGroupMemberAutonomousContainerDatabase

The properties for an Autonomous Container Database member of a DR protection group.

Inheritance
object
DrProtectionGroupMember
DrProtectionGroupMemberAutonomousContainerDatabase
Inherited Members
DrProtectionGroupMember.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 DrProtectionGroupMemberAutonomousContainerDatabase : DrProtectionGroupMember

Properties

ConnectionStringType

Declaration
[JsonProperty(PropertyName = "connectionStringType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AutonomousContainerDatabaseSnapshotStandbyConnectionStringType? ConnectionStringType { get; set; }
Property Value
Type Description
AutonomousContainerDatabaseSnapshotStandbyConnectionStringType?

The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.

In this article
Back to top