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