Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 930 Bytes

Snapshot.md

File metadata and controls

34 lines (22 loc) · 930 Bytes

Snapshot

Snapshot

Properties

Name Type Description Notes
id UUID Snapshot ID [optional] [readonly]
name String Snapshot name [optional]
createdAt OffsetDateTime Snapshot creation date [optional] [readonly]
state StateEnum Snapshot state [optional]
size Long Snapshot size in GiB [optional] [readonly]
export SnapshotExport [optional]
instance Instance [optional]

Enum: StateEnum

Name Value
SNAPSHOTTING "snapshotting"
DELETED "deleted"
EXPORTING "exporting"
READY "ready"
DELETING "deleting"
ERROR "error"
EXPORTED "exported"