summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json
diff options
context:
space:
mode:
Diffstat (limited to 'aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json')
-rw-r--r--aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json b/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json
new file mode 100644
index 00000000..b4ee2501
--- /dev/null
+++ b/aai-core/src/test/resources/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json
@@ -0,0 +1,43 @@
+{
+ "rules": [
+ {
+ "from": "hpa-capability",
+ "to": "flavor",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "!${direction}",
+ "default": "true",
+ "description": ""
+ },
+ {
+ "from": "hpa-capability",
+ "to": "cloud-region",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "!${direction}",
+ "default": "true",
+ "description": ""
+ },
+ {
+ "from": "hpa-feature-attributes",
+ "to": "hpa-capability",
+ "label": "org.onap.relationships.inventory.BelongsTo",
+ "direction": "OUT",
+ "multiplicity": "MANY2ONE",
+ "contains-other-v": "!${direction}",
+ "delete-other-v": "!${direction}",
+ "SVC-INFRA": "!${direction}",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description": ""
+ }
+ ]
+} \ No newline at end of file