summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/Files/CP_LAN.yml
blob: 3420a3cfcb721e7c6a3f1e80d111523da3c492df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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_in:
          capability: tosca.capabilities.network.Linkable
          relationship: tosca.relationships.network.LinksTo
      - virtualLink_out:
          capability: tosca.capabilities.network.Linkable
          relationship: tosca.relationships.network.LinksTo
      - virtualbinding:
          capability: tosca.capabilities.network.Bindable
          relationship: tosca.relationships.network.BindsTo