state property

String? state
getter/setter pair

Current state of the instance.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set. This should only be the case for incoming requests.
  • "CREATING" : Instance is being created.
  • "ACTIVE" : Instance is ready.
  • "DELETING" : Instance is being deleted.
  • "PAUSED" : Instance is paused.
  • "UNKNOWN" : Instance is unknown, we are not sure if it's functioning.

Implementation

core.String? state;