blob: 1bce457d43101deb0e0ebef95404f8dfe762dffc (
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.WAN:
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
|