VolumeShowResponse
VolumeShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| bootable required | 부트 디스크 여부 Example : False | boolean | |
| created_at required | 생성일시 Example : 2026-02-11T06:44:46.280Z | string (date-time) | |
| encrypted required | 암호화 여부 Example : True | boolean | |
| id required | 볼륨 ID Example : 3f500f00-ed80-4566-a057-e31760226f9a | string | |
| modified_at optional | 수정일시 Example : 2025-07-26T12:00:00Z | any of [string (date-time), null] | |
| multiattach required | 다중 연결 Example : False | boolean | |
| name optional | 볼륨명 Example : volume01 | any of [string, null] | |
| servers required | Attached servers | array[VolumeServer] | |
| size required | 볼륨 크기 Example : 104 | integer | |
| snapshot_id optional | 스냅샷 ID Example : cceed636-1f1e-4bb0-b85c-4e5b9e0bf790 | any of [string, null] | |
| state required | 볼륨 상태 Example : available | string | |
| user_id required | 사용자 ID Example : 570907805e5447be84b618450ef52o0t | string | |
| volume_image_metadata optional | 볼륨 이미지 메타데이터 | any of [VolumeImageMetadataResponse, null] | |
| volume_type required | 볼륨 타입 Example : SSD | string | |
| volume_type_id required | 볼륨 유형 ID Example : c643ac35-3aec-43e6-b97a-3d6f666c5207 | string |