Snapshot
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] |
Name | Value |
---|---|
SNAPSHOTTING | "snapshotting" |
DELETED | "deleted" |
EXPORTING | "exporting" |
READY | "ready" |
DELETING | "deleting" |
ERROR | "error" |
EXPORTED | "exported" |