Enum Instance.Types.State (2.5.0)

public enum State

Possible states of an instance.

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Fields

NameDescription
Creating

The instance is currently being created, and may be destroyed if the creation process encounters an error.

NotKnown

The state of the instance could not be determined.

Ready

The instance has been successfully created and can serve requests to its tables.