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 / vnfExtCp / vnfExtCp.yml
1 tosca_definitions_version: tosca_simple_yaml_1_2
2 description: ETSI NFV SOL 001 VnfExtCp node type definitions version 2.5.1
3
4 node_types:
5   tosca.nodes.nfv.VnfExtCp:
6     derived_from: tosca.nodes.nfv.Cp
7     description: Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link
8     properties:
9       virtual_network_interface_requirements:
10         type: list
11         description: The actual virtual NIC requirements that is been assigned when instantiating the connection point
12         required: false
13         entry_schema:
14           type: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements
15     requirements:
16       - external_virtual_link:
17           capability: tosca.capabilities.nfv.VirtualLinkable
18           relationship: tosca.relationships.nfv.VirtualLinksTo
19       - internal_virtual_link: #name in ETSI NFV IFA011 v0.7.3: intVirtualLinkDesc
20           capability: tosca.capabilities.nfv.VirtualLinkable
21           relationship: tosca.relationships.nfv.VirtualLinksTo