VolumeCreateRequestV1Dot2
VolumeCreateRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| 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 | 볼륨명 Example : volume01Pattern : ^[a-zA-Z0-9-_ ]*$Minimum length : 1Maximum length : 255 | string | |
| size required | 볼륨 크기, GiB 단위이며 8의 배수로 입력해야 합니다. Example : 104Minimum : 8 | integer | |
| snapshot_id optional | 볼륨을 생성하기 위해 사용하는 스냅샷 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 | 볼륨 유형을 선택합니다. 볼륨 유형을 지정하지 않으면 기본 유형인 SSD로 볼륨이 생성됩니다 Example : SSD | any of [string, null] |