Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

File metadata and controls

35 lines (23 loc) · 1.05 KB

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]
applicationConsistent Boolean Indicates whether the snapshot was taken using an application-consistent method [optional] [readonly]

Enum: StateEnum

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