summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/tests/importToscaResourceByCreateUrl/DerivedFromCPWithOwnReq.yml
blob: 3514acfe9f98d6b27b2815312af85997bbd3eba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tosca_definitions_version: tosca_simple_yaml_1_0_0

node_types:
  org.openecomp.resource.cp.LAN:
    derived_from: org.openecomp.resource.cp.CP
    properties:
      type:
        type: string
        required: false
    requirements:
      - virtualLink:
          capability: tosca.capabilities.network.Linkable
          relationship: tosca.relationships.network.LinksTo
          occurrences: [0, UNBOUNDED]