tosca_definitions_version: tosca_simple_yaml_1_0_0

node_types:
  org.openecomp.resource.vf.VFF:
    derived_from: tosca.nodes.Root
    properties:
      vendor:
        type: string
        required: false
      vl_name:
        type: string
        required: false
    capabilities:
       virtual_linkable:
        type: tosca.capabilities.network.Linkable