summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Gao <victor.gao@huawei.com>2018-04-12 15:06:46 +0800
committerVictor Gao <victor.gao@huawei.com>2018-04-12 15:06:46 +0800
commit03540042dbde0770874936b67503cf5c925f5e42 (patch)
tree417f15a7f27f45cb5c5d46b5082a3f353270ad12
parent5128fc3a09ef1b564b922aa51970ecc852ead78b (diff)
Add DM Spec:Relationship types
Change-Id: I677845941bdea994d1176ff7dfb18b374723ed04 Issue-ID: MODELING-56 Signed-off-by: victor.gao <victor.gao@huawei.com>
-rw-r--r--docs/ONAP release 2 spec/dm/RelationshipTypes.rst15
1 files changed, 15 insertions, 0 deletions
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]