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