Class SqlInstancesVerifyExternalSyncSettingsRequest
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.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 |
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
Optional. MySQL-specific settings for start external sync.
Declaration
[JsonProperty("mysqlSyncConfig")]
public virtual MySqlSyncConfig MysqlSyncConfig { get; set; }
Property Value
Type | Description |
---|---|
MySqlSyncConfig |
SelectedObjects
Optional. Migrate only the specified objects from the source instance. If this field is empty, then migrate all objects.
Declaration
[JsonProperty("selectedObjects")]
public virtual IList<ExternalSyncSelectedObject> SelectedObjects { get; set; }
Property Value
Type | Description |
---|---|
IList<ExternalSyncSelectedObject> |
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. Only applicable for PostgreSQL.
Declaration
[JsonProperty("syncParallelLevel")]
public virtual string SyncParallelLevel { 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? |