VolumeGroupModel
VolumeGroupModel
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | 계정 id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| created_at optional | 생성일시 Example : 2024-08-01T07:06:23.315Z | string | |
| created_by optional | 생성자 Example : samsung-cloud-platform1@samsung.com | string | |
| has_origin optional | 원본 관계 존재 여부 Example : True | boolean | |
| has_replication optional | 복제 관계 존재 여부 Example : True | boolean | |
| id optional | 볼륨 그룹 id Example : c9ecae8b973b425c81c3817893cd8063 | string | |
| member_volumes optional | 멤버 볼륨 목록 | array[MemberVolumeWithRecoveryInfo] | |
| modified_at optional | 수정일시 Example : 2024-08-01T07:06:25.315Z | string | |
| modified_by optional | 수정자 Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | 볼륨 그룹명 Example : vg-01 | string | |
| purpose optional | 볼륨 그룹 구분 Example : ORG | enum (ORG, REPL, RECOVERY) | |
| recovery optional | 복제본 볼륨 그룹 정보 | RecoveryVolumeGroupInfo | |
| snapshot_schedule optional | 스냅샷 스케줄 | SnapshotSchedule | |
| so_storage_id optional | So 스토리지 id Example : 200 | integer | |
| so_volume_pool_id optional | So 볼륨풀 id Example : bm-01 | string | |
| state optional | 현재 상태 Example : CREATING | enum (CREATING, AVAILABLE, DELETING, EDITING, DELETED, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| storage_volume_group_name optional | So 볼륨 그룹명 Example : go02407310544da8aadc775f | string |