aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json
blob: 1311fe9f3208508ac016027b3e3496174e76cce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "underlayVpn.yml",
  "contactId": "jh0003",
  "name": "VL UNDERLAYVPN",
  "description": "The node represents a underlay vpn entity",
  "resourceIconPath": "network",
  "resourceType": "VL",
  "categories": [
    {
      "name": "Network Connectivity",
      "subcategories": [
        {
          "name": "Virtual Links"
        }
      ]
    }
  ],
  "tags": [
    "VL UNDERLAYVPN"
  ]
}