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