Share feedback
Answers are generated based on the documentation.

Experimental

Schema

SnapshotStatus

Type: string

SnapshotStatus is snapshot readiness state.

Values: unspecified: unspecified is never a concrete known state. creating: creating means capture has not completed. ready: ready means the snapshot can be restored. failed: failed means capture reached a terminal failure. deleted: deleted means the backend exposes a retained delete tombstone.

All schema constraints and annotations
{
  "description": "SnapshotStatus is snapshot readiness state.\n\nValues:\nunspecified: unspecified is never a concrete known state.\ncreating: creating means capture has not completed.\nready: ready means the snapshot can be restored.\nfailed: failed means capture reached a terminal failure.\ndeleted: deleted means the backend exposes a retained delete tombstone.",
  "enum": [
    "unspecified",
    "creating",
    "ready",
    "failed",
    "deleted"
  ],
  "title": "SnapshotStatus",
  "type": "string"
}