contains-other-v no longer implies delete-other-v
[aai/aai-common.git] / aai-core / src / main / resources / dbedgerules / DbEdgeRules_v10.json
1 {"rules":
2 [
3 {
4         "from": "ipsec-configuration",
5         "to": "vig-server",
6         "label": "hasVigServer",
7         "direction": "OUT",
8         "multiplicity": "ONE2MANY",
9         "contains-other-v": "${direction}",
10         "delete-other-v": "${direction}",
11         "SVC-INFRA": "NONE",
12         "prevent-delete": "NONE"
13 },
14 {
15         "from": "vlan",
16         "to": "multicast-configuration",
17         "label": "uses",
18         "direction": "OUT",
19         "multiplicity": "MANY2MANY",
20         "contains-other-v": "NONE",
21         "delete-other-v": "NONE",
22         "SVC-INFRA": "NONE",
23         "prevent-delete": "NONE"
24 },
25 {
26         "from": "generic-vnf",
27         "to": "lag-interface",
28         "label": "hasLAGInterface",
29         "direction": "OUT",
30         "multiplicity": "MANY2MANY",
31         "contains-other-v": "${direction}",
32         "delete-other-v": "${direction}",
33         "SVC-INFRA": "${direction}",
34         "prevent-delete": "NONE"
35 },
36 {
37         "from": "model-constraint",
38         "to": "constrained-element-set",
39         "label": "uses",
40         "direction": "OUT",
41         "multiplicity": "ONE2MANY",
42         "contains-other-v": "${direction}",
43         "delete-other-v": "${direction}",
44         "SVC-INFRA": "NONE",
45         "prevent-delete": "NONE"
46 },
47 {
48         "from": "l-interface",
49         "to": "l-interface",
50         "label": "has",
51         "direction": "OUT",
52         "multiplicity": "ONE2MANY",
53         "contains-other-v": "${direction}",
54         "delete-other-v": "${direction}",
55         "SVC-INFRA": "${direction}",
56         "prevent-delete": "NONE"
57 },
58 {
59         "from": "generic-vnf",
60         "to": "vf-module",
61         "label": "has",
62         "direction": "OUT",
63         "multiplicity": "ONE2MANY",
64         "contains-other-v": "${direction}",
65         "delete-other-v": "${direction}",
66         "SVC-INFRA": "${direction}",
67         "prevent-delete": "NONE"
68 },
69 {
70         "from": "lag-interface",
71         "to": "p-interface",
72         "label": "usesPInterface",
73         "direction": "OUT",
74         "multiplicity": "MANY2MANY",
75         "contains-other-v": "NONE",
76         "delete-other-v": "NONE",
77         "SVC-INFRA": "${direction}",
78         "prevent-delete": "NONE"
79 },
80 {
81         "from": "model-element",
82         "to": "model-constraint",
83         "label": "uses",
84         "direction": "OUT",
85         "multiplicity": "ONE2MANY",
86         "contains-other-v": "${direction}",
87         "delete-other-v": "${direction}",
88         "SVC-INFRA": "NONE",
89         "prevent-delete": "NONE"
90 },
91 {
92         "from": "connector",
93         "to": "virtual-data-center",
94         "label": "contains",
95         "direction": "OUT",
96         "multiplicity": "MANY2MANY",
97         "contains-other-v": "NONE",
98         "delete-other-v": "NONE",
99         "SVC-INFRA": "NONE",
100         "prevent-delete": "NONE"
101 },
102 {
103         "from": "model-element",
104         "to": "model-element",
105         "label": "connectsTo",
106         "direction": "OUT",
107         "multiplicity": "ONE2MANY",
108         "contains-other-v": "${direction}",
109         "delete-other-v": "${direction}",
110         "SVC-INFRA": "NONE",
111         "prevent-delete": "NONE"
112 },
113 {
114         "from": "logical-link",
115         "to": "vpn-binding",
116         "label": "uses",
117         "direction": "OUT",
118         "multiplicity": "MANY2MANY",
119         "contains-other-v": "NONE",
120         "delete-other-v": "NONE",
121         "SVC-INFRA": "NONE",
122         "prevent-delete": "!${direction}"
123 },
124 {
125         "from": "tenant",
126         "to": "vserver",
127         "label": "owns",
128         "direction": "OUT",
129         "multiplicity": "ONE2MANY",
130         "contains-other-v": "${direction}",
131         "delete-other-v": "${direction}",
132         "SVC-INFRA": "!${direction}",
133         "prevent-delete": "${direction}"
134 },
135 {
136         "from": "vserver",
137         "to": "flavor",
138         "label": "hasFlavor",
139         "direction": "OUT",
140         "multiplicity": "MANY2ONE",
141         "contains-other-v": "NONE",
142         "delete-other-v": "NONE",
143         "SVC-INFRA": "${direction}",
144         "prevent-delete": "!${direction}"
145 },
146 {
147         "from": "l-interface",
148         "to": "vlan",
149         "label": "hasVlan",
150         "direction": "OUT",
151         "multiplicity": "MANY2MANY",
152         "contains-other-v": "${direction}",
153         "delete-other-v": "${direction}",
154         "SVC-INFRA": "NONE",
155         "prevent-delete": "NONE"
156 },
157 {
158         "from": "l-interface",
159         "to": "l3-interface-ipv4-address-list",
160         "label": "hasIpAddress",
161         "direction": "OUT",
162         "multiplicity": "MANY2MANY",
163         "contains-other-v": "${direction}",
164         "delete-other-v": "${direction}",
165         "SVC-INFRA": "${direction}",
166         "prevent-delete": "NONE"
167 },
168 {
169         "from": "allotted-resource",
170         "to": "network-policy",
171         "label": "uses",
172         "direction": "OUT",
173         "multiplicity": "ONE2ONE",
174         "contains-other-v": "NONE",
175         "delete-other-v": "NONE",
176         "SVC-INFRA": "NONE",
177         "prevent-delete": "NONE"
178 },
179 {
180         "from": "vpls-pe",
181         "to": "ctag-pool",
182         "label": "usesCtagPool",
183         "direction": "OUT",
184         "multiplicity": "MANY2MANY",
185         "contains-other-v": "NONE",
186         "delete-other-v": "NONE",
187         "SVC-INFRA": "NONE",
188         "prevent-delete": "NONE"
189 },
190 {
191         "from": "vserver",
192         "to": "vnfc",
193         "label": "hosts",
194         "direction": "OUT",
195         "multiplicity": "MANY2MANY",
196         "contains-other-v": "NONE",
197         "delete-other-v": "NONE",
198         "SVC-INFRA": "${direction}",
199         "prevent-delete": "NONE"
200 },
201 {
202         "from": "instance-group",
203         "to": "model",
204         "label": "targets",
205         "direction": "OUT",
206         "multiplicity": "MANY2MANY",
207         "contains-other-v": "NONE",
208         "delete-other-v": "NONE",
209         "SVC-INFRA": "NONE",
210         "prevent-delete": "!${direction}"
211 },
212 {
213         "from": "pnf",
214         "to": "instance-group",
215         "label": "isMemberOf",
216         "direction": "OUT",
217         "multiplicity": "MANY2MANY",
218         "contains-other-v": "NONE",
219         "delete-other-v": "NONE",
220         "SVC-INFRA": "NONE",
221         "prevent-delete": "NONE"
222 },
223 {
224         "from": "cloud-region",
225         "to": "volume-group",
226         "label": "has",
227         "direction": "OUT",
228         "multiplicity": "ONE2MANY",
229         "contains-other-v": "${direction}",
230         "delete-other-v": "${direction}",
231         "SVC-INFRA": "NONE",
232         "prevent-delete": "${direction}"
233 },
234 {
235         "from": "service-instance",
236         "to": "pnf",
237         "label": "uses",
238         "direction": "OUT",
239         "multiplicity": "ONE2MANY",
240         "contains-other-v": "NONE",
241         "delete-other-v": "NONE",
242         "SVC-INFRA": "NONE",
243         "prevent-delete": "NONE"
244 },
245 {
246         "from": "l3-network",
247         "to": "ctag-assignment",
248         "label": "hasCtagAssignment",
249         "direction": "OUT",
250         "multiplicity": "MANY2MANY",
251         "contains-other-v": "${direction}",
252         "delete-other-v": "${direction}",
253         "SVC-INFRA": "${direction}",
254         "prevent-delete": "NONE"
255 },
256 {
257         "from": "vce",
258         "to": "service-instance",
259         "label": "hasServiceInstance",
260         "direction": "OUT",
261         "multiplicity": "MANY2MANY",
262         "contains-other-v": "NONE",
263         "delete-other-v": "NONE",
264         "SVC-INFRA": "!${direction}",
265         "prevent-delete": "NONE"
266 },
267 {
268         "from": "service-instance",
269         "to": "service-instance",
270         "label": "dependsOn",
271         "direction": "OUT",
272         "multiplicity": "ONE2MANY",
273         "contains-other-v": "NONE",
274         "delete-other-v": "NONE",
275         "SVC-INFRA": "NONE",
276         "prevent-delete": "NONE"
277 },
278 {
279         "from": "cloud-region",
280         "to": "flavor",
281         "label": "has",
282         "direction": "OUT",
283         "multiplicity": "ONE2MANY",
284         "contains-other-v": "${direction}",
285         "delete-other-v": "${direction}",
286         "SVC-INFRA": "NONE",
287         "prevent-delete": "${direction}"
288 },
289 {
290         "from": "service-instance",
291         "to": "instance-group",
292         "label": "isMemberOf",
293         "direction": "OUT",
294         "multiplicity": "MANY2MANY",
295         "contains-other-v": "NONE",
296         "delete-other-v": "NONE",
297         "SVC-INFRA": "NONE",
298         "prevent-delete": "NONE"
299 },
300 {
301         "from": "generic-vnf",
302         "to": "pserver",
303         "label": "runsOnPserver",
304         "direction": "OUT",
305         "multiplicity": "MANY2MANY",
306         "contains-other-v": "NONE",
307         "delete-other-v": "NONE",
308         "SVC-INFRA": "${direction}",
309         "prevent-delete": "!${direction}"
310 },
311 {
312         "from": "logical-link",
313         "to": "pnf",
314         "label": "bridgedTo",
315         "direction": "OUT",
316         "multiplicity": "MANY2MANY",
317         "contains-other-v": "NONE",
318         "delete-other-v": "NONE",
319         "SVC-INFRA": "NONE",
320         "prevent-delete": "NONE"
321 },
322 {
323         "from": "virtual-data-center",
324         "to": "generic-vnf",
325         "label": "hasVNF",
326         "direction": "OUT",
327         "multiplicity": "MANY2MANY",
328         "contains-other-v": "NONE",
329         "delete-other-v": "NONE",
330         "SVC-INFRA": "!${direction}",
331         "prevent-delete": "NONE"
332 },
333 {
334         "from": "pnf",
335         "to": "p-interface",
336         "label": "hasPinterface",
337         "direction": "OUT",
338         "multiplicity": "MANY2MANY",
339         "contains-other-v": "${direction}",
340         "delete-other-v": "${direction}",
341         "SVC-INFRA": "${direction}",
342         "prevent-delete": "NONE"
343 },
344 {
345         "from": "vserver",
346         "to": "vf-module",
347         "label": "isPartOf",
348         "direction": "OUT",
349         "multiplicity": "MANY2ONE",
350         "contains-other-v": "NONE",
351         "delete-other-v": "NONE",
352         "SVC-INFRA": "${direction}",
353         "prevent-delete": "NONE"
354 },
355 {
356         "from": "complex",
357         "to": "ctag-pool",
358         "label": "hasCtagPool",
359         "direction": "OUT",
360         "multiplicity": "MANY2MANY",
361         "contains-other-v": "${direction}",
362         "delete-other-v": "${direction}",
363         "SVC-INFRA": "NONE",
364         "prevent-delete": "NONE"
365 },
366 {
367         "from": "constrained-element-set",
368         "to": "element-choice-set",
369         "label": "uses",
370         "direction": "OUT",
371         "multiplicity": "ONE2MANY",
372         "contains-other-v": "${direction}",
373         "delete-other-v": "${direction}",
374         "SVC-INFRA": "NONE",
375         "prevent-delete": "NONE"
376 },
377 {
378         "from": "p-interface",
379         "to": "l-interface",
380         "label": "hasLInterface",
381         "direction": "OUT",
382         "multiplicity": "MANY2MANY",
383         "contains-other-v": "${direction}",
384         "delete-other-v": "${direction}",
385         "SVC-INFRA": "${direction}",
386         "prevent-delete": "NONE"
387 },
388 {
389         "from": "p-interface",
390         "to": "physical-link",
391         "label": "usesPhysicalLink",
392         "direction": "OUT",
393         "multiplicity": "MANY2MANY",
394         "contains-other-v": "NONE",
395         "delete-other-v": "${direction}",
396         "SVC-INFRA": "NONE",
397         "prevent-delete": "NONE"
398 },
399 {
400         "from": "model-element",
401         "to": "model-ver",
402         "label": "isA",
403         "direction": "OUT",
404         "multiplicity": "MANY2ONE",
405         "contains-other-v": "NONE",
406         "delete-other-v": "NONE",
407         "SVC-INFRA": "NONE",
408         "prevent-delete": "!${direction}"
409 },
410 {
411         "from": "vserver",
412         "to": "image",
413         "label": "hasImage",
414         "direction": "OUT",
415         "multiplicity": "MANY2ONE",
416         "contains-other-v": "NONE",
417         "delete-other-v": "NONE",
418         "SVC-INFRA": "${direction}",
419         "prevent-delete": "!${direction}"
420 },
421 {
422         "from": "pnf",
423         "to": "complex",
424         "label": "locatedIn",
425         "direction": "OUT",
426         "multiplicity": "MANY2ONE",
427         "contains-other-v": "NONE",
428         "delete-other-v": "NONE",
429         "SVC-INFRA": "NONE",
430         "prevent-delete": "!${direction}"
431 },
432 {
433         "from": "tenant",
434         "to": "l3-network",
435         "label": "usesL3Network",
436         "direction": "OUT",
437         "multiplicity": "MANY2MANY",
438         "contains-other-v": "NONE",
439         "delete-other-v": "NONE",
440         "SVC-INFRA": "NONE",
441         "prevent-delete": "NONE"
442 },
443 {
444         "from": "l3-interface-ipv4-address-list",
445         "to": "subnet",
446         "label": "isMemberOf",
447         "direction": "OUT",
448         "multiplicity": "MANY2MANY",
449         "contains-other-v": "NONE",
450         "delete-other-v": "NONE",
451         "SVC-INFRA": "${direction}",
452         "prevent-delete": "!${direction}"
453 },
454 {
455         "from": "volume-group",
456         "to": "complex",
457         "label": "existsIn",
458         "direction": "OUT",
459         "multiplicity": "MANY2MANY",
460         "contains-other-v": "NONE",
461         "delete-other-v": "NONE",
462         "SVC-INFRA": "${direction}",
463         "prevent-delete": "!${direction}"
464 },
465 {
466         "from": "logical-link",
467         "to": "cloud-region",
468         "label": "existsIn",
469         "direction": "OUT",
470         "multiplicity": "MANY2MANY",
471         "contains-other-v": "NONE",
472         "delete-other-v": "NONE",
473         "SVC-INFRA": "NONE",
474         "prevent-delete": "NONE"
475 },
476 {
477         "from": "oam-network",
478         "to": "service-capability",
479         "label": "supportsServiceCapability",
480         "direction": "OUT",
481         "multiplicity": "MANY2MANY",
482         "contains-other-v": "NONE",
483         "delete-other-v": "NONE",
484         "SVC-INFRA": "NONE",
485         "prevent-delete": "!${direction}"
486 },
487 {
488         "from": "pserver",
489         "to": "zone",
490         "label": "isMemberOf",
491         "direction": "OUT",
492         "multiplicity": "MANY2ONE",
493         "contains-other-v": "NONE",
494         "delete-other-v": "NONE",
495         "SVC-INFRA": "NONE",
496         "prevent-delete": "NONE"
497 },
498 {
499         "from": "customer",
500         "to": "service-subscription",
501         "label": "subscribesTo",
502         "direction": "OUT",
503         "multiplicity": "MANY2MANY",
504         "contains-other-v": "${direction}",
505         "delete-other-v": "${direction}",
506         "SVC-INFRA": "!${direction}",
507         "prevent-delete": "NONE"
508 },
509 {
510         "from": "l3-network",
511         "to": "segmentation-assignment",
512         "label": "has",
513         "direction": "OUT",
514         "multiplicity": "ONE2MANY",
515         "contains-other-v": "${direction}",
516         "delete-other-v": "${direction}",
517         "SVC-INFRA": "NONE",
518         "prevent-delete": "NONE"
519 },
520 {
521         "from": "vce",
522         "to": "license",
523         "label": "has",
524         "direction": "OUT",
525         "multiplicity": "ONE2MANY",
526         "contains-other-v": "${direction}",
527         "delete-other-v": "${direction}",
528         "SVC-INFRA": "NONE",
529         "prevent-delete": "NONE"
530 },
531 {
532         "from": "named-query-element",
533         "to": "related-lookup",
534         "label": "uses",
535         "direction": "OUT",
536         "multiplicity": "ONE2MANY",
537         "contains-other-v": "${direction}",
538         "delete-other-v": "${direction}",
539         "SVC-INFRA": "NONE",
540         "prevent-delete": "NONE"
541 },
542 {
543         "from": "pserver",
544         "to": "p-interface",
545         "label": "hasPinterface",
546         "direction": "OUT",
547         "multiplicity": "MANY2MANY",
548         "contains-other-v": "${direction}",
549         "delete-other-v": "${direction}",
550         "SVC-INFRA": "${direction}",
551         "prevent-delete": "NONE"
552 },
553 {
554         "from": "newvce",
555         "to": "l-interface",
556         "label": "hasLInterface",
557         "direction": "OUT",
558         "multiplicity": "MANY2MANY",
559         "contains-other-v": "${direction}",
560         "delete-other-v": "${direction}",
561         "SVC-INFRA": "NONE",
562         "prevent-delete": "NONE"
563 },
564 {
565         "from": "allotted-resource",
566         "to": "l3-network",
567         "label": "isPartOf",
568         "direction": "OUT",
569         "multiplicity": "MANY2MANY",
570         "contains-other-v": "NONE",
571         "delete-other-v": "NONE",
572         "SVC-INFRA": "NONE",
573         "prevent-delete": "NONE"
574 },
575 {
576         "from": "p-interface",
577         "to": "logical-link",
578         "label": "usesLogicalLink",
579         "direction": "OUT",
580         "multiplicity": "MANY2ONE",
581         "contains-other-v": "NONE",
582         "delete-other-v": "NONE",
583         "SVC-INFRA": "${direction}",
584         "prevent-delete": "NONE"
585 },
586 {
587         "from": "generic-vnf",
588         "to": "vserver",
589         "label": "runsOnVserver",
590         "direction": "OUT",
591         "multiplicity": "ONE2MANY",
592         "contains-other-v": "NONE",
593         "delete-other-v": "NONE",
594         "SVC-INFRA": "${direction}",
595         "prevent-delete": "NONE"
596 },
597 {
598         "from": "pserver",
599         "to": "availability-zone",
600         "label": "existsIn",
601         "direction": "OUT",
602         "multiplicity": "MANY2ONE",
603         "contains-other-v": "NONE",
604         "delete-other-v": "NONE",
605         "SVC-INFRA": "${direction}",
606         "prevent-delete": "!${direction}"
607 },
608 {
609         "from": "vpls-pe",
610         "to": "lag-interface",
611         "label": "hasLAGinterface",
612         "direction": "OUT",
613         "multiplicity": "MANY2MANY",
614         "contains-other-v": "${direction}",
615         "delete-other-v": "${direction}",
616         "SVC-INFRA": "NONE",
617         "prevent-delete": "NONE"
618 },
619 {
620         "from": "generic-vnf",
621         "to": "vnfc",
622         "label": "uses",
623         "direction": "OUT",
624         "multiplicity": "ONE2MANY",
625         "contains-other-v": "NONE",
626         "delete-other-v": "${direction}",
627         "SVC-INFRA": "${direction}",
628         "prevent-delete": "NONE"
629 },
630 {
631         "from": "l3-network",
632         "to": "service-instance",
633         "label": "hasInstance",
634         "direction": "OUT",
635         "multiplicity": "MANY2MANY",
636         "contains-other-v": "NONE",
637         "delete-other-v": "NONE",
638         "SVC-INFRA": "!${direction}",
639         "prevent-delete": "NONE"
640 },
641 {
642         "from": "named-query",
643         "to": "model",
644         "label": "relatedTo",
645         "direction": "OUT",
646         "multiplicity": "ONE2MANY",
647         "contains-other-v": "NONE",
648         "delete-other-v": "NONE",
649         "SVC-INFRA": "NONE",
650         "prevent-delete": "!${direction}"
651 },
652 {
653         "from": "vf-module",
654         "to": "vnfc",
655         "label": "uses",
656         "direction": "OUT",
657         "multiplicity": "ONE2MANY",
658         "contains-other-v": "NONE",
659         "delete-other-v": "${direction}",
660         "SVC-INFRA": "${direction}",
661         "prevent-delete": "${direction}"
662 },
663 {
664         "from": "pserver",
665         "to": "complex",
666         "label": "locatedIn",
667         "direction": "OUT",
668         "multiplicity": "MANY2ONE",
669         "contains-other-v": "NONE",
670         "delete-other-v": "NONE",
671         "SVC-INFRA": "${direction}",
672         "prevent-delete": "!${direction}"
673 },
674 {
675         "from": "model-ver",
676         "to": "metadatum",
677         "label": "hasMetaData",
678         "direction": "OUT",
679         "multiplicity": "ONE2MANY",
680         "contains-other-v": "${direction}",
681         "delete-other-v": "${direction}",
682         "SVC-INFRA": "NONE",
683         "prevent-delete": "NONE"
684 },
685 {
686         "from": "generic-vnf",
687         "to": "entitlement",
688         "label": "has",
689         "direction": "OUT",
690         "multiplicity": "ONE2MANY",
691         "contains-other-v": "${direction}",
692         "delete-other-v": "${direction}",
693         "SVC-INFRA": "NONE",
694         "prevent-delete": "NONE"
695 },
696 {
697         "from": "availability-zone",
698         "to": "service-capability",
699         "label": "supportsServiceCapability",
700         "direction": "OUT",
701         "multiplicity": "MANY2MANY",
702         "contains-other-v": "NONE",
703         "delete-other-v": "NONE",
704         "SVC-INFRA": "NONE",
705         "prevent-delete": "!${direction}"
706 },
707 {
708         "from": "vserver",
709         "to": "volume",
710         "label": "hasVolume",
711         "direction": "OUT",
712         "multiplicity": "MANY2MANY",
713         "contains-other-v": "${direction}",
714         "delete-other-v": "${direction}",
715         "SVC-INFRA": "${direction}",
716         "prevent-delete": "NONE"
717 },
718 {
719         "from": "l3-interface-ipv4-address-list",
720         "to": "l3-network",
721         "label": "isMemberOf",
722         "direction": "OUT",
723         "multiplicity": "MANY2MANY",
724         "contains-other-v": "NONE",
725         "delete-other-v": "NONE",
726         "SVC-INFRA": "${direction}",
727         "prevent-delete": "NONE"
728 },
729 {
730         "from": "cloud-region",
731         "to": "zone",
732         "label": "isMemberOf",
733         "direction": "OUT",
734         "multiplicity": "MANY2ONE",
735         "contains-other-v": "NONE",
736         "delete-other-v": "NONE",
737         "SVC-INFRA": "NONE",
738         "prevent-delete": "NONE"
739 },
740 {
741         "from": "generic-vnf",
742         "to": "service-instance",
743         "label": "hasInstance",
744         "direction": "OUT",
745         "multiplicity": "MANY2MANY",
746         "contains-other-v": "NONE",
747         "delete-other-v": "NONE",
748         "SVC-INFRA": "${direction}",
749         "prevent-delete": "NONE"
750 },
751 {
752         "from": "l3-network",
753         "to": "route-table-reference",
754         "label": "uses",
755         "direction": "OUT",
756         "multiplicity": "MANY2MANY",
757         "contains-other-v": "NONE",
758         "delete-other-v": "NONE",
759         "SVC-INFRA": "NONE",
760         "prevent-delete": "NONE"
761 },
762 {
763         "from": "model-element",
764         "to": "constrained-element-set",
765         "label": "connectsTo",
766         "direction": "OUT",
767         "multiplicity": "ONE2MANY",
768         "contains-other-v": "${direction}",
769         "delete-other-v": "${direction}",
770         "SVC-INFRA": "NONE",
771         "prevent-delete": "NONE"
772 },
773 {
774         "from": "dvs-switch",
775         "to": "availability-zone",
776         "label": "existsIn",
777         "direction": "OUT",
778         "multiplicity": "MANY2MANY",
779         "contains-other-v": "NONE",
780         "delete-other-v": "NONE",
781         "SVC-INFRA": "NONE",
782         "prevent-delete": "!${direction}"
783 },
784 {
785         "from": "pserver",
786         "to": "lag-interface",
787         "label": "hasLAGInterface",
788         "direction": "OUT",
789         "multiplicity": "MANY2MANY",
790         "contains-other-v": "${direction}",
791         "delete-other-v": "${direction}",
792         "SVC-INFRA": "${direction}",
793         "prevent-delete": "NONE"
794 },
795 {
796         "from": "cloud-region",
797         "to": "availability-zone",
798         "label": "has",
799         "direction": "OUT",
800         "multiplicity": "ONE2MANY",
801         "contains-other-v": "${direction}",
802         "delete-other-v": "${direction}",
803         "SVC-INFRA": "NONE",
804         "prevent-delete": "${direction}"
805 },
806 {
807         "from": "vpls-pe",
808         "to": "complex",
809         "label": "locatedIn",
810         "direction": "OUT",
811         "multiplicity": "MANY2MANY",
812         "contains-other-v": "NONE",
813         "delete-other-v": "NONE",
814         "SVC-INFRA": "NONE",
815         "prevent-delete": "!${direction}"
816 },
817 {
818         "from": "allotted-resource",
819         "to": "vlan",
820         "label": "isPartOf",
821         "direction": "OUT",
822         "multiplicity": "MANY2MANY",
823         "contains-other-v": "NONE",
824         "delete-other-v": "NONE",
825         "SVC-INFRA": "NONE",
826         "prevent-delete": "NONE"
827 },
828 {
829         "from": "zone",
830         "to": "complex",
831         "label": "existsIn",
832         "direction": "OUT",
833         "multiplicity": "MANY2ONE",
834         "contains-other-v": "NONE",
835         "delete-other-v": "NONE",
836         "SVC-INFRA": "NONE",
837         "prevent-delete": "!${direction}"
838 },
839 {
840         "from": "site-pair",
841         "to": "class-of-service",
842         "label": "hasClassOfService",
843         "direction": "OUT",
844         "multiplicity": "MANY2MANY",
845         "contains-other-v": "${direction}",
846         "delete-other-v": "${direction}",
847         "SVC-INFRA": "NONE",
848         "prevent-delete": "NONE"
849 },
850 {
851         "from": "element-choice-set",
852         "to": "model-element",
853         "label": "has",
854         "direction": "OUT",
855         "multiplicity": "ONE2MANY",
856         "contains-other-v": "${direction}",
857         "delete-other-v": "${direction}",
858         "SVC-INFRA": "NONE",
859         "prevent-delete": "NONE"
860 },
861 {
862         "from": "ctag-pool",
863         "to": "availability-zone",
864         "label": "supportsAvailabilityZone",
865         "direction": "OUT",
866         "multiplicity": "MANY2MANY",
867         "contains-other-v": "NONE",
868         "delete-other-v": "NONE",
869         "SVC-INFRA": "NONE",
870         "prevent-delete": "!${direction}"
871 },
872 {
873         "from": "l3-network",
874         "to": "network-policy",
875         "label": "uses",
876         "direction": "OUT",
877         "multiplicity": "MANY2MANY",
878         "contains-other-v": "NONE",
879         "delete-other-v": "NONE",
880         "SVC-INFRA": "${direction}",
881         "prevent-delete": "NONE"
882 },
883 {
884         "from": "vce",
885         "to": "port-group",
886         "label": "hasPortGroup",
887         "direction": "OUT",
888         "multiplicity": "MANY2MANY",
889         "contains-other-v": "${direction}",
890         "delete-other-v": "${direction}",
891         "SVC-INFRA": "${direction}",
892         "prevent-delete": "NONE"
893 },
894 {
895         "from": "vce",
896         "to": "complex",
897         "label": "locatedIn",
898         "direction": "OUT",
899         "multiplicity": "MANY2MANY",
900         "contains-other-v": "NONE",
901         "delete-other-v": "NONE",
902         "SVC-INFRA": "${direction}",
903         "prevent-delete": "!${direction}"
904 },
905 {
906         "from": "generic-vnf",
907         "to": "vnf-image",
908         "label": "usesVnfImage",
909         "direction": "OUT",
910         "multiplicity": "MANY2ONE",
911         "contains-other-v": "NONE",
912         "delete-other-v": "NONE",
913         "SVC-INFRA": "${direction}",
914         "prevent-delete": "!${direction}"
915 },
916 {
917         "from": "site-pair-set",
918         "to": "routing-instance",
919         "label": "hasRoutingInstance",
920         "direction": "OUT",
921         "multiplicity": "MANY2MANY",
922         "contains-other-v": "${direction}",
923         "delete-other-v": "${direction}",
924         "SVC-INFRA": "NONE",
925         "prevent-delete": "NONE"
926 },
927 {
928         "from": "vlan",
929         "to": "logical-link",
930         "label": "usesLogicalLink",
931         "direction": "OUT",
932         "multiplicity": "MANY2MANY",
933         "contains-other-v": "NONE",
934         "delete-other-v": "${direction}",
935         "SVC-INFRA": "${direction}",
936         "prevent-delete": "NONE"
937 },
938 {
939         "from": "generic-vnf",
940         "to": "l-interface",
941         "label": "hasLInterface",
942         "direction": "OUT",
943         "multiplicity": "MANY2MANY",
944         "contains-other-v": "${direction}",
945         "delete-other-v": "${direction}",
946         "SVC-INFRA": "${direction}",
947         "prevent-delete": "NONE"
948 },
949 {
950         "from": "l-interface",
951         "to": "l3-interface-ipv6-address-list",
952         "label": "hasIpAddress",
953         "direction": "OUT",
954         "multiplicity": "MANY2MANY",
955         "contains-other-v": "${direction}",
956         "delete-other-v": "${direction}",
957         "SVC-INFRA": "${direction}",
958         "prevent-delete": "NONE"
959 },
960 {
961         "from": "allotted-resource",
962         "to": "generic-vnf",
963         "label": "isPartOf",
964         "direction": "OUT",
965         "multiplicity": "MANY2MANY",
966         "contains-other-v": "NONE",
967         "delete-other-v": "NONE",
968         "SVC-INFRA": "NONE",
969         "prevent-delete": "NONE"
970 },
971 {
972         "from": "generic-vnf",
973         "to": "license",
974         "label": "has",
975         "direction": "OUT",
976         "multiplicity": "ONE2MANY",
977         "contains-other-v": "${direction}",
978         "delete-other-v": "${direction}",
979         "SVC-INFRA": "NONE",
980         "prevent-delete": "NONE"
981 },
982 {
983         "from": "pnf",
984         "to": "zone",
985         "label": "isMemberOf",
986         "direction": "OUT",
987         "multiplicity": "MANY2ONE",
988         "contains-other-v": "NONE",
989         "delete-other-v": "NONE",
990         "SVC-INFRA": "NONE",
991         "prevent-delete": "NONE"
992 },
993 {
994         "from": "lag-interface",
995         "to": "logical-link",
996         "label": "uses",
997         "direction": "OUT",
998         "multiplicity": "MANY2MANY",
999         "contains-other-v": "NONE",
1000         "delete-other-v": "${direction}",
1001         "SVC-INFRA": "${direction}",
1002         "prevent-delete": "NONE"
1003 },
1004 {
1005         "from": "vce",
1006         "to": "availability-zone",
1007         "label": "hasAvailabilityZone",
1008         "direction": "OUT",
1009         "multiplicity": "MANY2MANY",
1010         "contains-other-v": "NONE",
1011         "delete-other-v": "NONE",
1012         "SVC-INFRA": "NONE",
1013         "prevent-delete": "!${direction}"
1014 },
1015 {
1016         "from": "vce",
1017         "to": "vserver",
1018         "label": "runsOnVserver",
1019         "direction": "OUT",
1020         "multiplicity": "MANY2MANY",
1021         "contains-other-v": "NONE",
1022         "delete-other-v": "NONE",
1023         "SVC-INFRA": "${direction}",
1024         "prevent-delete": "NONE"
1025 },
1026 {
1027         "from": "l3-interface-ipv6-address-list",
1028         "to": "subnet",
1029         "label": "isMemberOf",
1030         "direction": "OUT",
1031         "multiplicity": "MANY2MANY",
1032         "contains-other-v": "NONE",
1033         "delete-other-v": "NONE",
1034         "SVC-INFRA": "${direction}",
1035         "prevent-delete": "!${direction}"
1036 },
1037 {
1038         "from": "generic-vnf",
1039         "to": "volume-group",
1040         "label": "uses",
1041         "direction": "OUT",
1042         "multiplicity": "ONE2MANY",
1043         "contains-other-v": "NONE",
1044         "delete-other-v": "NONE",
1045         "SVC-INFRA": "${direction}",
1046         "prevent-delete": "NONE"
1047 },
1048 {
1049         "from": "logical-link",
1050         "to": "pserver",
1051         "label": "bridgedTo",
1052         "direction": "OUT",
1053         "multiplicity": "MANY2MANY",
1054         "contains-other-v": "NONE",
1055         "delete-other-v": "NONE",
1056         "SVC-INFRA": "NONE",
1057         "prevent-delete": "!${direction}"
1058 },
1059 {
1060         "from": "cloud-region",
1061         "to": "oam-network",
1062         "label": "has",
1063         "direction": "OUT",
1064         "multiplicity": "ONE2MANY",
1065         "contains-other-v": "${direction}",
1066         "delete-other-v": "${direction}",
1067         "SVC-INFRA": "NONE",
1068         "prevent-delete": "${direction}"
1069 },
1070 {
1071         "from": "cloud-region",
1072         "to": "dvs-switch",
1073         "label": "has",
1074         "direction": "OUT",
1075         "multiplicity": "ONE2MANY",
1076         "contains-other-v": "${direction}",
1077         "delete-other-v": "${direction}",
1078         "SVC-INFRA": "NONE",
1079         "prevent-delete": "${direction}"
1080 },
1081 {
1082         "from": "service-instance",
1083         "to": "allotted-resource",
1084         "label": "has",
1085         "direction": "OUT",
1086         "multiplicity": "MANY2MANY",
1087         "contains-other-v": "${direction}",
1088         "delete-other-v": "${direction}",
1089         "SVC-INFRA": "NONE",
1090         "prevent-delete": "NONE"
1091 },
1092 {
1093         "from": "service-instance",
1094         "to": "allotted-resource",
1095         "label": "uses",
1096         "direction": "OUT",
1097         "multiplicity": "MANY2MANY",
1098         "contains-other-v": "NONE",
1099         "delete-other-v": "NONE",
1100         "SVC-INFRA": "NONE",
1101         "prevent-delete": "NONE"
1102 },
1103 {
1104         "from": "cloud-region",
1105         "to": "l3-network",
1106         "label": "uses",
1107         "direction": "OUT",
1108         "multiplicity": "MANY2MANY",
1109         "contains-other-v": "NONE",
1110         "delete-other-v": "NONE",
1111         "SVC-INFRA": "NONE",
1112         "prevent-delete": "NONE"
1113 },
1114 {
1115         "from": "cloud-region",
1116         "to": "group-assignment",
1117         "label": "has",
1118         "direction": "OUT",
1119         "multiplicity": "ONE2MANY",
1120         "contains-other-v": "${direction}",
1121         "delete-other-v": "${direction}",
1122         "SVC-INFRA": "NONE",
1123         "prevent-delete": "${direction}"
1124 },
1125 {
1126         "from": "group-assignment",
1127         "to": "tenant",
1128         "label": "has",
1129         "direction": "OUT",
1130         "multiplicity": "MANY2MANY",
1131         "contains-other-v": "NONE",
1132         "delete-other-v": "NONE",
1133         "SVC-INFRA": "NONE",
1134         "prevent-delete": "NONE"
1135 },
1136 {
1137         "from": "l-interface",
1138         "to": "logical-link",
1139         "label": "usesLogicalLink",
1140         "direction": "OUT",
1141         "multiplicity": "MANY2MANY",
1142         "contains-other-v": "NONE",
1143         "delete-other-v": "${direction}",
1144         "SVC-INFRA": "${direction}",
1145         "prevent-delete": "NONE"
1146 },
1147 {
1148         "from": "virtual-data-center",
1149         "to": "logical-link",
1150         "label": "contains",
1151         "direction": "OUT",
1152         "multiplicity": "MANY2MANY",
1153         "contains-other-v": "NONE",
1154         "delete-other-v": "NONE",
1155         "SVC-INFRA": "NONE",
1156         "prevent-delete": "NONE"
1157 },
1158 {
1159         "from": "named-query-element",
1160         "to": "named-query-element",
1161         "label": "connectsTo",
1162         "direction": "OUT",
1163         "multiplicity": "MANY2MANY",
1164         "contains-other-v": "${direction}",
1165         "delete-other-v": "${direction}",
1166         "SVC-INFRA": "NONE",
1167         "prevent-delete": "NONE"
1168 },
1169 {
1170         "from": "service-instance",
1171         "to": "connector",
1172         "label": "uses",
1173         "direction": "OUT",
1174         "multiplicity": "MANY2MANY",
1175         "contains-other-v": "NONE",
1176         "delete-other-v": "NONE",
1177         "SVC-INFRA": "NONE",
1178         "prevent-delete": "NONE"
1179 },
1180 {
1181         "from": "lag-interface",
1182         "to": "lag-link",
1183         "label": "usesLAGLink",
1184         "direction": "OUT",
1185         "multiplicity": "MANY2MANY",
1186         "contains-other-v": "NONE",
1187         "delete-other-v": "${direction}",
1188         "SVC-INFRA": "${direction}",
1189         "prevent-delete": "NONE"
1190 },
1191 {
1192         "from": "pserver",
1193         "to": "cloud-region",
1194         "label": "locatedIn",
1195         "direction": "OUT",
1196         "multiplicity": "MANY2ONE",
1197         "contains-other-v": "NONE",
1198         "delete-other-v": "NONE",
1199         "SVC-INFRA": "${direction}",
1200         "prevent-delete": "NONE"
1201 },
1202 {
1203         "from": "logical-link",
1204         "to": "generic-vnf",
1205         "label": "bridgedTo",
1206         "direction": "OUT",
1207         "multiplicity": "MANY2MANY",
1208         "contains-other-v": "NONE",
1209         "delete-other-v": "NONE",
1210         "SVC-INFRA": "NONE",
1211         "prevent-delete": "NONE"
1212 },
1213 {
1214         "from": "vce",
1215         "to": "entitlement",
1216         "label": "has",
1217         "direction": "OUT",
1218         "multiplicity": "ONE2MANY",
1219         "contains-other-v": "${direction}",
1220         "delete-other-v": "${direction}",
1221         "SVC-INFRA": "NONE",
1222         "prevent-delete": "NONE"
1223 },
1224 {
1225         "from": "vf-module",
1226         "to": "l3-network",
1227         "label": "uses",
1228         "direction": "OUT",
1229         "multiplicity": "MANY2MANY",
1230         "contains-other-v": "NONE",
1231         "delete-other-v": "NONE",
1232         "SVC-INFRA": "${direction}",
1233         "prevent-delete": "NONE"
1234 },
1235 {
1236         "from": "l-interface",
1237         "to": "sriov-vf",
1238         "label": "has",
1239         "direction": "OUT",
1240         "multiplicity": "ONE2ONE",
1241         "contains-other-v": "${direction}",
1242         "delete-other-v": "${direction}",
1243         "SVC-INFRA": "NONE",
1244         "prevent-delete": "NONE"
1245 },
1246 {
1247         "from": "named-query-element",
1248         "to": "model",
1249         "label": "isA",
1250         "direction": "OUT",
1251         "multiplicity": "MANY2ONE",
1252         "contains-other-v": "NONE",
1253         "delete-other-v": "NONE",
1254         "SVC-INFRA": "NONE",
1255         "prevent-delete": "!${direction}"
1256 },
1257 {
1258         "from": "group-assignment",
1259         "to": "pserver",
1260         "label": "has",
1261         "direction": "OUT",
1262         "multiplicity": "ONE2MANY",
1263         "contains-other-v": "NONE",
1264         "delete-other-v": "NONE",
1265         "SVC-INFRA": "NONE",
1266         "prevent-delete": "!${direction}"
1267 },
1268 {
1269         "from": "cloud-region",
1270         "to": "snapshot",
1271         "label": "has",
1272         "direction": "OUT",
1273         "multiplicity": "ONE2MANY",
1274         "contains-other-v": "${direction}",
1275         "delete-other-v": "${direction}",
1276         "SVC-INFRA": "NONE",
1277         "prevent-delete": "${direction}"
1278 },
1279 {
1280         "from": "cloud-region",
1281         "to": "tenant",
1282         "label": "has",
1283         "direction": "OUT",
1284         "multiplicity": "ONE2MANY",
1285         "contains-other-v": "${direction}",
1286         "delete-other-v": "${direction}",
1287         "SVC-INFRA": "!${direction}",
1288         "prevent-delete": "${direction}"
1289 },
1290 {
1291         "from": "cloud-region",
1292         "to": "image",
1293         "label": "has",
1294         "direction": "OUT",
1295         "multiplicity": "ONE2MANY",
1296         "contains-other-v": "${direction}",
1297         "delete-other-v": "${direction}",
1298         "SVC-INFRA": "NONE",
1299         "prevent-delete": "${direction}"
1300 },
1301 {
1302         "from": "model-ver",
1303         "to": "model-element",
1304         "label": "startsWith",
1305         "direction": "OUT",
1306         "multiplicity": "ONE2MANY",
1307         "contains-other-v": "${direction}",
1308         "delete-other-v": "${direction}",
1309         "SVC-INFRA": "NONE",
1310         "prevent-delete": "NONE"
1311 },
1312 {
1313         "from": "service-instance",
1314         "to": "cvlan-tag",
1315         "label": "hasIPAGFacingVLAN",
1316         "direction": "OUT",
1317         "multiplicity": "MANY2MANY",
1318         "contains-other-v": "NONE",
1319         "delete-other-v": "NONE",
1320         "SVC-INFRA": "NONE",
1321         "prevent-delete": "NONE"
1322 },
1323 {
1324         "from": "vserver",
1325         "to": "l-interface",
1326         "label": "hasLInterface",
1327         "direction": "OUT",
1328         "multiplicity": "MANY2MANY",
1329         "contains-other-v": "${direction}",
1330         "delete-other-v": "${direction}",
1331         "SVC-INFRA": "${direction}",
1332         "prevent-delete": "NONE"
1333 },
1334 {
1335         "from": "generic-vnf",
1336         "to": "instance-group",
1337         "label": "isMemberOf",
1338         "direction": "OUT",
1339         "multiplicity": "MANY2MANY",
1340         "contains-other-v": "NONE",
1341         "delete-other-v": "NONE",
1342         "SVC-INFRA": "NONE",
1343         "prevent-delete": "NONE"
1344 },
1345 {
1346         "from": "pnf",
1347         "to": "lag-interface",
1348         "label": "has",
1349         "direction": "OUT",
1350         "multiplicity": "ONE2MANY",
1351         "contains-other-v": "${direction}",
1352         "delete-other-v": "${direction}",
1353         "SVC-INFRA": "${direction}",
1354         "prevent-delete": "NONE"
1355 },
1356 {
1357         "from": "vserver",
1358         "to": "snapshot",
1359         "label": "uses",
1360         "direction": "OUT",
1361         "multiplicity": "ONE2ONE",
1362         "contains-other-v": "NONE",
1363         "delete-other-v": "NONE",
1364         "SVC-INFRA": "${direction}",
1365         "prevent-delete": "NONE"
1366 },
1367 {
1368         "from": "named-query-element",
1369         "to": "property-constraint",
1370         "label": "uses",
1371         "direction": "OUT",
1372         "multiplicity": "ONE2MANY",
1373         "contains-other-v": "${direction}",
1374         "delete-other-v": "${direction}",
1375         "SVC-INFRA": "NONE",
1376         "prevent-delete": "NONE"
1377 },
1378 {
1379         "from": "service-subscription",
1380         "to": "service-instance",
1381         "label": "hasInstance",
1382         "direction": "OUT",
1383         "multiplicity": "MANY2MANY",
1384         "contains-other-v": "${direction}",
1385         "delete-other-v": "${direction}",
1386         "SVC-INFRA": "!${direction}",
1387         "prevent-delete": "NONE"
1388 },
1389 {
1390         "from": "service-instance",
1391         "to": "logical-link",
1392         "label": "uses",
1393         "direction": "OUT",
1394         "multiplicity": "MANY2MANY",
1395         "contains-other-v": "NONE",
1396         "delete-other-v": "${direction}",
1397         "SVC-INFRA": "NONE",
1398         "prevent-delete": "NONE"
1399 },
1400 {
1401         "from": "l3-interface-ipv6-address-list",
1402         "to": "instance-group",
1403         "label": "isMemberOf",
1404         "direction": "OUT",
1405         "multiplicity": "MANY2MANY",
1406         "contains-other-v": "NONE",
1407         "delete-other-v": "NONE",
1408         "SVC-INFRA": "NONE",
1409         "prevent-delete": "NONE"
1410 },
1411 {
1412         "from": "tenant",
1413         "to": "service-subscription",
1414         "label": "relatedTo",
1415         "direction": "OUT",
1416         "multiplicity": "MANY2MANY",
1417         "contains-other-v": "NONE",
1418         "delete-other-v": "NONE",
1419         "SVC-INFRA": "NONE",
1420         "prevent-delete": "NONE"
1421 },
1422 {
1423         "from": "vserver",
1424         "to": "pserver",
1425         "label": "runsOnPserver",
1426         "direction": "OUT",
1427         "multiplicity": "MANY2ONE",
1428         "contains-other-v": "NONE",
1429         "delete-other-v": "NONE",
1430         "SVC-INFRA": "${direction}",
1431         "prevent-delete": "!${direction}"
1432 },
1433 {
1434         "from": "service-instance",
1435         "to": "vlan",
1436         "label": "dependsOn",
1437         "direction": "OUT",
1438         "multiplicity": "ONE2MANY",
1439         "contains-other-v": "NONE",
1440         "delete-other-v": "NONE",
1441         "SVC-INFRA": "NONE",
1442         "prevent-delete": "NONE"
1443 },
1444 {
1445         "from": "service-instance",
1446         "to": "metadatum",
1447         "label": "hasMetaData",
1448         "direction": "OUT",
1449         "multiplicity": "MANY2MANY",
1450         "contains-other-v": "${direction}",
1451         "delete-other-v": "${direction}",
1452         "SVC-INFRA": "NONE",
1453         "prevent-delete": "NONE"
1454 },
1455 {
1456         "from": "allotted-resource",
1457         "to": "instance-group",
1458         "label": "isMemberOf",
1459         "direction": "OUT",
1460         "multiplicity": "MANY2MANY",
1461         "contains-other-v": "NONE",
1462         "delete-other-v": "NONE",
1463         "SVC-INFRA": "NONE",
1464         "prevent-delete": "NONE"
1465 },
1466 {
1467         "from": "generic-vnf",
1468         "to": "availability-zone",
1469         "label": "hasAvailabilityZone",
1470         "direction": "OUT",
1471         "multiplicity": "MANY2MANY",
1472         "contains-other-v": "NONE",
1473         "delete-other-v": "NONE",
1474         "SVC-INFRA": "${direction}",
1475         "prevent-delete": "!${direction}"
1476 },
1477 {
1478         "from": "logical-link",
1479         "to": "lag-link",
1480         "label": "usesLAGLink",
1481         "direction": "OUT",
1482         "multiplicity": "MANY2MANY",
1483         "contains-other-v": "NONE",
1484         "delete-other-v": "NONE",
1485         "SVC-INFRA": "${direction}",
1486         "prevent-delete": "NONE"
1487 },
1488 {
1489         "from": "l3-interface-ipv4-address-list",
1490         "to": "instance-group",
1491         "label": "isMemberOf",
1492         "direction": "OUT",
1493         "multiplicity": "MANY2MANY",
1494         "contains-other-v": "NONE",
1495         "delete-other-v": "NONE",
1496         "SVC-INFRA": "NONE",
1497         "prevent-delete": "NONE"
1498 },
1499 {
1500         "from": "l3-network",
1501         "to": "subnet",
1502         "label": "hasSubnet",
1503         "direction": "OUT",
1504         "multiplicity": "MANY2MANY",
1505         "contains-other-v": "${direction}",
1506         "delete-other-v": "${direction}",
1507         "SVC-INFRA": "!${direction}",
1508         "prevent-delete": "NONE"
1509 },
1510 {
1511         "from": "volume-group",
1512         "to": "tenant",
1513         "label": "belongsTo",
1514         "direction": "OUT",
1515         "multiplicity": "MANY2MANY",
1516         "contains-other-v": "NONE",
1517         "delete-other-v": "NONE",
1518         "SVC-INFRA": "${direction}",
1519         "prevent-delete": "NONE"
1520 },
1521 {
1522         "from": "cloud-region",
1523         "to": "complex",
1524         "label": "locatedIn",
1525         "direction": "OUT",
1526         "multiplicity": "MANY2ONE",
1527         "contains-other-v": "NONE",
1528         "delete-other-v": "NONE",
1529         "SVC-INFRA": "NONE",
1530         "prevent-delete": "!${direction}"
1531 },
1532 {
1533         "from": "generic-vnf",
1534         "to": "l3-network",
1535         "label": "usesL3Network",
1536         "direction": "OUT",
1537         "multiplicity": "MANY2MANY",
1538         "contains-other-v": "NONE",
1539         "delete-other-v": "NONE",
1540         "SVC-INFRA": "${direction}",
1541         "prevent-delete": "NONE"
1542 },
1543 {
1544         "from": "availability-zone",
1545         "to": "complex",
1546         "label": "groupsResourcesIn",
1547         "direction": "OUT",
1548         "multiplicity": "MANY2MANY",
1549         "contains-other-v": "NONE",
1550         "delete-other-v": "NONE",
1551         "SVC-INFRA": "NONE",
1552         "prevent-delete": "!${direction}"
1553 },
1554 {
1555         "from": "lag-interface",
1556         "to": "l-interface",
1557         "label": "hasLInterface",
1558         "direction": "OUT",
1559         "multiplicity": "MANY2MANY",
1560         "contains-other-v": "${direction}",
1561         "delete-other-v": "${direction}",
1562         "SVC-INFRA": "${direction}",
1563         "prevent-delete": "NONE"
1564 },
1565 {
1566         "from": "named-query",
1567         "to": "named-query-element",
1568         "label": "startsWith",
1569         "direction": "OUT",
1570         "multiplicity": "ONE2ONE",
1571         "contains-other-v": "${direction}",
1572         "delete-other-v": "${direction}",
1573         "SVC-INFRA": "NONE",
1574         "prevent-delete": "NONE"
1575 },
1576 {
1577         "from": "service-instance",
1578         "to": "ctag-assignment",
1579         "label": "uses",
1580         "direction": "OUT",
1581         "multiplicity": "ONE2MANY",
1582         "contains-other-v": "NONE",
1583         "delete-other-v": "NONE",
1584         "SVC-INFRA": "NONE",
1585         "prevent-delete": "NONE"
1586 },
1587 {
1588         "from": "generic-vnf",
1589         "to": "ipsec-configuration",
1590         "label": "uses",
1591         "direction": "OUT",
1592         "multiplicity": "MANY2ONE",
1593         "contains-other-v": "NONE",
1594         "delete-other-v": "NONE",
1595         "SVC-INFRA": "NONE",
1596         "prevent-delete": "NONE"
1597 },
1598 {
1599         "from": "generic-vnf",
1600         "to": "site-pair-set",
1601         "label": "hasSitePairSet",
1602         "direction": "OUT",
1603         "multiplicity": "MANY2MANY",
1604         "contains-other-v": "NONE",
1605         "delete-other-v": "NONE",
1606         "SVC-INFRA": "NONE",
1607         "prevent-delete": "NONE"
1608 },
1609 {
1610         "from": "model",
1611         "to": "model-ver",
1612         "label": "has",
1613         "direction": "OUT",
1614         "multiplicity": "ONE2MANY",
1615         "contains-other-v": "${direction}",
1616         "delete-other-v": "${direction}",
1617         "SVC-INFRA": "NONE",
1618         "prevent-delete": "NONE"
1619 },
1620 {
1621         "from": "connector",
1622         "to": "metadatum",
1623         "label": "hasMetaData",
1624         "direction": "OUT",
1625         "multiplicity": "MANY2MANY",
1626         "contains-other-v": "${direction}",
1627         "delete-other-v": "${direction}",
1628         "SVC-INFRA": "NONE",
1629         "prevent-delete": "NONE"
1630 },
1631 {
1632         "from": "generic-vnf",
1633         "to": "network-profile",
1634         "label": "hasNetworkProfile",
1635         "direction": "OUT",
1636         "multiplicity": "MANY2MANY",
1637         "contains-other-v": "NONE",
1638         "delete-other-v": "NONE",
1639         "SVC-INFRA": "NONE",
1640         "prevent-delete": "NONE"
1641 },
1642 {
1643         "from": "vf-module",
1644         "to": "volume-group",
1645         "label": "uses",
1646         "direction": "OUT",
1647         "multiplicity": "ONE2ONE",
1648         "contains-other-v": "NONE",
1649         "delete-other-v": "NONE",
1650         "SVC-INFRA": "${direction}",
1651         "prevent-delete": "NONE"
1652 },
1653 {
1654         "from": "logical-link",
1655         "to": "logical-link",
1656         "label": "uses",
1657         "direction": "OUT",
1658         "multiplicity": "ONE2MANY",
1659         "contains-other-v": "NONE",
1660         "delete-other-v": "NONE",
1661         "SVC-INFRA": "${direction}",
1662         "prevent-delete": "NONE"
1663 },
1664 {
1665         "from": "l3-interface-ipv6-address-list",
1666         "to": "l3-network",
1667         "label": "isMemberOf",
1668         "direction": "OUT",
1669         "multiplicity": "MANY2MANY",
1670         "contains-other-v": "NONE",
1671         "delete-other-v": "NONE",
1672         "SVC-INFRA": "${direction}",
1673         "prevent-delete": "NONE"
1674 },
1675 {
1676         "from": "port-group",
1677         "to": "cvlan-tag",
1678         "label": "hasCTag",
1679         "direction": "OUT",
1680         "multiplicity": "MANY2MANY",
1681         "contains-other-v": "${direction}",
1682         "delete-other-v": "${direction}",
1683         "SVC-INFRA": "${direction}",
1684         "prevent-delete": "NONE"
1685 },
1686 {
1687         "from": "vpls-pe",
1688         "to": "p-interface",
1689         "label": "hasPinterface",
1690         "direction": "OUT",
1691         "multiplicity": "MANY2MANY",
1692         "contains-other-v": "${direction}",
1693         "delete-other-v": "${direction}",
1694         "SVC-INFRA": "NONE",
1695         "prevent-delete": "NONE"
1696 },
1697 {
1698         "from": "image",
1699         "to": "metadatum",
1700         "label": "hasMetaDatum",
1701         "direction": "OUT",
1702         "multiplicity": "MANY2MANY",
1703         "contains-other-v": "${direction}",
1704         "delete-other-v": "${direction}",
1705         "SVC-INFRA": "NONE",
1706         "prevent-delete": "NONE"
1707 },
1708 {
1709         "from": "generic-vnf",
1710         "to": "license-key-resource",
1711         "label": "uses",
1712         "direction": "OUT",
1713         "multiplicity": "MANY2MANY",
1714         "contains-other-v": "NONE",
1715         "delete-other-v": "NONE",
1716         "SVC-INFRA": "NONE",
1717         "prevent-delete": "!${direction}"
1718 },
1719 {
1720         "from": "l3-network",
1721         "to": "vpn-binding",
1722         "label": "usesVpnBinding",
1723         "direction": "OUT",
1724         "multiplicity": "MANY2MANY",
1725         "contains-other-v": "NONE",
1726         "delete-other-v": "NONE",
1727         "SVC-INFRA": "NONE",
1728         "prevent-delete": "!${direction}"
1729 },
1730 {
1731         "from": "complex",
1732         "to": "l3-network",
1733         "label": "usesL3Network",
1734         "direction": "OUT",
1735         "multiplicity": "MANY2MANY",
1736         "contains-other-v": "NONE",
1737         "delete-other-v": "NONE",
1738         "SVC-INFRA": "${direction}",
1739         "prevent-delete": "NONE"
1740 },
1741 {
1742         "from": "oam-network",
1743         "to": "complex",
1744         "label": "definedFor",
1745         "direction": "OUT",
1746         "multiplicity": "MANY2MANY",
1747         "contains-other-v": "NONE",
1748         "delete-other-v": "NONE",
1749         "SVC-INFRA": "NONE",
1750         "prevent-delete": "!${direction}"
1751 },
1752 {
1753         "from": "vlan",
1754         "to": "l3-interface-ipv4-address-list",
1755         "label": "hasIpAddress",
1756         "direction": "OUT",
1757         "multiplicity": "MANY2MANY",
1758         "contains-other-v": "${direction}",
1759         "delete-other-v": "${direction}",
1760         "SVC-INFRA": "${direction}",
1761         "prevent-delete": "NONE"
1762 },
1763 {
1764         "from": "routing-instance",
1765         "to": "site-pair",
1766         "label": "hasSitePair",
1767         "direction": "OUT",
1768         "multiplicity": "MANY2MANY",
1769         "contains-other-v": "${direction}",
1770         "delete-other-v": "${direction}",
1771         "SVC-INFRA": "NONE",
1772         "prevent-delete": "NONE"
1773 },
1774 {
1775         "from": "vlan",
1776         "to": "l3-interface-ipv6-address-list",
1777         "label": "hasIpAddress",
1778         "direction": "OUT",
1779         "multiplicity": "MANY2MANY",
1780         "contains-other-v": "${direction}",
1781         "delete-other-v": "${direction}",
1782         "SVC-INFRA": "${direction}",
1783         "prevent-delete": "NONE"
1784 },
1785 {
1786         "from": "vpn-binding",
1787         "to": "route-target",
1788         "label": "has",
1789         "direction": "OUT",
1790         "multiplicity": "ONE2MANY",
1791         "contains-other-v": "${direction}",
1792         "delete-other-v": "${direction}",
1793         "SVC-INFRA": "NONE",
1794         "prevent-delete": "NONE"
1795 },
1796 {
1797         "from": "allotted-resource",
1798         "to": "tunnel-xconnect",
1799         "label": "has",
1800         "direction": "OUT",
1801         "multiplicity": "ONE2ONE",
1802         "contains-other-v": "${direction}",
1803         "delete-other-v": "${direction}",
1804         "SVC-INFRA": "NONE",
1805         "prevent-delete": "NONE"
1806 },
1807 {
1808         "from": "l-interface",
1809         "to": "instance-group",
1810         "label": "isMemberOf",
1811         "direction": "OUT",
1812         "multiplicity": "MANY2MANY",
1813         "contains-other-v": "NONE",
1814         "delete-other-v": "NONE",
1815         "SVC-INFRA": "NONE",
1816         "prevent-delete": "NONE"
1817 }
1818 ]
1819 }