MemberVolumeWithRecoveryInfo
MemberVolumeWithRecoveryInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| disk_type optional | 디스크 유형 Example : SSD | enum (SSD, HDD) | |
| id optional | 볼륨 id Example : 92cd16fe8ebc4f73832513a172bf0000 | string | |
| name optional | 볼륨명 Example : bs-01 | string | |
| origin_volume optional | 원본 볼륨 정보 | SimpleIdNameInfo | |
| recovery_volume optional | 복구본 볼륨 정보 | SimpleIdNameInfo | |
| size_gb optional | 볼륨 용량(GB) Example : 10 | integer | |
| snapshot_rate optional | 스냅샷 용량 Example : 100 | integer | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) |