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