blob: d9c9361daab46bb8355b7aabd526ab63051f790c (
plain)
1
2
3
4
5
6
7
8
9
10
|
org.openecomp.asdc.nodes.Connector:
#Connector is the parent node of both WAN and LAN connectors.
derived_from: org.openecomp.asdc.nodes.Root
requirements:
- connectTo:
capability: org.openecomp.asdc.capabilities.Endpoint
#the requirement can establish the relationship with a node providing such capability
relationship: org.openecomp.asdc.relationships.ConnectsTo
#occurrences means how many times this requirement can appear in one node.
occurrences: [1, UNBOUNDED]
|