Interface protos.google.cloud.sql.v1.ISqlInstancesVerifyExternalSyncSettingsRequest (0.11.0)

Properties of a SqlInstancesVerifyExternalSyncSettingsRequest.

Package

@google-cloud/sql

Properties

instance

instance?: (string|null);

SqlInstancesVerifyExternalSyncSettingsRequest instance

migrationType

migrationType?: (google.cloud.sql.v1.SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType|keyof typeof google.cloud.sql.v1.SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType|null);

SqlInstancesVerifyExternalSyncSettingsRequest migrationType

mysqlSyncConfig

mysqlSyncConfig?: (google.cloud.sql.v1.IMySqlSyncConfig|null);

SqlInstancesVerifyExternalSyncSettingsRequest mysqlSyncConfig

project

project?: (string|null);

SqlInstancesVerifyExternalSyncSettingsRequest project

syncMode

syncMode?: (google.cloud.sql.v1.SqlInstancesVerifyExternalSyncSettingsRequest.ExternalSyncMode|keyof typeof google.cloud.sql.v1.SqlInstancesVerifyExternalSyncSettingsRequest.ExternalSyncMode|null);

SqlInstancesVerifyExternalSyncSettingsRequest syncMode

syncParallelLevel

syncParallelLevel?: (google.cloud.sql.v1.ExternalSyncParallelLevel|keyof typeof google.cloud.sql.v1.ExternalSyncParallelLevel|null);

SqlInstancesVerifyExternalSyncSettingsRequest syncParallelLevel

verifyConnectionOnly

verifyConnectionOnly?: (boolean|null);

SqlInstancesVerifyExternalSyncSettingsRequest verifyConnectionOnly

verifyReplicationOnly

verifyReplicationOnly?: (boolean|null);

SqlInstancesVerifyExternalSyncSettingsRequest verifyReplicationOnly