Show / Hide Table of Contents

Class SqlInstancesVerifyExternalSyncSettingsRequest

Instance verify external sync settings request.

Inheritance
object
SqlInstancesVerifyExternalSyncSettingsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX