Enum Instance.Types.State (3.14.0)

public enum State

Indicates the current state of the instance.

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Fields

NameDescription
Creating

The instance is still being created. Resources may not be available yet, and operations such as database creation may not work.

Ready

The instance is fully created and ready to do work such as creating databases.

Unspecified

Not specified.