diff options
author | Avi Gaffa <avi.gaffa@amdocs.com> | 2017-09-19 10:34:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-19 10:34:26 +0000 |
commit | 7c634dd231064964a6888822c4a346255ee89cfb (patch) | |
tree | 41dde73ef546dcbca8bb6f9532f56d9b3c190e91 /common | |
parent | 25e6f5d8b68970f5d2711e91e67eda1ebef2c099 (diff) | |
parent | 595438f3bb781d09c2ba0341096fc7daeb0cb7ee (diff) |
Merge "Adding global type"
Diffstat (limited to 'common')
-rw-r--r-- | common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/nodes.yml | 25 |
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 |