e5ba23ba44661cb9af8a964877c84c044a014b65
[aai/aai-common.git] / aai-schema / src / main / resources / onap / dbedgerules / v11 / DbEdgeRules_esr_v11.json
1 {
2   "rules": [
3     {
4       "from": "esr-system-info",
5       "to": "esr-ems",
6       "label": "org.onap.relationships.inventory.BelongsTo",
7       "direction": "OUT",
8       "multiplicity": "MANY2ONE",
9       "contains-other-v": "!${direction}",
10       "delete-other-v": "!${direction}",
11       "SVC-INFRA": "NONE",
12       "prevent-delete": "NONE",
13       "default": "true"
14     },
15     {
16       "from": "esr-system-info",
17       "to": "esr-vnfm",
18       "label": "org.onap.relationships.inventory.BelongsTo",
19       "direction": "OUT",
20       "multiplicity": "ONE2ONE",
21       "contains-other-v": "!${direction}",
22       "delete-other-v": "!${direction}",
23       "SVC-INFRA": "NONE",
24       "prevent-delete": "NONE",
25       "default": "true"
26     },
27     {
28       "from": "esr-system-info",
29       "to": "esr-thirdparty-sdnc",
30       "label": "org.onap.relationships.inventory.BelongsTo",
31       "direction": "OUT",
32       "multiplicity": "ONE2ONE",
33       "contains-other-v": "!${direction}",
34       "delete-other-v": "!${direction}",
35       "SVC-INFRA": "NONE",
36       "prevent-delete": "NONE",
37       "default": "true"
38     },
39     {
40       "from": "esr-thirdparty-sdnc",
41       "to": "pnf",
42       "label": "org.onap.relationships.inventory.AppliesTo",
43       "direction": "OUT",
44       "multiplicity": "ONE2MANY",
45       "contains-other-v": "NONE",
46       "delete-other-v": "NONE",
47       "SVC-INFRA": "NONE",
48       "prevent-delete": "NONE",
49       "default": "true"
50     },
51     {
52       "from": "esr-system-info",
53       "to": "cloud-region",
54       "label": "org.onap.relationships.inventory.BelongsTo",
55       "direction": "OUT",
56       "multiplicity": "MANY2ONE",
57       "contains-other-v": "!${direction}",
58       "delete-other-v": "!${direction}",
59       "SVC-INFRA": "NONE",
60       "prevent-delete": "NONE",
61       "default": "true"
62     }
63   ]
64 }