aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json
blob: 468e6a8dbc724f8c383646579276b067da64a4ae (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
{
  "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"
	},
	{
		"from": "sp-partner",
		"to": "service-instance",
		"label": "org.onap.relationships.inventory.PartOf",
		"direction": "OUT",
		"multiplicity": "ONE2MANY",
		"contains-other-v": "NONE",
		"delete-other-v": "NONE",
		"prevent-delete": "NONE",
		"default": "true",
		"description":"For CCVPN Usecase"
	}
  ]
}