Class SqlInstancesStartExternalSyncRequest
Instance start external sync request.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SqlInstancesStartExternalSyncRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MysqlSyncConfig
MySQL-specific settings for start external sync.
Declaration
[JsonProperty("mysqlSyncConfig")]
public virtual MySqlSyncConfig MysqlSyncConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| MySqlSyncConfig |
SkipVerification
Whether to skip the verification step (VESS).
Declaration
[JsonProperty("skipVerification")]
public virtual bool? SkipVerification { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SyncMode
External sync mode.
Declaration
[JsonProperty("syncMode")]
public virtual string SyncMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SyncParallelLevel
Optional. Parallel level for initial data sync. Currently only applicable for MySQL.
Declaration
[JsonProperty("syncParallelLevel")]
public virtual string SyncParallelLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |