[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / DerivedFromCPWithOwnReq.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2
3 node_types:
4   org.openecomp.resource.cp.LAN:
5     derived_from: org.openecomp.resource.cp.CP
6     properties:
7       type:
8         type: string
9         required: false
10     requirements:
11       - virtualLink:
12           capability: tosca.capabilities.network.Linkable
13           relationship: tosca.relationships.network.LinksTo
14           occurrences: [0, UNBOUNDED]