aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/entityHealingConfiguration.json
blob: d8f6986a73cf05488e21ee3788fa589585b89315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "vsp": {
    "structure": [
      "org.openecomp.sdc.healing.healers.OwnerHealer",
      "org.openecomp.sdc.healing.healers.NetworkPackageHealer"
    ],
    "data": [
      "org.openecomp.sdc.healing.healers.ToscaServiceModelHealer",
      "org.openecomp.sdc.healing.healers.ComponentDataHealer"
    ]
  },
  "vlm": {
    "structure": [
      "org.openecomp.sdc.healing.healers.OwnerHealer"
    ]
  }
}