blob: 51172473736faaa60bb452d88ef6e637b0ecbb9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types:
org.openecomp.resource.cp:
derived_from: tosca.nodes.Root
properties:
type:
type: string
required: false
requirements:
- VirtualBinding:
capability: tosca.capabilities.network.Bindable
relationship: tosca.relationships.network.BindsTo
occurrences: [0, UNBOUNDED]
|