summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/contrailV2VirtualNetwork/contrailV2VirtualNetwork.json
blob: c7802d2529109f426d721cfbe7d4c9aa642e08a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "contrailV2VirtualNetwork.yml",
  "contactId": "jh0003",
  "name": "ContrailV2VirtualNetwork",
  "description": "Represents a network service with optional subnets and advanced configurations for contrail V2.",
  "resourceIconPath": "network",
  "resourceType": "VL",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Network Elements"
      }
    ]
  }
],
  "tags": [
    "ContrailV2VirtualNetwork"
  ]
}