state property

String? state
getter/setter pair

The runtime state of the SandboxEnvironment.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is unused.
  • "STATE_PROVISIONING" : Runtime resources are being allocated for the sandbox environment.
  • "STATE_RUNNING" : Sandbox runtime is ready for serving.
  • "STATE_DEPROVISIONING" : Sandbox runtime is halted, performing tear down tasks.
  • "STATE_TERMINATED" : Sandbox has terminated with underlying runtime failure.
  • "STATE_DELETED" : Sandbox runtime has been deleted.

Implementation

core.String? state;