Class SqlInstancesStartExternalSyncRequest
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.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 |
MigrationType
Optional. MigrationType configures the migration to use physical files or logical dump files. If not set,
then the logical dump file configuration is used. Valid values are LOGICAL or PHYSICAL. Only applicable
to MySQL.
Declaration
[JsonProperty("migrationType")]
public virtual string MigrationType { 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 |