Expand description
Representation of a snapshot of a Sandbox.
Structs§
- OciDigest
- A sha256 content digest in canonical
sha256:<64 lowercase hex>form, identifying one snapshot by the bytes of its manifest. Names that snapshot for loading even when no tag points at it. - OciTag
- A tag naming one snapshot inside an OCI Image Layout directory. Used to save a snapshot under a name and to load it back by that same name.
- Snapshot
- A wrapper around a
SharedMemoryreference and a snapshot of the memory therein
Enums§
- Next
Action - Presently, a snapshot can be of a preinitialised sandbox, which still needs an initialise function called in order to determine how to call into it, or of an already-properly-initialised sandbox which can be immediately called into. This keeps track of the difference.
- OciReference
- Names one snapshot in an OCI Image Layout, either by tag or by content digest.