Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class MigrationType.
MigrationType determines whether the migration is a physical file-based migration or a logical dump file-based migration.
Protobuf type google.cloud.sql.v1.SqlInstancesVerifyExternalSyncSettingsRequest.MigrationType
Namespace
Google \ Cloud \ Sql \ V1 \ SqlInstancesVerifyExternalSyncSettingsRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MIGRATION_TYPE_UNSPECIFIED
Value: 0
Default value is a logical dump file-based migration
Generated from protobuf enum MIGRATION_TYPE_UNSPECIFIED = 0;
LOGICAL
Value: 1
Logical dump file-based migration
Generated from protobuf enum LOGICAL = 1;
PHYSICAL
Value: 2
Physical file-based migration
Generated from protobuf enum PHYSICAL = 2;