public enum MigrationConfig.State extends Enum<MigrationConfig.State> implements ProtocolMessageEnumMigration state of the instance. New values may be added in the future.
Protobuf enum google.cloud.memorystore.v1beta.MigrationConfig.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MIGRATED |
Instance is successfully migrated. |
MIGRATED_VALUE |
Instance is successfully migrated. |
REPLICATION_ESTABLISHED |
Instance is in the process of migration. Instance has established successful replication and is ready for cutover. |
REPLICATION_ESTABLISHED_VALUE |
Instance is in the process of migration. Instance has established successful replication and is ready for cutover. |
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_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. |
ROLLING_BACK |
Indicates a previous migration attempt failed. The high-level instance
state will be |
ROLLING_BACK_VALUE |
Indicates a previous migration attempt failed. The high-level instance
state will be |
STATE_UNSPECIFIED |
Instance has no migration related activity. This is the initial state. |
STATE_UNSPECIFIED_VALUE |
Instance has no migration related activity. This is the initial state. |
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() |
|