VolumeImageMetadataResponse
VolumeImageMetadataResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| checksum optional | 전체 이미지 데이터의 MD5 해시. 이 필드를 사용하여 이미지의 무결성 확인 Example : 7538e0fcb56e0e272cfd89eb384d6613 | any of [string, null] | |
| container_format optional | 컨테이너 형식 Example : bare | any of [string, null] | |
| disk_format optional | 디스크 형식 Example : qcow2 | any of [string, null] | |
| image_id optional | 이미지 ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | any of [string, null] | |
| image_name optional | 이미지 이름 Example : imagename | any of [string, null] | |
| min_disk optional | 생성할 이미지의 최소 디스크 용량(GB) Example : 100 | any of [integer, null] | |
| min_ram optional | 생성할 이미지의 최소 RAM 용량(GB) Example : 0 | any of [integer, null] | |
| os_distro optional | 업로드할 이미지의 OS 배포판 Example : alma | any of [string, null] | |
| scp_image_type optional | 이미지 타입 Example : custom | any of [string, null] | |
| scp_k8s_version optional | K8S 버전 Example : v1.28.7 | any of [string, null] | |
| scp_original_image_type optional | 원본 이미지 타입 Example : standard | any of [string, null] | |
| signature_verified optional | 서명 인증 완료 Example : False | any of [boolean, null] | |
| size optional | 이미지 크기 Example : 2429747200 | any of [integer, null] |