Class UpdateDrProtectionGroupMemberMySqlDbSystemDetails
Update properties for a HeatWave MySQL Db System member.
Inheritance
UpdateDrProtectionGroupMemberMySqlDbSystemDetails
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class UpdateDrProtectionGroupMemberMySqlDbSystemDetails : UpdateDrProtectionGroupMemberDetails
Properties
DbSystemAdminUserDetails
Declaration
[JsonProperty(PropertyName = "dbSystemAdminUserDetails")]
public UpdateMySqlDbSystemAdminUserDetails DbSystemAdminUserDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateMySqlDbSystemAdminUserDetails |
DbSystemReplicationUserDetails
Declaration
[JsonProperty(PropertyName = "dbSystemReplicationUserDetails")]
public UpdateMySqlDbSystemReplicationUserDetails DbSystemReplicationUserDetails { get; set; }
Property Value
Type | Description |
---|---|
UpdateMySqlDbSystemReplicationUserDetails |
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.
|
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.
|
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.
|