VolumeV1Dot2
VolumeV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| boot_index required | Defines the boot-device order. to disable a device from booting, set its index to None or a negative value. Example : 0 | integer | |
| delete_on_termination optional | Delete the boot volume when the server is terminated. Example : False | any of [boolean, null] | |
| 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] | |
| size required | Volume size, in gibibytes(GiB), must be multiple of 8. Example : 104 | integer | |
| source_type optional | Source type of volume. blank is empty volume with no pre-loaded data. image is volume from image. if source type is not set, it defaults to ‘image’ when boot_index is 0. otherwise it defaults to ‘blank’. Example : image | any of [enum (blank, image), null] | |
| type optional | Volume type Example : SSD | any of [string, null] |