summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-healing-lib/openecomp-sdc-healing-core/src/main/resources/entityHealingConfiguration.json
blob: a70c4afc6b2c1a26df96becfdd145085d926f354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
    ],
    "data": [
      "org.openecomp.sdc.healing.healers.ManufacturerReferenceNumberHealer"
    ]
  }
}