3.3. Volume Type¶
DATA TYPE¶
Parameters¶
Parameter Name |
Data Type |
Description |
extra_specs |
Object |
The specs for each volume_types has. |
available_volume_size |
List of Integers |
Available volume sizes for the volume_type. |
available_iops_per_gb |
List of Strings |
List of available IOPS/GB values for the volume. (Available for volume_type.name=piops_iscsi_na and piops_iscsi_na2) |
id |
UUID |
ID (UUID) for the volume_type. |
name |
String |
Name for the volume_type. |
Example¶
## piops_iscsi_na
{
"extra_specs": {
"available_volume_size" : [
100, 250, 500, 1000, 2000, 4000, 8000, 12000
],
"available_iops_per_gb" : [
"2", "4"
]
},
"id": "6685584b-1eac-4da6-b5c3-555430cf68ff",
"name": "piops_iscsi_na",
}
## piops_iscsi_na2
{
"extra_specs": {
"available_volume_size" : [
100, 250, 500, 1000, 2000, 4000, 8000, 12000
],
"available_iops_per_gb" : [
"2", "4"
]
},
"id": "9bc25b10-4ff0-5165-6540-5ccf76ea8ff0",
"name": "piops_iscsi_na2",
}
## standard_nfs_na
{
"extra_specs": {
"available_volume_size" : [
1024,
2048,
3072,
4096,
5120,
10240,
15360,
20480,
25600,
30720,
35840,
40960,
46080,
51200,
56320,
61440,
66560,
71680,
76800,
81920,
87040,
92160,
97280,
102400,
]
},
"id": "704db6e5-8a93-41a5-850d-405913600341",
"name": "standard_nfs_na",
}
## standard_smb_na
{
"extra_specs": {
"available_volume_size" : [
1024,
2048,
3072,
4096,
5120,
10240,
15360,
20480,
25600,
30720,
35840,
40960,
46080,
51200,
56320,
61440,
66560,
71680,
76800,
81920,
87040,
92160,
97280,
102400,
]
},
"id": "a882ade4-9f8e-4aad-8b92-007d17e8887f",
"name": "standard_smb_na",
}