Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class MigrationSourceType.
Denote the type of migration source that created this cluster.
Protobuf type google.cloud.alloydb.v1beta.MigrationSource.MigrationSourceType
Namespace
Google \ Cloud \ AlloyDb \ V1beta \ MigrationSourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MIGRATION_SOURCE_TYPE_UNSPECIFIED
Value: 0
Migration source is unknown.
Generated from protobuf enum MIGRATION_SOURCE_TYPE_UNSPECIFIED = 0;
DMS
Value: 1
DMS source means the cluster was created via DMS migration job.
Generated from protobuf enum DMS = 1;