Google Cloud Memorystore V1beta Client - Class State (0.12.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class State.

Migration state of the instance.

New values may be added in the future.

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

Namespace

Google \ Cloud \ Memorystore \ V1beta \ MigrationConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum STATE_UNSPECIFIED = 0;

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.

Generated from protobuf enum ROLLED_BACK = 1;

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.

Generated from protobuf enum ROLLING_BACK = 5;

REPLICATION_ESTABLISHED

Value: 6

Instance 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: 4

Instance is successfully migrated.

Generated from protobuf enum MIGRATED = 4;