1 tosca_definitions_version: tosca_simple_yaml_1_2
 
   2 description: ETSI NFV SOL 001 VnfVirtualLink node type definitions version 2.5.1
 
   5   tosca.nodes.nfv.VnfVirtualLink:
 
   6     derived_from: tosca.nodes.Root
 
   7     description: Describes the information about an internal VNF VL
 
  10         type: tosca.datatypes.nfv.ConnectivityType
 
  11         description: Specifies the protocol exposed by the VL and the flow pattern supported by the VL
 
  15         description: Provides human-readable information on the purpose of the VL
 
  19         description: Test access facilities available on the VL
 
  24             - valid_values: [ passive_monitoring, active_loopback ]
 
  26         type: tosca.datatypes.nfv.VlProfile
 
  27         description: Defines additional data for the VL
 
  29       monitoring_parameters:
 
  31         description: Describes monitoring parameters applicable to the VL
 
  34           type: tosca.datatypes.nfv.VirtualLinkMonitoringParameter
 
  37         type: tosca.capabilities.nfv.VirtualLinkable