Sync Integ to Master
[sdc.git] / catalog-be / src / main / resources / import / tosca / heat-types / forwardingPath / forwardingPath.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types:                
3   org.openecomp.nodes.ForwardingPath:
4     derived_from: tosca.nodes.Root
5     properties:
6       target_range:
7         type: list
8         required: true
9         status: SUPPORTED
10         entry_schema:
11           description: Identifier of the reciever port of the VNF or the service
12           type: integer
13       protocol:
14         type: string
15         description: protocol type that runs on the link
16         required: true
17         status: SUPPORTED
18     requirements:
19     - forwarder:
20         capability: org.openecomp.capabilities.Forwarder
21         relationship: org.openecomp.relationships.ForwardsTo
22         occurrences:
23         - 0
24         - UNBOUNDED