diff options
author | LaMont, William(wl2432) <wl2432@att.com> | 2020-03-10 17:11:42 -0400 |
---|---|---|
committer | LaMont, William(wl2432) <wl2432@att.com> | 2020-03-10 17:12:00 -0400 |
commit | 12671ef55967ed4815416605b7d1731e6a767e6d (patch) | |
tree | 643bf34a8446b871cbfb40cef532d7b16cd0d266 /aai-schema/src/main/resources/onap/dbedgerules/v18 | |
parent | e5ad56ac9ff04b996cb0c648989b393d69aeff22 (diff) |
support for v17 through v19
Issue-ID: AAI-2751
Change-Id: I3533998cbb524c2d2aa610d3a9718e47362cc0d2
Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v18')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json b/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json index 2d448aa..61c6887 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v18/DbEdgeRules_v18.json @@ -2430,7 +2430,7 @@ "to": "l-interface", "label": "org.onap.relationships.inventory.AppliesTo", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE", @@ -3166,7 +3166,28 @@ "prevent-delete": "NONE", "default": "true", "description":"" + },{ + "from": "configuration", + "to": "lag-interface", + "label": "org.onap.relationships.inventory.AppliesTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + },{ + "from": "configuration", + "to": "instance-group", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" } - ] } |