Add global type 55/13455/1
authortalio <tali.orenbach@amdocs.com>
Tue, 19 Sep 2017 12:24:04 +0000 (15:24 +0300)
committertalio <tali.orenbach@amdocs.com>
Tue, 19 Sep 2017 12:24:04 +0000 (15:24 +0300)
Add tosca.nodes.nfv.VnfVirtualLinkDesc to global types

Issue - ID : SDC-349

Change-Id: I2e75ef973c0adfc613bc434b6514e45a55f2d223
Signed-off-by: talio <tali.orenbach@amdocs.com>
common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml

index aaff11b..da41c93 100644 (file)
@@ -1103,4 +1103,27 @@ node_types:
         capability: tosca.capabilities.nfv.VirtualLinkable
         occurrences:
         - 0
-        - UNBOUNDED
\ No newline at end of file
+        - UNBOUNDED
+
+  tosca.nodes.nfv.VnfVirtualLinkDesc:
+    capabilities:
+      monitoring_parameters:
+        type: tosca.capabilities.nfv.Metric
+      virtual_linkable:
+        type: tosca.capabilities.nfv.VirtualLinkable
+    derived_from: tosca.nodes.Root
+    properties:
+      vl_flavours:
+        entry_schema:
+          type: string
+        type: map
+      description:
+        required: false
+        type: string
+      test_access:
+        entry_schema:
+          type: string
+        required: false
+        type: list
+      connectivity_type:
+        type: tosca.datatypes.nfv.ConnectivityType
\ No newline at end of file