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] | |
| applicationConsistent | Boolean | Indicates whether the snapshot was taken using an application-consistent method | [optional] [readonly] |
| Name | Value |
|---|---|
| SNAPSHOTTING | "snapshotting" |
| DELETED | "deleted" |
| EXPORTING | "exporting" |
| READY | "ready" |
| DELETING | "deleting" |
| ERROR | "error" |
| EXPORTED | "exported" |