Cloud SQL Admin V1 API - Module Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest::MigrationType (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::SqlInstancesVerifyExternalSyncSettingsRequest::MigrationType.

MigrationType determines whether the migration is a physical file-based migration or a logical dump file-based migration.

Constants

MIGRATION_TYPE_UNSPECIFIED

value: 0
Default value is a logical dump file-based migration

LOGICAL

value: 1
Logical dump file-based migration

PHYSICAL

value: 2
Physical file-based migration