Block storage snapshot
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Snapshot ID | [optional] [readonly] |
name | String | Snapshot name | [optional] |
size | Long | Snapshot size | [optional] |
volumeSize | Long | Original Volume size | [optional] |
createdAt | OffsetDateTime | Snapshot creation date | [optional] [readonly] |
state | StateEnum | Snapshot state | [optional] [readonly] |
labels | Map<String, String> | [optional] | |
blockStorageVolume | BlockStorageVolumeTarget | [optional] |
Name | Value |
---|---|
PARTIALLY_DESTROYED | "partially-destroyed" |
DESTROYING | "destroying" |
CREATING | "creating" |
CREATED | "created" |
PROMOTING | "promoting" |
ERROR | "error" |
DESTROYED | "destroyed" |
ALLOCATED | "allocated" |