VolumeCreateRequest
VolumeCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| name required | Volume Name Example : my_volumePattern : ^[a-z]([a-z0-9_]){2,20}$ | string | |
| protocol required | Protocol Example : NFSPattern : ^(NFS|CIFS)$ | string | |
| type_name required | Volume Type Name Example : HDD | string | |
| snapshot_id optional | Snapshot ID Example : 40htrre5b-eww25-ff2b-a426-6afefas65a3b | any of [string, null] | |
| cifs_password optional | CIFS Password Example : cifspwd0!! | any of [string, null] | |
| tags optional | any of [array[Tag], null] |