blob: ec089900ad7d031d5d9ac6dc00eb5ecd1c0e30d7 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001tosca_definitions_version: tosca_simple_yaml_1_0_0
2
3node_types:
4 org.openecomp.resource.vf.VFF:
5 derived_from: tosca.nodes.Root
6 properties:
7 vendor:
8 type: string
9 required: false
10 vl_name:
11 type: string
12 required: false
13 capabilities:
14 virtual_linkable:
15 type: tosca.capabilities.network.Linkable
16
17