Enum MigrationSource.MigrationSourceType (0.30.0)

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.v1.MigrationSource.MigrationSourceType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DMS

DMS source means the cluster was created via DMS migration job.

DMS = 1;

DMS_VALUE

DMS source means the cluster was created via DMS migration job.

DMS = 1;

MIGRATION_SOURCE_TYPE_UNSPECIFIED

Migration source is unknown.

MIGRATION_SOURCE_TYPE_UNSPECIFIED = 0;

MIGRATION_SOURCE_TYPE_UNSPECIFIED_VALUE

Migration source is unknown.

MIGRATION_SOURCE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()