summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/vl/vl.json
blob: 5dd26b48ad96913c5a9313318c7e50e39564ce9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "vl.yml",
  "contactId": "jh0003",
  "name": "VL",
  "description": " Virtual link (VL) describes the basic topology of the connectivity as well as other required parameters (e.g. bandwidth and QoS class). ",
  "resourceIconPath": "network",
  "resourceType": "VL",
  "categories": [
  {
    "name": "Network Connectivity",
    "subcategories": [
     {
        "name": "Virtual Links"
      }
    ]
  }
],  
 "tags": [
    "VL"
  ]
}