From 03540042dbde0770874936b67503cf5c925f5e42 Mon Sep 17 00:00:00 2001 From: Victor Gao Date: Thu, 12 Apr 2018 15:06:46 +0800 Subject: Add DM Spec:Relationship types Change-Id: I677845941bdea994d1176ff7dfb18b374723ed04 Issue-ID: MODELING-56 Signed-off-by: victor.gao --- docs/ONAP release 2 spec/dm/RelationshipTypes.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/ONAP release 2 spec/dm/RelationshipTypes.rst diff --git a/docs/ONAP release 2 spec/dm/RelationshipTypes.rst b/docs/ONAP release 2 spec/dm/RelationshipTypes.rst new file mode 100644 index 0000000..590b097 --- /dev/null +++ b/docs/ONAP release 2 spec/dm/RelationshipTypes.rst @@ -0,0 +1,15 @@ +.. Copyright 2018 (ONAP) +.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE +.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode + +Relationships Types +============================================== + +| **tosca.relationships.nfv.VirtualBindsTo:** +| derived_from: tosca.relationships.DependsOn +| valid_target_types: [ tosca.capabilities.nfv.VirtualBindable] +| +| +| **tosca.relationships.nfv.VirtualLinksTo:** +| derived_from: tosca.relationships.DependsOn +| valid_target_types: [ tosca.capabilities.nfv.VirtualLinkable] -- cgit 1.2.3-korg