diff options
Diffstat (limited to 'docs/ONAP release 2 spec/dm')
-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] |