summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/securityRules/securityRules.json
blob: 14d25a0ac2d8da398adc67be94667b3be5283946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "securityRules.yml",
  "contactId": "jh0003",
  "name": "SecurityRules",
  "description": "Configuration of policy rules to be applied on ports.",
  "resourceIconPath": "securityrules",
  "resourceType": "VFC",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Rules"
      }
    ]
  }
],
  "tags": [
    "SecurityRules"
  ]
}