ImageCreateRequest

ImageCreateRequest

NameDescriptionSchemaDefault
container_format
optional
컨테이너 형식
Example : bare
Pattern : bare
stringbare
disk_format
optional
디스크 형식
Example : qcow2
Pattern : qcow2
stringqcow2
min_disk
optional
최소 디스크
Example : 100
integer
min_ram
optional
최소 RAM
Example : 0
Maximum : 2097151
integer
name
required
이미지 이름
Example : imagename
Pattern : ^[a-zA-Z0-9-_ ]*$
Minimum length : 1
Maximum length : 255
string
os_distro
required
OS 배포판
Example : alma
enum (alma, centos, rhel, rocky, ubuntu, windows, oracle)
protected
optional
보호
Example : False
boolean
tags
optional
Tags
Example : [{'key': 'key', 'value': 'value'}]
any of [array[Tag], null]
url
required
이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용)
Example : https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2
Maximum length : 255
string
visibility
optional
가시성
Example : private
Pattern : private|shared
stringprivate