VolumeCreateRequest
VolumeCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments required | List of server id and type | array[AttachmentListModel] | |
| disk_type required | Disk type Example : SSD | enum (SSD, HDD) | |
| name required | Volume name Example : bs-01 | string | |
| size_gb required | Volume capacity(GB) Example : 10 | integer | |
| tags optional | Tags | any of [array[TagModel], null] |