aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json
blob: cb1e0e66f2775e7ccfc60773f989ea7f18537cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "rules": [
	{
		"from": "vpn-binding",
		"to": "p-interface",
		"label": "org.onap.relationships.inventory.BindsTo",
		"direction": "OUT",
		"multiplicity": "ONE2MANY",
		"contains-other-v": "NONE",
		"delete-other-v": "NONE",
		"prevent-delete": "NONE",
		"default": "true",
		"description":"For CCVPN Usecase"
	}
  ]
}