Minor changes to VNF SDK integration
[sdc.git] / catalog-be / src / main / resources / import / tosca / normative-types / blockStorage / blockStorage.json
1 {
2   "payloadName": "blockStorage.yml",
3   "contactId": "jh0003",
4   "name": "BlockStorage",
5   "description": "Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.",
6   "resourceIconPath": "objectStorage",
7   "categories": [
8   {
9     "name": "Generic",
10     "subcategories": [
11       {
12         "name": "Infrastructure"
13       }
14     ]
15   }
16 ],
17   "tags": [
18     "BlockStorage"
19   ]
20 }