[AAI] Bump up schema version to 1.12.4
[aai/schema-service.git] / aai-schema / src / main / resources / onap / dbedgerules / v25 / DbEdgeRules_hpa_v25.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       "from": "hpa-capacity",
44       "to": "pserver",
45       "label": "org.onap.relationships.inventory.BelongsTo",
46       "direction": "OUT",
47       "multiplicity": "MANY2ONE",
48       "contains-other-v": "!${direction}",
49       "delete-other-v": "!${direction}",
50       "SVC-INFRA": "!${direction}",
51       "prevent-delete": "NONE",
52       "default": "true",
53       "description":"HPA Capacity KV for given compute node"
54     },
55     {
56       "from": "flavor",
57       "to": "pserver",
58       "label": "org.onap.relationships.inventory.CanBeInstantiatedIn",
59       "direction": "OUT",
60       "multiplicity": "MANY2MANY",
61       "contains-other-v": "NONE",
62       "delete-other-v": "NONE",
63       "prevent-delete": "NONE",
64       "default": "true",
65       "description":"HPA Capacity getting the compute nodes from given flavor"
66     }
67   ]
68 }