summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/Files/VL.yml
blob: 72e6d2be32ca4012ff0bfdf3f4ec62216dc04f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
tosca_definitions_version: tosca_simple_yaml_1_0_0

node_types:
  org.openecomp.resource.vl.VL00:
    derived_from: tosca.nodes.network.Network
    properties:
      vendor:
        type: string
        required: false
      vl_name:
        type: string
        required: false

    capabilities:
       virtual_linkable:
        type: tosca.capabilities.network.Linkable
       end_point:
        type: tosca.capabilities.Endpoint