VolumeCreateRequest
VolumeCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | 볼륨 이름 Example : my_volumePattern : ^[a-z]([a-z0-9_]){2,20}$ | string | |
| protocol required | 프로토콜 Example : NFSPattern : ^(NFS|CIFS)$ | string | |
| type_name required | 볼륨 유형 이름 Example : HDD | string | |
| snapshot_id optional | 스냅샷 아이디 Example : 40htrre5b-eww25-ff2b-a426-6afefas65a3b | any of [string, null] | |
| cifs_password optional | CIFS 비밀번호 Example : cifspwd0!! | any of [string, null] | |
| tags optional | any of [array[Tag], null] |