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, in gibibytes(GiB), must be multiple of 8. Example : 104Minimum : 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] |