Class SqlInstancesVerifyExternalSyncSettingsRequest
Instance verify external sync settings request.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SqlInstancesVerifyExternalSyncSettingsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MysqlSyncConfig
Optional. MySQL-specific settings for start external sync.
Declaration
[JsonProperty("mysqlSyncConfig")]
public virtual MySqlSyncConfig MysqlSyncConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| MySqlSyncConfig |
SyncMode
External sync mode
Declaration
[JsonProperty("syncMode")]
public virtual string SyncMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VerifyConnectionOnly
Flag to enable verifying connection only
Declaration
[JsonProperty("verifyConnectionOnly")]
public virtual bool? VerifyConnectionOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
VerifyReplicationOnly
Optional. Flag to verify settings required by replication setup only
Declaration
[JsonProperty("verifyReplicationOnly")]
public virtual bool? VerifyReplicationOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |