Reference documentation and code samples for the Google Cloud Memorystore V1 Client class State.
Migration state of the instance.
New values may be added in the future.
Protobuf type google.cloud.memorystore.v1.MigrationConfig.State
Namespace
Google \ Cloud \ Memorystore \ V1 \ MigrationConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Instance has no migration related activity. This is the initial state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ROLLED_BACK
Value: 1Instance 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.
Generated from protobuf enum ROLLED_BACK = 1;
ROLLING_BACK
Value: 5Indicates 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.
Generated from protobuf enum ROLLING_BACK = 5;
REPLICATION_ESTABLISHED
Value: 6Instance is in the process of migration. Instance has established successful replication and is ready for cutover.
Generated from protobuf enum REPLICATION_ESTABLISHED = 6;
MIGRATED
Value: 4Instance is successfully migrated.
Generated from protobuf enum MIGRATED = 4;