diff options
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v21')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json index e6001b0..6bf69bf 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_v21.json @@ -109,6 +109,18 @@ "description": "" }, { + "from": "allotted-resource", + "to": "logical-link", + "label": "org.onap.relationships.inventory.ComposedOf", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "${direction}", + "prevent-delete": "NONE", + "default": "true", + "description": "" + }, + { "from": "availability-zone", "to": "complex", "label": "org.onap.relationships.inventory.LocatedIn", @@ -5823,6 +5835,19 @@ "prevent-delete": "NONE", "default": "false", "description": "" + }, + { + "from": "service-instance", + "to": "network-route", + "label": "org.onap.relationships.inventory.ComposedOf", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "${direction}", + "prevent-delete": "NONE", + "default": "true", + "description": "" } + ] } |