VolumeListModel
VolumeListModel
| Name | Description | Schema | Default |
|---|---|---|---|
| attachments optional | Attached server Example : [{'id': 'd7682135392e42489948c189e29011cc', 'name': 'baremetal-01'}] | array[object] | |
| created_at optional | Created at Example : | string (date-time) | |
| created_by optional | Created by Example : samsung-cloud-platform1@samsung.com | string | |
| disk_type optional | Disk type Example : SSD | enum (SSD, HDD) | |
| has_relation optional | Whether relation exists Example : False | boolean | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| is_in_volume_group optional | Whether to belong to the volume group Example : False | boolean | |
| is_snapshot_activated optional | Whether to activate snapshot Example : True | boolean | |
| iscsi_target_ips optional | List of iscsi ips Example : {'description': 'List of iscsi ips', 'example': ['172.30.4.3', '172.30.4.4']} | array[string] | |
| modified_at optional | Modified at Example : | string (date-time) | |
| modified_by optional | Modified by Example : samsung-cloud-platform2@samsung.com | string | |
| name optional | Volume name Example : bs-01 | string | |
| purpose optional | Volume purpose Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| size_gb optional | Volume capacity(GB) Example : 10 | integer | |
| state optional | Current state Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| volume_group optional | Volume group Example : | object |