Show / Hide Table of Contents

Class DrProtectionGroupMemberMySqlDbSystem

The properties for a HeatWave MySQL DB System member of a DR protection group.

Inheritance
object
DrProtectionGroupMember
DrProtectionGroupMemberMySqlDbSystem
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 DrProtectionGroupMemberMySqlDbSystem : DrProtectionGroupMember

Properties

DbSystemAdminUserDetails

Declaration
[JsonProperty(PropertyName = "dbSystemAdminUserDetails")]
public MySqlDbSystemAdminUserDetails DbSystemAdminUserDetails { get; set; }
Property Value
Type Description
MySqlDbSystemAdminUserDetails

DbSystemReplicationUserDetails

Declaration
[JsonProperty(PropertyName = "dbSystemReplicationUserDetails")]
public MySqlDbSystemReplicationUserDetails DbSystemReplicationUserDetails { get; set; }
Property Value
Type Description
MySqlDbSystemReplicationUserDetails

GtidReconciliationTimeout

Declaration
[JsonProperty(PropertyName = "gtidReconciliationTimeout")]
public int? GtidReconciliationTimeout { get; set; }
Property Value
Type Description
int?

The maximum time (in seconds) to wait for the Global Transaction Identifier (GTID) synchronization process to complete before timing out.
Example: 600

IsContinueOnGtidReconciliationTimeout

Declaration
[JsonProperty(PropertyName = "isContinueOnGtidReconciliationTimeout")]
public bool? IsContinueOnGtidReconciliationTimeout { get; set; }
Property Value
Type Description
bool?

A flag indicating whether to continue with DR operation if the Global Transaction Identifier (GTID) reconciliation operation times out.
Example: false

PeerDbSystemId

Declaration
[JsonProperty(PropertyName = "peerDbSystemId")]
public string PeerDbSystemId { get; set; }
Property Value
Type Description
string

The OCID of the peer HeatWave MySQL DB System from the peer region.
Example: ocid1.mysqldbsystem.oc1..uniqueID

In this article
Back to top