summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/blockStorage/blockStorage.json
blob: 30e3d74bc9cdface49ae2c136d700db5b5a836cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "blockStorage.yml",
  "contactId": "jh0003",
  "name": "BlockStorage",
  "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.",
  "resourceIconPath": "objectStorage",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
  "tags": [
    "BlockStorage"
  ]
}