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

Properties of a SqlInstancesVerifyExternalSyncSettingsRequest.

Package

@google-cloud/sql

Properties

instance

instance?: (string|null);

SqlInstancesVerifyExternalSyncSettingsRequest instance

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

verifyConnectionOnly

verifyConnectionOnly?: (boolean|null);

SqlInstancesVerifyExternalSyncSettingsRequest verifyConnectionOnly

verifyReplicationOnly

verifyReplicationOnly?: (boolean|null);

SqlInstancesVerifyExternalSyncSettingsRequest verifyReplicationOnly