state property

String? state
getter/setter pair

The state of this instance.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : State is not specified.
  • "STARTING" : The control logic is starting the instance.
  • "PROVISIONING" : The control logic is installing required frameworks and registering the instance with notebook proxy
  • "ACTIVE" : The instance is running.
  • "STOPPING" : The control logic is stopping the instance.
  • "STOPPED" : The instance is stopped.
  • "DELETED" : The instance is deleted.
  • "UPGRADING" : The instance is upgrading.
  • "INITIALIZING" : The instance is being created.
  • "SUSPENDING" : The instance is suspending.
  • "SUSPENDED" : The instance is suspended.

Implementation

core.String? state;