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