Google Cloud Memorystore for Redis v1 API - Enum Instance.Types.State (3.4.0)

public enum Instance.Types.State

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API enum Instance.Types.State.

Represents the different states of a Redis instance.

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Fields

NameDescription
Creating

Redis instance is being created.

Deleting

Redis instance is being deleted.

FailingOver

Redis instance is failing over (availability may be affected).

Importing

Redis instance is importing data (availability may be affected).

Maintenance

Maintenance is being performed on this Redis instance.

Ready

Redis instance has been created and is fully usable.

Repairing

Redis instance is being repaired and may be unusable.

Unspecified

Not set.

Updating

Redis instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.