summaryrefslogtreecommitdiffstats
path: root/docs/ONAP Model Spec/dm/RelationshipTypes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ONAP Model Spec/dm/RelationshipTypes.rst')
-rw-r--r--docs/ONAP Model Spec/dm/RelationshipTypes.rst19
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/ONAP Model Spec/dm/RelationshipTypes.rst b/docs/ONAP Model Spec/dm/RelationshipTypes.rst
index 1c9965b..7549cbd 100644
--- a/docs/ONAP Model Spec/dm/RelationshipTypes.rst
+++ b/docs/ONAP Model Spec/dm/RelationshipTypes.rst
@@ -1,4 +1,4 @@
-.. Copyright 2018 (China Mobile)
+.. Copyright 2019 (China Mobile)
.. 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
@@ -6,10 +6,19 @@ Relationships Types
===================
| **tosca.relationships.nfv.VirtualBindsTo:**
-| derived_from: tosca.relationships.DependsOn
-| valid_target_types: [ tosca.capabilities.nfv.VirtualBindable]
+| derived_from: tosca.relationships.DependsOn
+| description: Represents an association relationship between Vdu.Compute and VduCp node types
+| valid_target_types: [ tosca.capabilities.nfv.VirtualBindable]
|
|
| **tosca.relationships.nfv.VirtualLinksTo:**
-| derived_from: tosca.relationships.DependsOn
-| valid_target_types: [ tosca.capabilities.nfv.VirtualLinkable]
+| derived_from: tosca.relationships.DependsOn
+| description: Represents an association relationship between the VduCp and VnfVirtualLink node types
+| valid_target_types: [ tosca.capabilities.nfv.VirtualLinkable]
+|
+|
+| **tosca.relationships.nfv.AttachesTo:**
+| derived_from: tosca.relationships.Root
+| description: Represents an association relationship between the Vdu.Compute and one of the node types, Vdu.VirtualBlockStorage, Vdu.VirtualObjectStorage or Vdu.VirtualFileStorage
+| valid_target_types: [ tosca.capabilities.nfv.VirtualStorage ]
+