R2 model updates
[sdc.git] / catalog-be / src / main / resources / import / tosca / relationship-types / relationshipTypes.yml
index 36325ba..fa4d5b7 100644 (file)
         required: false
   org.openecomp.relationships.ForwardsTo:
     derived_from: tosca.relationships.Root
-    valid_target_types: [org.openecomp.capabilities.Forwarder]
\ No newline at end of file
+    valid_target_types:
+    - org.openecomp.capabilities.Forwarder
+    
+  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
\ No newline at end of file