Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class MigrationType.
MigrationType decides if the migration is a physical file based migration or logical 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: 0Default value is logical migration
Generated from protobuf enum MIGRATION_TYPE_UNSPECIFIED = 0;
LOGICAL
Value: 1Logical Migrations
Generated from protobuf enum LOGICAL = 1;
PHYSICAL
Value: 2Physical file based Migrations
Generated from protobuf enum PHYSICAL = 2;