Release version 1.13.7
[sdc.git] / catalog-be / src / main / resources / import / tosca / nfv-types / Sap / Sap.yml
1 tosca_definitions_version: tosca_simple_yaml_1_2 
2 node_types:
3   tosca.nodes.nfv.Sap:
4     derived_from: tosca.nodes.nfv.Cp
5     description: node definition of SAP.
6     requirements:
7       - external_virtual_link:
8           capability: tosca.capabilities.nfv.VirtualLinkable
9           relationship: tosca.relationships.nfv.VirtualLinksTo
10           occurrences: [0, 1]
11       - internal_virtual_link:
12           capability: tosca.capabilities.nfv.VirtualLinkable
13           relationship: tosca.relationships.nfv.VirtualLinksTo
14           occurrences: [1, 1]