summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/vl/vl.yml
blob: f2042f77987a69c300f763f2268cb50c555e7b15 (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.VL:
    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