summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/extVl/extVl.json
blob: 8b9ff798adf3f5cfc9f43bd7c914ad104b38ea2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "extVl.yml",
  "contactId": "DS200P",
  "name": "ExtVL",
  "description": "ECOMP generic virtual link (network) base type for all other service-level and global networks",
  "resourceIconPath": "network",
  "resourceType": "VL",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
     {
        "name": "Network Elements"
      }
    ]
  }
],  
 "tags": [
    "ExtVL"
  ]
}