diff options
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v13')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json index df28f23d..fb455895 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json @@ -2,6 +2,18 @@ "rules": [ { "from": "allotted-resource", + "to": "allotted-resource", + "label": "tosca.relationships.network.BindsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"AAI-1925" + }, + { + "from": "allotted-resource", "to": "generic-vnf", "label": "org.onap.relationships.inventory.PartOf", "direction": "OUT", |