1a0ca0afc1620f25943642b18df2b64977f4f38f
[aai/aai-common.git] / aai-schema / src / main / resources / onap / dbedgerules / v13 / DbEdgeRules_hpa_v13.json
1 {
2   "rules": [
3     {
4       "from": "hpa-capability",
5       "to": "flavor",
6       "label": "org.onap.relationships.inventory.BelongsTo",
7       "direction": "OUT",
8       "multiplicity": "MANY2ONE",
9       "contains-other-v": "!${direction}",
10       "delete-other-v": "NONE",
11       "SVC-INFRA": "NONE",
12       "prevent-delete": "!${direction}",
13       "default": "true",
14       "description": ""
15     },
16     {
17       "from": "hpa-capability",
18       "to": "cloud-region",
19       "label": "org.onap.relationships.inventory.BelongsTo",
20       "direction": "OUT",
21       "multiplicity": "MANY2ONE",
22       "contains-other-v": "!${direction}",
23       "delete-other-v": "NONE",
24       "SVC-INFRA": "NONE",
25       "prevent-delete": "!${direction}",
26       "default": "true",
27       "description": ""
28     },
29     {
30       "from": "hpa-feature-attributes",
31       "to": "hpa-capability",
32       "label": "org.onap.relationships.inventory.BelongsTo",
33       "direction": "OUT",
34       "multiplicity": "MANY2ONE",
35       "contains-other-v": "!${direction}",
36       "delete-other-v": "!${direction}",
37       "SVC-INFRA": "!${direction}",
38       "prevent-delete": "NONE",
39       "default": "true",
40       "description": ""
41     }
42   ]
43 }