Volume
Volume
| 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] | |
| 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] |