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