aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/edgeMigrationTestRules.json
blob: a18b8a968e5dcecef944184dc8b0c50dd99adf03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{"rules":
[{
	"from": "generic-vnf",
	"to": "l-interface",
	"label": "hasLInterface",
	"direction": "OUT",
	"multiplicity": "MANY2MANY",
	"contains-other-v": "${direction}",
	"delete-other-v": "${direction}",
	"SVC-INFRA": "${direction}",
	"prevent-delete": "NONE"
}]}