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