Volume
Volume
| Name | Description | Schema | Default |
|---|---|---|---|
| boot_index required | 부팅 장치의 순서를 정의합니다. 부팅을 비활성화하려는 장치는 인덱스를 None이나 음수로 설정합니다. Example : 0 | integer | |
| delete_on_termination optional | 서버가 제거될 때 볼륨을 삭제하도록 지정합니다. Example : False | any of [boolean, null] | |
| size required | 볼륨 크기, GiB 단위이며 8의 배수로 입력해야 합니다. Example : 104 | integer | |
| source_type optional | 볼륨의 소스 유형. blank는 데이터가 없는 빈 볼륨이며, image는 이미지로 생성하는 볼륨입니다. 소스 유형을 지정하지 않으면 boot_index가 0일 때 ‘image’로 그 외에 경우 ‘blank’로 지정됩니다. Example : image | any of [enum (blank, image), null] | |
| type optional | 볼륨 타입 Example : SSD | any of [string, null] |