Data representing a sandbox instance from the API.
interface SandboxDataTimestamp when the sandbox was created.
URL for data plane operations (file I/O, command execution).
Seconds after the sandbox enters the stopped state before it (and
its filesystem clone) are permanently deleted (0 means disabled).
Root filesystem capacity in bytes.
Optionally, a unique identifier for the run.
Idle timeout TTL in seconds (0 means disabled).
New sandboxes receive a server-side default of 600 seconds (10 minutes)
when the caller did not set idleTtlSeconds explicitly. The launcher
stops the sandbox after this many idle seconds.
Memory allocation in bytes.
A human-readable name for the run.
Snapshot ID used to create this sandbox.
Provisioning status ("provisioning", "ready", "failed", "stopped").
Human-readable status message (e.g., error details when failed).
Timestamp when the sandbox transitioned to stopped, or undefined
while running. The deletion deadline is
stopped_at + delete_after_stop_seconds.
Timestamp when the sandbox was last updated.
Number of vCPUs allocated.