VolumeModel
VolumeModel
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | Account id Example : 36827d9b643f46c2ae6bb7e63d633bfe | string | |
| attachments optional | Attached server | array[AttachedServer] | |
| 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 | |
| disk_type optional | Disk type Example : SSD | enum (SSD, HDD) | |
| external_errors optional | Error during external call | array[ExternalError] | |
| has_origin optional | Whether origin relation exists Example : True | boolean | |
| has_replication optional | Whether replication relation exists Example : True | boolean | |
| id optional | id Example : 7239779c01e3405f82bb71c7f4b55fcd | string | |
| is_encryption optional | Whether to apply encryption Example : True | boolean | |
| iscsi_target_ips optional | List of iscsi ips Example : ['172.30.4.3', '172.30.4.4'] | array[string] | |
| 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 name Example : bs-01 | string | |
| previous_state optional | Previous state Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| purpose optional | Volume purpose Example : ORG | enum (ORG, REPL, BACKUP, RECOVERY) | |
| recovery optional | Recovery information | RecoveryInfo | |
| size_gb optional | Volume capacity(GB) Example : 10 | integer | |
| snapshot_rate optional | Snapshot rate Example : 100 | integer | |
| snapshot_schedule optional | Snapshot schedule | SnapshotSchedule | |
| srn optional | SRN Example : srn:dev2::36827d9b643f46c2ae6bb7e63d633bfe:kr-west1::baremetal-blockstorage:volume/97cd36e3c1984c8cad3ec193aeda25e0 | string | |
| state optional | Current state Example : CREATING | enum (CREATING, IN_USE, EDITING, DELETING, DELETED, ATTACHING, DETACHING, AVAILABLE, ERROR_DELETING, ERROR_EDITING, ERROR) | |
| storage_volume_name optional | Storage volume name Example : vo202407310544da8aadc775f | string | |
| volume_group optional | Volume group | VolumeGroupInfo |