Add ETSI SOL001 v2.5.1 model types to backend init
[sdc.git] / catalog-be / src / main / resources / import / tosca / models / init / etsi-SOL001-v2.5.1 / tosca / node-types / NsVirtualLink / NsVirtualLink.yml
1 tosca_definitions_version: tosca_simple_yaml_1_2
2 description: ETSI NFV SOL 001 NsVirtualLink node type definitions version 2.5.1
3
4 node_types:
5   tosca.nodes.nfv.NsVirtualLink:
6     derived_from: tosca.nodes.Root
7     description: node definition of Virtual Links
8     properties:
9       vl_profile:
10         type: tosca.datatypes.nfv.NsVlProfile # only covers min/max bitrate requirements
11         description: Specifies instantiation parameters for a virtual link of a particular NS deployment flavour.
12         required: true
13       connectivity_type:
14         type: tosca.datatypes.nfv.ConnectivityType
15         required: true
16       test_access:
17         type: list
18         description: Test access facilities available on the VL
19         required: false
20         entry_schema:
21           type: string
22           constraints:
23             - valid_values: [ passive_monitoring, active_loopback ]
24       description:
25         type: string
26         required: false
27         description: Human readable information on the purpose of the virtual link (e.g. VL for control plane traffic).
28     capabilities:
29       virtual_linkable:
30         type: tosca.capabilities.nfv.VirtualLinkable