Experimental
Schema
SandboxStatus
Type:
string
SandboxStatus is the backend-neutral lifecycle state.
Values: unspecified: unspecified is never a concrete known state. creating: creating means provisioning has not completed. starting: starting means a stopped sandbox is starting or resuming. running: running means the sandbox is running. stopping: stopping means the sandbox is stopping or hibernating. stopped: stopped means the sandbox is not running and may be started. failed: failed means the sandbox reached an unrecoverable failure. deleting: deleting means deletion is accepted; reads continue until removal. degraded: degraded means runtime contact is lost; recovery or failure may follow.
All schema constraints and annotations
{
"description": "SandboxStatus is the backend-neutral lifecycle state.\n\nValues:\nunspecified: unspecified is never a concrete known state.\ncreating: creating means provisioning has not completed.\nstarting: starting means a stopped sandbox is starting or resuming.\nrunning: running means the sandbox is running.\nstopping: stopping means the sandbox is stopping or hibernating.\nstopped: stopped means the sandbox is not running and may be started.\nfailed: failed means the sandbox reached an unrecoverable failure.\ndeleting: deleting means deletion is accepted; reads continue until removal.\ndegraded: degraded means runtime contact is lost; recovery or failure may follow.",
"enum": [
"unspecified",
"creating",
"starting",
"running",
"stopping",
"stopped",
"failed",
"deleting",
"degraded"
],
"title": "SandboxStatus",
"type": "string"
}