Show / Hide Table of Contents

Class UpdateDrProtectionGroupMemberAutonomousContainerDatabaseDetails

Update properties for an Autonomous Container Database member.

Inheritance
object
UpdateDrProtectionGroupMemberDetails
UpdateDrProtectionGroupMemberAutonomousContainerDatabaseDetails
Inherited Members
UpdateDrProtectionGroupMemberDetails.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 UpdateDrProtectionGroupMemberAutonomousContainerDatabaseDetails : UpdateDrProtectionGroupMemberDetails

Properties

ConnectionStringType

Declaration
[JsonProperty(PropertyName = "connectionStringType")]
[JsonConverter(typeof(StringEnumConverter))]
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