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 / vnfVirtualLink / vnfVirtualLink.yml
1 tosca_definitions_version: tosca_simple_yaml_1_2
2 description: ETSI NFV SOL 001 VnfVirtualLink node type definitions version 2.5.1
3
4 node_types:
5   tosca.nodes.nfv.VnfVirtualLink:
6     derived_from: tosca.nodes.Root
7     description: Describes the information about an internal VNF VL
8     properties:
9       connectivity_type:
10         type: tosca.datatypes.nfv.ConnectivityType
11         description: Specifies the protocol exposed by the VL and the flow pattern supported by the VL
12         required: true
13       description:
14         type: string
15         description: Provides human-readable information on the purpose of the VL
16         required: false
17       test_access:
18         type: list
19         description: Test access facilities available on the VL
20         required: false
21         entry_schema:
22           type: string
23           constraints:
24             - valid_values: [ passive_monitoring, active_loopback ]
25       vl_profile:
26         type: tosca.datatypes.nfv.VlProfile
27         description: Defines additional data for the VL
28         required: true
29       monitoring_parameters:
30         type: list
31         description: Describes monitoring parameters applicable to the VL
32         required: false
33         entry_schema:
34           type: tosca.datatypes.nfv.VirtualLinkMonitoringParameter
35     capabilities:
36       virtual_linkable:
37         type: tosca.capabilities.nfv.VirtualLinkable