aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/nfv-types/2.7.1/NFP/NFP.yml
blob: 40209b883c40c00b84c563cfa14ff6b7940665fd (plain)
1
2
3
4
5
6
7
8
9
10
11
tosca_definitions_version: tosca_simple_yaml_1_3
node_types:
  tosca.nodes.nfv.NFP:
    derived_from: tosca.nodes.Root
    description: node definition of NFP
    requirements:
      - nfp_position:
          capability: tosca.capabilities.nfv.Forwarding
          node: tosca.nodes.nfv.NfpPosition
          relationship: tosca.relationships.nfv.ForwardTo
          occurrences: [ 1, UNBOUNDED ]