summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/contrailPort/contrailPort.json
blob: 6edc7083b07eac489ff9a2918de8e507933f1e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "contrailPort.yml",
  "contactId": "jh0003",
  "name": "ContrailPort",
  "description": "Represents a logical entity that associates between Compute and Network normative types for contrail.",
  "resourceIconPath": "port",
  "resourceType": "CP",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Network Elements"
      }
    ]
  }
],  
 "tags": [
    "ContrailPort"
  ]
}