state property
The state of the sandbox environment template.
Output only. Possible string values are:
- "UNSPECIFIED" : The default value. This value is unused.
- "PROVISIONING" : Runtime resources are being allocated for the sandbox environment.
- "ACTIVE" : Sandbox runtime is ready for serving.
- "DEPROVISIONING" : Sandbox runtime is halted, performing tear down tasks.
- "DELETED" : Sandbox has terminated with underlying runtime failure.
- "FAILED" : Sandbox has failed to provision.
Implementation
core.String? state;