Create volume
bycloud block-storage volumes create --size <size> [flags]Create a new block storage volume
Options
--output
(-o)
stringoptionalOutput format: text, json, or yaml
Values: "text", "json", "yaml"
Default: "text"
Body Options
--size
integerrequiredSize in GB
--description
stringoptional--image_id
stringoptionalCreate volume from image
--metadata
objectoptional--multiattach
booleanoptionalDefault: false
--name
stringoptional--snapshot_id
stringoptionalCreate volume from snapshot
--source_volid
stringoptionalClone from existing volume
--volume_type
stringoptionalVolume type name or ID
Command
bycloud block-storage volumes create \--size 100
Output
Success