VolumeListModel
VolumeListModel
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments optional | 연결 서버 Example : [{'id': 'd7682135392e42489948c189e29011cc', 'name': 'baremetal-01'}] | array[object] | |
| created_at optional | 생성일시 Example : 2026-02-11T06:40:48.807Z | string (date-time) | |
| created_by optional | 생성자 Example : samsung-cloud-platform1@samsung.com | string | |
| disk_type optional | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| has_relation optional | 관계 존재 여부 Example : False | boolean | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| is_in_volume_group optional | 볼륨 그룹 소속 여부 Example : False | boolean | |
| is_snapshot_activated optional | 스냅샷 활성화 여부 Example : True | boolean | |
| iscsi_target_ips optional | iscsi ip 목록 Example : {'description': 'List of iscsi ips', 'example': ['172.30.4.3', '172.30.4.4']} | array[string] | |
| modified_at optional | 수정일시 Example : 2026-02-11T06:40:48.814Z | string (date-time) | |
| modified_by optional | 수정자 Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| purpose optional | 볼륨 구분 Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| size_gb optional | 볼륨 용량(GB) Example : 10 | integer | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| volume_group optional | 볼륨 그룹 Example : | object |