Enum MigrationConfig.State (0.41.0)

public enum MigrationConfig.State extends Enum<MigrationConfig.State> implements ProtocolMessageEnum

Migration state of the instance. New values may be added in the future.

Protobuf enum google.cloud.memorystore.v1beta.MigrationConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
MIGRATED

Instance is successfully migrated.

MIGRATED = 4;

MIGRATED_VALUE

Instance is successfully migrated.

MIGRATED = 4;

REPLICATION_ESTABLISHED

Instance is in the process of migration. Instance has established successful replication and is ready for cutover.

REPLICATION_ESTABLISHED = 6;

REPLICATION_ESTABLISHED_VALUE

Instance is in the process of migration. Instance has established successful replication and is ready for cutover.

REPLICATION_ESTABLISHED = 6;

ROLLED_BACK

Instance is not currently migrating. The instance underwent a migration attempt that failed, and the subsequent rollback was successful. The instance is now ready for a new migration attempt if desired.

ROLLED_BACK = 1;

ROLLED_BACK_VALUE

Instance is not currently migrating. The instance underwent a migration attempt that failed, and the subsequent rollback was successful. The instance is now ready for a new migration attempt if desired.

ROLLED_BACK = 1;

ROLLING_BACK

Indicates a previous migration attempt failed. The high-level instance state will be MIGRATING. The instance is not ready for a new migration attempt. Rollback is in progress to restore the instance to its original state. The instance will remain in this state until rollback is successful.

ROLLING_BACK = 5;

ROLLING_BACK_VALUE

Indicates a previous migration attempt failed. The high-level instance state will be MIGRATING. The instance is not ready for a new migration attempt. Rollback is in progress to restore the instance to its original state. The instance will remain in this state until rollback is successful.

ROLLING_BACK = 5;

STATE_UNSPECIFIED

Instance has no migration related activity. This is the initial state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Instance has no migration related activity. This is the initial state.

STATE_UNSPECIFIED = 0;

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()