Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.21 KB

BlockStorageVolume.md

File metadata and controls

38 lines (26 loc) · 1.21 KB

BlockStorageVolume

Block storage volume

Properties

Name Type Description Notes
labels Map<String, String> [optional]
instance InstanceTarget [optional]
name String Volume name [optional]
state StateEnum Volume state [optional] [readonly]
size Long Volume size [optional]
blocksize Long Volume block size [optional] [readonly]
blockStorageSnapshots List<BlockStorageSnapshotTarget> Volume snapshots, if any [optional]
id UUID Volume ID [optional] [readonly]
createdAt OffsetDateTime Volume creation date [optional] [readonly]

Enum: StateEnum

Name Value
SNAPSHOTTING "snapshotting"
DELETED "deleted"
CREATING "creating"
DETACHED "detached"
DELETING "deleting"
ATTACHING "attaching"
ERROR "error"
ATTACHED "attached"
DETACHING "detaching"