VolumeCreateRequest
VolumeCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | Volume name Example : volume01Pattern : ^[a-zA-Z0-9-_ ]*$Minimum length : 1Maximum length : 255 | string | |
| size required | Volume size Example : 104Minimum : 8 | integer | |
| snapshot_id optional | Snapshot ID 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 | Volume type Example : SSD | any of [string, null] |