VolumeGroupModel
VolumeGroupModel
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | Account id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| created_at optional | Created at Example : 2024-08-01T07:06:23.315Z | string | |
| created_by optional | Created by Example : samsung-cloud-platform1@samsung.com | string | |
| has_origin optional | Whether origin relation exists Example : True | boolean | |
| has_replication optional | Whether replication relation exists Example : True | boolean | |
| id optional | Volume group id Example : c9ecae8b973b425c81c3817893cd8063 | string | |
| member_volumes optional | List of member volumes | array[MemberVolumeWithRecoveryInfo] | |
| modified_at optional | Modified at Example : 2024-08-01T07:06:25.315Z | string | |
| modified_by optional | Modified by Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | Volume group name Example : vg-01 | string | |
| purpose optional | Volume group purpose Example : ORG | enum (ORG, REPL, RECOVERY) | |
| recovery optional | Recovery volume group information | RecoveryVolumeGroupInfo | |
| snapshot_schedule optional | Snapshot schedule | SnapshotSchedule | |
| so_storage_id optional | So Storage Id Example : 200 | integer | |
| so_volume_pool_id optional | So Volume pool id Example : bm-01 | string | |
| state optional | Current state Example : CREATING | enum (CREATING, AVAILABLE, DELETING, EDITING, DELETED, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| storage_volume_group_name optional | So volume group name Example : go02407310544da8aadc775f | string |