State(value)
The definition of the states of this instance.
Enums |
|
---|---|
Name | Description |
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. |
REGISTERING |
The instance is getting registered. |
SUSPENDING |
The instance is suspending. |
SUSPENDED |
The instance is suspended. |