Class DrProtectionGroupMemberMySqlDbSystem
The properties for a HeatWave MySQL DB System member of a DR protection group.
Inheritance
DrProtectionGroupMemberMySqlDbSystem
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class DrProtectionGroupMemberMySqlDbSystem : DrProtectionGroupMember
Properties
DbSystemAdminUserDetails
Declaration
[JsonProperty(PropertyName = "dbSystemAdminUserDetails")]
public MySqlDbSystemAdminUserDetails DbSystemAdminUserDetails { get; set; }
Property Value
DbSystemReplicationUserDetails
Declaration
[JsonProperty(PropertyName = "dbSystemReplicationUserDetails")]
public MySqlDbSystemReplicationUserDetails DbSystemReplicationUserDetails { get; set; }
Property Value
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
|