Google Cloud Sql Admin V1 Client - Class MigrationType (0.17.0)

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 \ SqlInstancesVerifyExternalSyncSettingsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MIGRATION_TYPE_UNSPECIFIED

Value: 0

Default value is logical migration

Generated from protobuf enum MIGRATION_TYPE_UNSPECIFIED = 0;

LOGICAL

Value: 1

Logical Migrations

Generated from protobuf enum LOGICAL = 1;

PHYSICAL

Value: 2

Physical file based Migrations

Generated from protobuf enum PHYSICAL = 2;