blob: 1bce457d43101deb0e0ebef95404f8dfe762dffc [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.cp.WAN:
5 derived_from: org.openecomp.resource.cp.CP
6 properties:
7 type:
8 type: string
9 required: false
10 requirements:
11 - virtualLink_in:
12 capability: tosca.capabilities.network.Linkable
13 relationship: tosca.relationships.network.LinksTo
14 - virtualLink_out:
15 capability: tosca.capabilities.network.Linkable
16 relationship: tosca.relationships.network.LinksTo
17 - virtualbinding:
18 capability: tosca.capabilities.network.Bindable
19 relationship: tosca.relationships.network.BindsTo