aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-tosca-datatype/src/main/resources
diff options
context:
space:
mode:
authortalio <tali.orenbach@amdocs.com>2017-09-14 11:17:22 +0300
committertalio <tali.orenbach@amdocs.com>2017-09-14 11:17:22 +0300
commit595438f3bb781d09c2ba0341096fc7daeb0cb7ee (patch)
tree4867e3158572e3bb0b522bad9bc652cfc217faf6 /common/openecomp-tosca-datatype/src/main/resources
parentde8841c36349510e1b4c773753afad0eb8061f8c (diff)
Adding global type
Adding tosca.nodes.nfv.VnfVirtualLinkDesc type into global types repository Issue - ID : SDC-337 Change-Id: I60cb36c627f9e396597150f45d2a58fbc9282ea0 Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'common/openecomp-tosca-datatype/src/main/resources')
-rw-r--r--common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml25
1 files changed, 24 insertions, 1 deletions
diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml
index aaff11b0ed..da41c933f1 100644
--- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml
+++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml
@@ -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