summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/loadBalancer/loadBalancer.json
blob: d108ee1cbb3689c2b342a857eede3171a272ebac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "loadBalancer.yml",
  "contactId": "jh0003",
  "name": "LoadBalancer",
  "description": "Represents logical function that be used in conjunction with a Floating Address to distribute an application’s traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).",
  "resourceIconPath": "loadBalancer",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
  "tags": [
    "LoadBalancer"
  ]
}