Class State (2.32.0)

State(value)

Possible states of an instance.

Enums

Name Description
STATE_NOT_KNOWN The state of the instance could not be determined.
READY The instance has been successfully created and can serve requests to its tables.
CREATING The instance is currently being created, and may be destroyed if the creation process encounters an error.