state property

String? state
getter/setter pair

The current state of the instance.

Output only. Possible string values are:

  • "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.

Implementation

core.String? state;