public enum MigrationSource.MigrationSourceType extends Enum<MigrationSource.MigrationSourceType> implements ProtocolMessageEnum
Denote the type of migration source that created this cluster.
Protobuf enum google.cloud.alloydb.v1beta.MigrationSource.MigrationSourceType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DMS |
DMS source means the cluster was created via DMS migration job. |
DMS_VALUE |
DMS source means the cluster was created via DMS migration job. |
MIGRATION_SOURCE_TYPE_UNSPECIFIED |
Migration source is unknown. |
MIGRATION_SOURCE_TYPE_UNSPECIFIED_VALUE |
Migration source is unknown. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |