aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/rules/v11/DbEdgeRules_test_two_v11.json
blob: 4ff4eb2bd2f2294daf90ffb0c0f793c9e72ce756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
	"rules": [
		{
			"from": "U",
			"to": "V",
			"label": "org.onap.relationships.inventory.groupsResourcesIn",
			"direction": "BOTH",
			"multiplicity": "Many2Many",
			"contains-other-v": "NONE",
			"delete-other-v": "NONE",
			"SVC-INFRA": "NONE",
			"prevent-delete": "!${direction}"
		},
		{
			"from": "Y",
			"to": "X",
			"label": "org.onap.relationships.inventory.groupsResourcesIn",
			"direction": "OUT",
			"multiplicity": "Many2Many",
			"contains-other-v": "NONE",
			"delete-other-v": "NONE",
			"SVC-INFRA": "NONE",
			"prevent-delete": "!${direction}"
		},
      {
			"from": "allotted-resource",
			"to": "instance-group",
			"label": "org.onap.relationships.inventory.TestEdge",
			"direction": "OUT",
			"multiplicity": "MANY2MANY",
			"contains-other-v": "NONE",
			"delete-other-v": "NONE",
			"SVC-INFRA": "NONE",
			"prevent-delete": "NONE",
			"default": "true"
		}
	]
}