state property

String? state
getter/setter pair

The current instance partition state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not specified.
  • "CREATING" : The instance partition is still being created. Resources may not be available yet, and operations such as creating placements using this instance partition may not work.
  • "READY" : The instance partition is fully created and ready to do work such as creating placements and using in databases.

Implementation

core.String? state;