1 tosca_definitions_version: tosca_simple_yaml_1_2
 
   2 description: ETSI NFV SOL 001 VnfExtCp node type definitions version 2.5.1
 
   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
 
   9       virtual_network_interface_requirements:
 
  11         description: The actual virtual NIC requirements that is been assigned when instantiating the connection point
 
  14           type: tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements
 
  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