blob: a96084ba34ffca9f7c8872a22afc1a2b5cf00e11 (
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
|