VolumeShowResponse
VolumeShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | 볼륨 아이디 Example : bfdbabf2-04d9-4e8b-a205-020f8e6da438 | string | |
| name required | 볼륨 이름 Example : my_volume | string | |
| protocol required | 프로토콜 Example : NFS | string | |
| state required | 볼륨 상태 Example : available | string | |
| account_id required | Account 아이디 Example : rwww523320dfvwbbefefsdvwdadsfa24c | string | |
| created_at required | 생성 시간 Example : 2024-07-30T04:54:33.219373 | string (date-time) | |
| type_id required | 볼륨 유형 아이디 Example : jef22f67-ee83-4gg2-2ab6-3lf774ekfjdu | string | |
| type_name required | 볼륨 유형 이름 Example : HDD | string | |
| purpose required | 볼륨 용도 Example : replication | string | |
| path optional | 볼륨 마운트 경로 Example : xxx.xx.xxx:/xxxxxxxx | any of [string, null] | |
| usage optional | 볼륨 사용량 Example : 100000 | any of [integer, null] | |
| encryption_enabled required | 볼륨 암호화 사용 여부 Example : True | boolean | |
| file_unit_recovery_enabled optional | 볼륨 파일 단위 복구 사용 여부 Example : True | any of [boolean, null] | |
| cifs_id optional | CIFS 아이디 Example : cifsid | any of [string, null] | |
| endpoint_path optional | 볼륨 엔드포인트 경로 Example : xxx.xx.xxx.xxx | any of [string, null] |