Block storage volume
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Volume ID | [optional] [readonly] |
name | String | Volume name | [optional] |
createdAt | OffsetDateTime | Volume creation date | [optional] [readonly] |
state | StateEnum | Volume state | [optional] [readonly] |
size | Long | Volume size | [optional] |
blocksize | Long | Volume block size | [optional] [readonly] |
labels | Map<String, String> | [optional] | |
instance | InstanceTarget | [optional] |
Name | Value |
---|---|
SNAPSHOTTING | "snapshotting" |
DELETED | "deleted" |
CREATING | "creating" |
DETACHED | "detached" |
DELETING | "deleting" |
ATTACHING | "attaching" |
ERROR | "error" |
ATTACHED | "attached" |
DETACHING | "detaching" |