VolumeShowResponseV1Dot2
VolumeShowResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| bootable required | 부트 디스크 여부 Example : False | boolean | |
| created_at required | 생성일시 Example : 2026-03-25T15:14:41.145Z | string (date-time) | |
| encrypted required | 암호화 여부 Example : True | boolean | |
| id required | 볼륨 ID Example : 3f500f00-ed80-4566-a057-e31760226f9a | string | |
| max_iops optional | The number of distinct read or write operations a volume can process in a single second. Example : 10000 | any of [integer, null] | |
| max_throughput optional | The actual amount of data (volume) transferred to or from the storage device per second. Example : 500 | any of [integer, null] | |
| modified_at optional | 수정일시 Example : 2025-07-26T12:00:00Z | any of [string (date-time), null] | |
| multiattach required | 두 대 이상의 서버에 연결 수 있으며, 볼륨당 연결된 서버 수에 제한이 없습니다. 또한 서버는 최대 26개의 볼륨에 연결할 수 있습니다. Example : False | boolean | |
| name optional | 볼륨명 Example : volume01 | any of [string, null] | |
| servers required | 연결 서버 | 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 |