c51e1b15398c6a0fc28f4938be6c9037ce89447e
[sdc.git] / catalog-be / src / main / resources / import / tosca / nfv-types / vnfExtCp / vnfExtCp.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 node_types:
3   tosca.nodes.nfv.VnfExtCp:
4     derived_from: tosca.nodes.nfv.Cp
5     description: Describes a logical external connection point, exposed by the VNF enabling connection with an external Virtual Link
6     properties:
7       virtual_network_interface_requirements:
8         type: list
9         description: The actual virtual NIC requirements that is been assigned when instantiating the connection point
10         required: false
11         entry_schema:
12           type: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements
13     requirements:
14       - external_virtual_link:
15           capability: tosca.capabilities.nfv.VirtualLinkable
16           relationship: tosca.relationships.nfv.VirtualLinksTo
17       - internal_virtual_link: #name in ETSI NFV IFA011 v0.7.3: intVirtualLinkDesc
18           capability: tosca.capabilities.nfv.VirtualLinkable
19           relationship: tosca.relationships.nfv.VirtualLinksTo