diff options
author | Victor Gao <victor.gao@huawei.com> | 2018-04-12 15:06:46 +0800 |
---|---|---|
committer | Victor Gao <victor.gao@huawei.com> | 2018-04-12 15:06:46 +0800 |
commit | 03540042dbde0770874936b67503cf5c925f5e42 (patch) | |
tree | 417f15a7f27f45cb5c5d46b5082a3f353270ad12 /docs | |
parent | 5128fc3a09ef1b564b922aa51970ecc852ead78b (diff) |
Add DM Spec:Relationship types
Change-Id: I677845941bdea994d1176ff7dfb18b374723ed04
Issue-ID: MODELING-56
Signed-off-by: victor.gao <victor.gao@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ONAP release 2 spec/dm/RelationshipTypes.rst | 15 |
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] |