Memorystore V1 API - Module Google::Cloud::Memorystore::V1::MigrationConfig::State (v1.10.0)

Reference documentation and code samples for the Memorystore V1 API module Google::Cloud::Memorystore::V1::MigrationConfig::State.

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

Constants

STATE_UNSPECIFIED

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

ROLLED_BACK

value: 1
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

value: 5
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.

REPLICATION_ESTABLISHED

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

MIGRATED

value: 4
Instance is successfully migrated.