VolumeCreateRequestV1Dot2

VolumeCreateRequestV1Dot2

NameDescriptionSchemaDefault
max_iops
optional
The number of distinct read or write operations a volume can process in a single second.
Example : 10000
any of [integer, null]
max_throughput
optional
The actual amount of data (volume) transferred to or from the storage device per second.
Example : 500
any of [integer, null]
name
required
Volume name
Example : volume01
Pattern : ^[a-zA-Z0-9-_ ]*$
Minimum length : 1
Maximum length : 255
string
size
required
Volume size, in gibibytes(GiB), must be multiple of 8.
Example : 104
Minimum : 8
integer
snapshot_id
optional
Snapshot ID used to create the volume. when specified, request volume size must be greater than or equal to the size of the snapshot.
Example : cceed636-1f1e-4bb0-b85c-4e5b9e0bf790
any of [string, null]
tags
optional
Tags
Example : [{'key': 'key', 'value': 'value'}]
any of [array[Tag], null]
volume_type
optional
Sets the Volume type. if volume type is not set, the volume will be created using default type (SSD).
Example : SSD
any of [string, null]