Upgrade version of aai-common
[aai/gizmo.git] / src / test / resources / rules / v11 / DbEdgeRules_v11.json
1 {
2         "rules": [
3                 {
4                         "from": "esr-ems",
5                         "to": "esr-system-info",
6                         "label": "has",
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": "esr-vnfm",
17                         "to": "esr-system-info",
18                         "label": "has",
19                         "direction": "OUT",
20                         "multiplicity": "One2One",
21                         "contains-other-v": "${direction}",
22                         "delete-other-v": "${direction}",
23                         "SVC-INFRA": "NONE",
24                         "prevent-delete": "NONE",
25                         "default": "true"
26                 },
27                 {
28                         "from": "esr-thirdparty-sdnc",
29                         "to": "esr-system-info",
30                         "label": "has",
31                         "direction": "OUT",
32                         "multiplicity": "One2One",
33                         "contains-other-v": "${direction}",
34                         "delete-other-v": "${direction}",
35                         "SVC-INFRA": "NONE",
36                         "prevent-delete": "NONE",
37                         "default": "true"
38                 },
39                 {
40                         "from": "esr-thirdparty-sdnc",
41                         "to": "pnf",
42                         "label": "has",
43                         "direction": "OUT",
44                         "multiplicity": "One2Many",
45                         "contains-other-v": "NONE",
46                         "delete-other-v": "NONE",
47                         "SVC-INFRA": "NONE",
48                         "prevent-delete": "NONE",
49                         "default": "true"
50                 },
51                 {
52                         "from": "cloud-region",
53                         "to": "esr-system-info",
54                         "label": "has",
55                         "direction": "OUT",
56                         "multiplicity": "One2Many",
57                         "contains-other-v": "${direction}",
58                         "delete-other-v": "${direction}",
59                         "SVC-INFRA": "NONE",
60                         "prevent-delete": "NONE",
61                         "default": "true"
62                 },
63                 {
64                         "from": "allotted-resource",
65                         "to": "allotted-resource",
66                         "label": "tosca.relationships.network.BindsTo",
67                         "direction": "OUT",
68                         "multiplicity": "ONE2ONE",
69                         "contains-other-v": "NONE",
70                         "delete-other-v": "NONE",
71                         "SVC-INFRA": "NONE",
72                         "prevent-delete": "NONE",
73                         "default": "true"
74                 },
75                 {
76                         "from": "allotted-resource",
77                         "to": "generic-vnf",
78                         "label": "org.onap.relationships.inventory.PartOf",
79                         "direction": "OUT",
80                         "multiplicity": "MANY2MANY",
81                         "contains-other-v": "NONE",
82                         "delete-other-v": "NONE",
83                         "SVC-INFRA": "NONE",
84                         "prevent-delete": "NONE",
85                         "default": "true"
86                 },
87                 {
88                         "from": "allotted-resource",
89                         "to": "instance-group",
90                         "label": "org.onap.relationships.inventory.MemberOf",
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": "allotted-resource",
101                         "to": "l3-network",
102                         "label": "org.onap.relationships.inventory.PartOf",
103                         "direction": "OUT",
104                         "multiplicity": "MANY2MANY",
105                         "contains-other-v": "NONE",
106                         "delete-other-v": "NONE",
107                         "SVC-INFRA": "NONE",
108                         "prevent-delete": "NONE",
109                         "default": "true"
110                 },
111                 {
112                         "from": "allotted-resource",
113                         "to": "l-interface",
114                         "label": "org.onap.relationships.inventory.Uses",
115                         "direction": "OUT",
116                         "multiplicity": "ONE2MANY",
117                         "contains-other-v": "NONE",
118                         "delete-other-v": "NONE",
119                         "SVC-INFRA": "NONE",
120                         "prevent-delete": "NONE",
121                         "default": "true"
122                 },
123                 {
124                         "from": "allotted-resource",
125                         "to": "network-policy",
126                         "label": "org.onap.relationships.inventory.Uses",
127                         "direction": "OUT",
128                         "multiplicity": "ONE2ONE",
129                         "contains-other-v": "NONE",
130                         "delete-other-v": "NONE",
131                         "SVC-INFRA": "NONE",
132                         "prevent-delete": "NONE",
133                         "default": "true"
134                 },
135                 {
136                         "from": "allotted-resource",
137                         "to": "vlan",
138                         "label": "org.onap.relationships.inventory.PartOf",
139                         "direction": "OUT",
140                         "multiplicity": "MANY2MANY",
141                         "contains-other-v": "NONE",
142                         "delete-other-v": "NONE",
143                         "SVC-INFRA": "NONE",
144                         "prevent-delete": "NONE",
145                         "default": "true"
146                 },
147                 {
148                         "from": "allotted-resource",
149                         "to": "vpn-binding",
150                         "label": "org.onap.relationships.inventory.BelongsTo",
151                         "direction": "OUT",
152                         "multiplicity": "MANY2MANY",
153                         "contains-other-v": "NONE",
154                         "delete-other-v": "NONE",
155                         "SVC-INFRA": "NONE",
156                         "prevent-delete": "!${direction}",
157                         "default": "true"
158                 },
159                 {
160                         "from": "tunnel-xconnect",
161                         "to": "allotted-resource",
162                         "label": "org.onap.relationships.inventory.BelongsTo",
163                         "direction": "OUT",
164                         "multiplicity": "ONE2ONE",
165                         "contains-other-v": "!${direction}",
166                         "delete-other-v": "!${direction}",
167                         "SVC-INFRA": "NONE",
168                         "prevent-delete": "NONE",
169                         "default": "true"
170                 },
171                 {
172                         "from": "availability-zone",
173                         "to": "complex",
174                         "label": "org.onap.relationships.inventory.LocatedIn",
175                         "direction": "OUT",
176                         "multiplicity": "MANY2ONE",
177                         "contains-other-v": "NONE",
178                         "delete-other-v": "NONE",
179                         "SVC-INFRA": "NONE",
180                         "prevent-delete": "!${direction}",
181                         "default": "true"
182                 },
183                 {
184                         "from": "availability-zone",
185                         "to": "service-capability",
186                         "label": "org.onap.relationships.inventory.AppliesTo",
187                         "direction": "OUT",
188                         "multiplicity": "MANY2MANY",
189                         "contains-other-v": "NONE",
190                         "delete-other-v": "NONE",
191                         "SVC-INFRA": "NONE",
192                         "prevent-delete": "!${direction}",
193                         "default": "true"
194                 },
195                 {
196                         "from": "availability-zone",
197                         "to": "cloud-region",
198                         "label": "org.onap.relationships.inventory.BelongsTo",
199                         "direction": "OUT",
200                         "multiplicity": "MANY2ONE",
201                         "contains-other-v": "!${direction}",
202                         "delete-other-v": "!${direction}",
203                         "SVC-INFRA": "NONE",
204                         "prevent-delete": "NONE",
205                         "default": "true"
206                 },
207                 {
208                         "from": "cloud-region",
209                         "to": "complex",
210                         "label": "org.onap.relationships.inventory.LocatedIn",
211                         "direction": "OUT",
212                         "multiplicity": "MANY2ONE",
213                         "contains-other-v": "NONE",
214                         "delete-other-v": "NONE",
215                         "SVC-INFRA": "NONE",
216                         "prevent-delete": "!${direction}",
217                         "default": "true"
218                 },
219                 {
220                         "from": "cloud-region",
221                         "to": "l3-network",
222                         "label": "org.onap.relationships.inventory.Uses",
223                         "direction": "OUT",
224                         "multiplicity": "MANY2MANY",
225                         "contains-other-v": "NONE",
226                         "delete-other-v": "NONE",
227                         "SVC-INFRA": "NONE",
228                         "prevent-delete": "NONE",
229                         "default": "true"
230                 },
231                 {
232                         "from": "cloud-region",
233                         "to": "zone",
234                         "label": "org.onap.relationships.inventory.LocatedIn",
235                         "direction": "OUT",
236                         "multiplicity": "MANY2ONE",
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": "dvs-switch",
245                         "to": "cloud-region",
246                         "label": "org.onap.relationships.inventory.BelongsTo",
247                         "direction": "OUT",
248                         "multiplicity": "MANY2ONE",
249                         "contains-other-v": "!${direction}",
250                         "delete-other-v": "NONE",
251                         "SVC-INFRA": "NONE",
252                         "prevent-delete": "!${direction}",
253                         "default": "true"
254                 },
255                 {
256                         "from": "flavor",
257                         "to": "cloud-region",
258                         "label": "org.onap.relationships.inventory.BelongsTo",
259                         "direction": "OUT",
260                         "multiplicity": "MANY2ONE",
261                         "contains-other-v": "!${direction}",
262                         "delete-other-v": "NONE",
263                         "SVC-INFRA": "NONE",
264                         "prevent-delete": "!${direction}",
265                         "default": "true"
266                 },
267                 {
268                         "from": "group-assignment",
269                         "to": "cloud-region",
270                         "label": "org.onap.relationships.inventory.BelongsTo",
271                         "direction": "OUT",
272                         "multiplicity": "MANY2ONE",
273                         "contains-other-v": "!${direction}",
274                         "delete-other-v": "NONE",
275                         "SVC-INFRA": "NONE",
276                         "prevent-delete": "!${direction}",
277                         "default": "true"
278                 },
279                 {
280                         "from": "image",
281                         "to": "cloud-region",
282                         "label": "org.onap.relationships.inventory.BelongsTo",
283                         "direction": "OUT",
284                         "multiplicity": "MANY2ONE",
285                         "contains-other-v": "!${direction}",
286                         "delete-other-v": "NONE",
287                         "SVC-INFRA": "NONE",
288                         "prevent-delete": "!${direction}",
289                         "default": "true"
290                 },
291                 {
292                         "from": "oam-network",
293                         "to": "cloud-region",
294                         "label": "org.onap.relationships.inventory.BelongsTo",
295                         "direction": "OUT",
296                         "multiplicity": "MANY2ONE",
297                         "contains-other-v": "!${direction}",
298                         "delete-other-v": "NONE",
299                         "SVC-INFRA": "NONE",
300                         "prevent-delete": "!${direction}",
301                         "default": "true"
302                 },
303                 {
304                         "from": "snapshot",
305                         "to": "cloud-region",
306                         "label": "org.onap.relationships.inventory.BelongsTo",
307                         "direction": "OUT",
308                         "multiplicity": "MANY2ONE",
309                         "contains-other-v": "!${direction}",
310                         "delete-other-v": "NONE",
311                         "SVC-INFRA": "NONE",
312                         "prevent-delete": "!${direction}",
313                         "default": "true"
314                 },
315                 {
316                         "from": "tenant",
317                         "to": "cloud-region",
318                         "label": "org.onap.relationships.inventory.BelongsTo",
319                         "direction": "OUT",
320                         "multiplicity": "MANY2ONE",
321                         "contains-other-v": "!${direction}",
322                         "delete-other-v": "NONE",
323                         "SVC-INFRA": "${direction}",
324                         "prevent-delete": "!${direction}",
325                         "default": "true"
326                 },
327                 {
328                         "from": "vip-ipv4-address-list",
329                         "to": "cloud-region",
330                         "label": "org.onap.relationships.inventory.BelongsTo",
331                         "direction": "OUT",
332                         "multiplicity": "MANY2ONE",
333                         "contains-other-v": "!${direction}",
334                         "delete-other-v": "NONE",
335                         "SVC-INFRA": "NONE",
336                         "prevent-delete": "!${direction}",
337                         "default": "true"
338                 },
339                 {
340                         "from": "vip-ipv6-address-list",
341                         "to": "cloud-region",
342                         "label": "org.onap.relationships.inventory.BelongsTo",
343                         "direction": "OUT",
344                         "multiplicity": "MANY2ONE",
345                         "contains-other-v": "!${direction}",
346                         "delete-other-v": "NONE",
347                         "SVC-INFRA": "NONE",
348                         "prevent-delete": "!${direction}",
349                         "default": "true"
350                 },
351                 {
352                         "from": "volume-group",
353                         "to": "cloud-region",
354                         "label": "org.onap.relationships.inventory.BelongsTo",
355                         "direction": "OUT",
356                         "multiplicity": "MANY2ONE",
357                         "contains-other-v": "!${direction}",
358                         "delete-other-v": "NONE",
359                         "SVC-INFRA": "NONE",
360                         "prevent-delete": "!${direction}",
361                         "default": "true"
362                 },
363                 {
364                         "from": "complex",
365                         "to": "l3-network",
366                         "label": "org.onap.relationships.inventory.Uses",
367                         "direction": "OUT",
368                         "multiplicity": "MANY2MANY",
369                         "contains-other-v": "NONE",
370                         "delete-other-v": "NONE",
371                         "SVC-INFRA": "${direction}",
372                         "prevent-delete": "NONE",
373                         "default": "true"
374                 },
375                 {
376                         "from": "ctag-pool",
377                         "to": "complex",
378                         "label": "org.onap.relationships.inventory.BelongsTo",
379                         "direction": "OUT",
380                         "multiplicity": "MANY2ONE",
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": "configuration",
389                         "to": "allotted-resource",
390                         "label": "org.onap.relationships.inventory.Uses",
391                         "direction": "OUT",
392                         "multiplicity": "ONE2ONE",
393                         "contains-other-v": "NONE",
394                         "delete-other-v": "${direction}",
395                         "SVC-INFRA": "NONE",
396                         "prevent-delete": "NONE",
397                         "default": "true"
398                 },
399                 {
400                         "from": "configuration",
401                         "to": "logical-link",
402                         "label": "org.onap.relationships.inventory.Uses",
403                         "direction": "OUT",
404                         "multiplicity": "ONE2MANY",
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": "metadatum",
413                         "to": "configuration",
414                         "label": "org.onap.relationships.inventory.BelongsTo",
415                         "direction": "OUT",
416                         "multiplicity": "MANY2ONE",
417                         "contains-other-v": "!${direction}",
418                         "delete-other-v": "!${direction}",
419                         "SVC-INFRA": "NONE",
420                         "prevent-delete": "NONE",
421                         "default": "true"
422                 },
423                 {
424                         "from": "connector",
425                         "to": "virtual-data-center",
426                         "label": "org.onap.relationships.inventory.LocatedIn",
427                         "direction": "OUT",
428                         "multiplicity": "MANY2MANY",
429                         "contains-other-v": "NONE",
430                         "delete-other-v": "NONE",
431                         "SVC-INFRA": "NONE",
432                         "prevent-delete": "NONE",
433                         "default": "true"
434                 },
435                 {
436                         "from": "metadatum",
437                         "to": "connector",
438                         "label": "org.onap.relationships.inventory.BelongsTo",
439                         "direction": "OUT",
440                         "multiplicity": "MANY2ONE",
441                         "contains-other-v": "!${direction}",
442                         "delete-other-v": "!${direction}",
443                         "SVC-INFRA": "NONE",
444                         "prevent-delete": "NONE",
445                         "default": "true"
446                 },
447                 {
448                         "from": "element-choice-set",
449                         "to": "constrained-element-set",
450                         "label": "org.onap.relationships.inventory.BelongsTo",
451                         "direction": "OUT",
452                         "multiplicity": "MANY2ONE",
453                         "contains-other-v": "!${direction}",
454                         "delete-other-v": "!${direction}",
455                         "SVC-INFRA": "NONE",
456                         "prevent-delete": "NONE",
457                         "default": "true"
458                 },
459                 {
460                         "from": "ctag-pool",
461                         "to": "availability-zone",
462                         "label": "org.onap.relationships.inventory.AppliesTo",
463                         "direction": "OUT",
464                         "multiplicity": "MANY2MANY",
465                         "contains-other-v": "NONE",
466                         "delete-other-v": "NONE",
467                         "SVC-INFRA": "NONE",
468                         "prevent-delete": "!${direction}",
469                         "default": "true"
470                 },
471                 {
472                         "from": "service-subscription",
473                         "to": "customer",
474                         "label": "org.onap.relationships.inventory.BelongsTo",
475                         "direction": "OUT",
476                         "multiplicity": "MANY2ONE",
477                         "contains-other-v": "!${direction}",
478                         "delete-other-v": "!${direction}",
479                         "SVC-INFRA": "${direction}",
480                         "prevent-delete": "NONE",
481                         "default": "true"
482                 },
483                 {
484                         "from": "dvs-switch",
485                         "to": "availability-zone",
486                         "label": "org.onap.relationships.inventory.AppliesTo",
487                         "direction": "OUT",
488                         "multiplicity": "MANY2MANY",
489                         "contains-other-v": "NONE",
490                         "delete-other-v": "NONE",
491                         "SVC-INFRA": "NONE",
492                         "prevent-delete": "!${direction}",
493                         "default": "true"
494                 },
495                 {
496                         "from": "model-element",
497                         "to": "element-choice-set",
498                         "label": "org.onap.relationships.inventory.BelongsTo",
499                         "direction": "OUT",
500                         "multiplicity": "MANY2ONE",
501                         "contains-other-v": "!${direction}",
502                         "delete-other-v": "!${direction}",
503                         "SVC-INFRA": "NONE",
504                         "prevent-delete": "NONE",
505                         "default": "true"
506                 },
507                 {
508                         "from": "entitlement",
509                         "to": "generic-vnf",
510                         "label": "org.onap.relationships.inventory.BelongsTo",
511                         "direction": "OUT",
512                         "multiplicity": "MANY2ONE",
513                         "contains-other-v": "!${direction}",
514                         "delete-other-v": "!${direction}",
515                         "SVC-INFRA": "NONE",
516                         "prevent-delete": "NONE",
517                         "default": "true"
518                 },
519                 {
520                         "from": "generic-vnf",
521                         "to": "availability-zone",
522                         "label": "org.onap.relationships.inventory.Uses",
523                         "direction": "OUT",
524                         "multiplicity": "MANY2MANY",
525                         "contains-other-v": "NONE",
526                         "delete-other-v": "NONE",
527                         "SVC-INFRA": "${direction}",
528                         "prevent-delete": "!${direction}",
529                         "default": "true"
530                 },
531                 {
532                         "from": "generic-vnf",
533                         "to": "complex",
534                         "label": "org.onap.relationships.inventory.LocatedIn",
535                         "direction": "OUT",
536                         "multiplicity": "MANY2MANY",
537                         "contains-other-v": "NONE",
538                         "delete-other-v": "NONE",
539                         "SVC-INFRA": "NONE",
540                         "prevent-delete": "!${direction}",
541                         "default": "true"
542                 },
543                 {
544                         "from": "generic-vnf",
545                         "to": "configuration",
546                         "label": "org.onap.relationships.inventory.Uses",
547                         "direction": "OUT",
548                         "multiplicity": "ONE2MANY",
549                         "contains-other-v": "NONE",
550                         "delete-other-v": "${direction}",
551                         "SVC-INFRA": "NONE",
552                         "prevent-delete": "NONE",
553                         "default": "true"
554                 },
555                 {
556                         "from": "generic-vnf",
557                         "to": "ctag-pool",
558                         "label": "org.onap.relationships.inventory.Uses",
559                         "direction": "OUT",
560                         "multiplicity": "MANY2MANY",
561                         "contains-other-v": "NONE",
562                         "delete-other-v": "NONE",
563                         "SVC-INFRA": "NONE",
564                         "prevent-delete": "NONE",
565                         "default": "true"
566                 },
567                 {
568                         "from": "generic-vnf",
569                         "to": "instance-group",
570                         "label": "org.onap.relationships.inventory.MemberOf",
571                         "direction": "OUT",
572                         "multiplicity": "MANY2MANY",
573                         "contains-other-v": "NONE",
574                         "delete-other-v": "NONE",
575                         "SVC-INFRA": "NONE",
576                         "prevent-delete": "NONE",
577                         "default": "true"
578                 },
579                 {
580                         "from": "generic-vnf",
581                         "to": "ipsec-configuration",
582                         "label": "org.onap.relationships.inventory.Uses",
583                         "direction": "OUT",
584                         "multiplicity": "MANY2ONE",
585                         "contains-other-v": "NONE",
586                         "delete-other-v": "NONE",
587                         "SVC-INFRA": "NONE",
588                         "prevent-delete": "NONE",
589                         "default": "true"
590                 },
591                 {
592                         "from": "generic-vnf",
593                         "to": "l3-network",
594                         "label": "org.onap.relationships.inventory.Uses",
595                         "direction": "OUT",
596                         "multiplicity": "MANY2MANY",
597                         "contains-other-v": "NONE",
598                         "delete-other-v": "NONE",
599                         "SVC-INFRA": "${direction}",
600                         "prevent-delete": "NONE",
601                         "default": "true"
602                 },
603                 {
604                         "from": "generic-vnf",
605                         "to": "license-key-resource",
606                         "label": "org.onap.relationships.inventory.Uses",
607                         "direction": "OUT",
608                         "multiplicity": "MANY2MANY",
609                         "contains-other-v": "NONE",
610                         "delete-other-v": "NONE",
611                         "SVC-INFRA": "NONE",
612                         "prevent-delete": "!${direction}",
613                         "default": "true"
614                 },
615                 {
616                         "from": "generic-vnf",
617                         "to": "pnf",
618                         "label": "tosca.relationships.HostedOn",
619                         "direction": "OUT",
620                         "multiplicity": "MANY2MANY",
621                         "contains-other-v": "NONE",
622                         "delete-other-v": "NONE",
623                         "SVC-INFRA": "NONE",
624                         "prevent-delete": "NONE",
625                         "default": "true"
626                 },
627                 {
628                         "from": "generic-vnf",
629                         "to": "pserver",
630                         "label": "tosca.relationships.HostedOn",
631                         "direction": "OUT",
632                         "multiplicity": "MANY2MANY",
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": "vnfc",
641                         "to": "generic-vnf",
642                         "label": "org.onap.relationships.inventory.BelongsTo",
643                         "direction": "OUT",
644                         "multiplicity": "MANY2ONE",
645                         "contains-other-v": "NONE",
646                         "delete-other-v": "!${direction}",
647                         "SVC-INFRA": "!${direction}",
648                         "prevent-delete": "NONE",
649                         "default": "true"
650                 },
651                 {
652                         "from": "generic-vnf",
653                         "to": "vnf-image",
654                         "label": "org.onap.relationships.inventory.Uses",
655                         "direction": "OUT",
656                         "multiplicity": "MANY2ONE",
657                         "contains-other-v": "NONE",
658                         "delete-other-v": "NONE",
659                         "SVC-INFRA": "${direction}",
660                         "prevent-delete": "!${direction}",
661                         "default": "true"
662                 },
663                 {
664                         "from": "generic-vnf",
665                         "to": "volume-group",
666                         "label": "org.onap.relationships.inventory.DependsOn",
667                         "direction": "OUT",
668                         "multiplicity": "ONE2MANY",
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": "generic-vnf",
677                         "to": "vserver",
678                         "label": "tosca.relationships.HostedOn",
679                         "direction": "OUT",
680                         "multiplicity": "ONE2MANY",
681                         "contains-other-v": "NONE",
682                         "delete-other-v": "NONE",
683                         "SVC-INFRA": "${direction}",
684                         "prevent-delete": "NONE",
685                         "default": "true"
686                 },
687                 {
688                         "from": "lag-interface",
689                         "to": "generic-vnf",
690                         "label": "org.onap.relationships.inventory.BelongsTo",
691                         "direction": "OUT",
692                         "multiplicity": "MANY2ONE",
693                         "contains-other-v": "!${direction}",
694                         "delete-other-v": "!${direction}",
695                         "SVC-INFRA": "!${direction}",
696                         "prevent-delete": "NONE",
697                         "default": "true"
698                 },
699                 {
700                         "from": "license",
701                         "to": "generic-vnf",
702                         "label": "org.onap.relationships.inventory.BelongsTo",
703                         "direction": "OUT",
704                         "multiplicity": "MANY2ONE",
705                         "contains-other-v": "!${direction}",
706                         "delete-other-v": "!${direction}",
707                         "SVC-INFRA": "NONE",
708                         "prevent-delete": "NONE",
709                         "default": "true"
710                 },
711                 {
712                         "from": "l-interface",
713                         "to": "generic-vnf",
714                         "label": "org.onap.relationships.inventory.BelongsTo",
715                         "direction": "OUT",
716                         "multiplicity": "MANY2ONE",
717                         "contains-other-v": "!${direction}",
718                         "delete-other-v": "!${direction}",
719                         "SVC-INFRA": "!${direction}",
720                         "prevent-delete": "NONE",
721                         "default": "true"
722                 },
723                 {
724                         "from": "network-profile",
725                         "to": "generic-vnf",
726                         "label": "org.onap.relationships.inventory.AppliesTo",
727                         "direction": "OUT",
728                         "multiplicity": "MANY2MANY",
729                         "contains-other-v": "NONE",
730                         "delete-other-v": "NONE",
731                         "SVC-INFRA": "NONE",
732                         "prevent-delete": "NONE",
733                         "default": "true"
734                 },
735                 {
736                         "from": "service-instance",
737                         "to": "generic-vnf",
738                         "label": "org.onap.relationships.inventory.ComposedOf",
739                         "direction": "OUT",
740                         "multiplicity": "ONE2MANY",
741                         "contains-other-v": "NONE",
742                         "delete-other-v": "NONE",
743                         "SVC-INFRA": "!${direction}",
744                         "prevent-delete": "NONE",
745                         "default": "true"
746                 },
747                 {
748                         "from": "site-pair-set",
749                         "to": "generic-vnf",
750                         "label": "org.onap.relationships.inventory.AppliesTo",
751                         "direction": "OUT",
752                         "multiplicity": "MANY2MANY",
753                         "contains-other-v": "NONE",
754                         "delete-other-v": "NONE",
755                         "SVC-INFRA": "NONE",
756                         "prevent-delete": "NONE",
757                         "default": "true"
758                 },
759                 {
760                         "from": "vf-module",
761                         "to": "generic-vnf",
762                         "label": "org.onap.relationships.inventory.BelongsTo",
763                         "direction": "OUT",
764                         "multiplicity": "MANY2ONE",
765                         "contains-other-v": "!${direction}",
766                         "delete-other-v": "!${direction}",
767                         "SVC-INFRA": "!${direction}",
768                         "prevent-delete": "NONE",
769                         "default": "true"
770                 },
771                 {
772                         "from": "pserver",
773                         "to": "group-assignment",
774                         "label": "org.onap.relationships.inventory.MemberOf",
775                         "direction": "OUT",
776                         "multiplicity": "MANY2ONE",
777                         "contains-other-v": "NONE",
778                         "delete-other-v": "NONE",
779                         "SVC-INFRA": "NONE",
780                         "prevent-delete": "${direction}",
781                         "default": "true"
782                 },
783                 {
784                         "from": "tenant",
785                         "to": "group-assignment",
786                         "label": "org.onap.relationships.inventory.MemberOf",
787                         "direction": "OUT",
788                         "multiplicity": "MANY2MANY",
789                         "contains-other-v": "NONE",
790                         "delete-other-v": "NONE",
791                         "SVC-INFRA": "NONE",
792                         "prevent-delete": "NONE",
793                         "default": "true"
794                 },
795                 {
796                         "from": "metadatum",
797                         "to": "image",
798                         "label": "org.onap.relationships.inventory.BelongsTo",
799                         "direction": "OUT",
800                         "multiplicity": "MANY2ONE",
801                         "contains-other-v": "!${direction}",
802                         "delete-other-v": "!${direction}",
803                         "SVC-INFRA": "NONE",
804                         "prevent-delete": "NONE",
805                         "default": "true"
806                 },
807                 {
808                         "from": "instance-group",
809                         "to": "model",
810                         "label": "org.onap.relationships.inventory.Targets",
811                         "direction": "OUT",
812                         "multiplicity": "MANY2MANY",
813                         "contains-other-v": "NONE",
814                         "delete-other-v": "NONE",
815                         "SVC-INFRA": "NONE",
816                         "prevent-delete": "!${direction}",
817                         "default": "true"
818                 },
819                 {
820                         "from": "vig-server",
821                         "to": "ipsec-configuration",
822                         "label": "org.onap.relationships.inventory.BelongsTo",
823                         "direction": "OUT",
824                         "multiplicity": "MANY2ONE",
825                         "contains-other-v": "!${direction}",
826                         "delete-other-v": "!${direction}",
827                         "SVC-INFRA": "NONE",
828                         "prevent-delete": "NONE",
829                         "default": "true"
830                 },
831                 {
832                         "from": "l3-interface-ipv4-address-list",
833                         "to": "instance-group",
834                         "label": "org.onap.relationships.inventory.network.MemberOf",
835                         "direction": "OUT",
836                         "multiplicity": "MANY2MANY",
837                         "contains-other-v": "NONE",
838                         "delete-other-v": "NONE",
839                         "SVC-INFRA": "NONE",
840                         "prevent-delete": "NONE",
841                         "default": "true"
842                 },
843                 {
844                         "from": "l3-interface-ipv4-address-list",
845                         "to": "l3-network",
846                         "label": "org.onap.relationships.inventory.network.MemberOf",
847                         "direction": "OUT",
848                         "multiplicity": "MANY2MANY",
849                         "contains-other-v": "NONE",
850                         "delete-other-v": "NONE",
851                         "SVC-INFRA": "${direction}",
852                         "prevent-delete": "NONE",
853                         "default": "true"
854                 },
855                 {
856                         "from": "l3-interface-ipv4-address-list",
857                         "to": "subnet",
858                         "label": "org.onap.relationships.inventory.network.MemberOf",
859                         "direction": "OUT",
860                         "multiplicity": "MANY2MANY",
861                         "contains-other-v": "NONE",
862                         "delete-other-v": "NONE",
863                         "SVC-INFRA": "${direction}",
864                         "prevent-delete": "!${direction}",
865                         "default": "true"
866                 },
867                 {
868                         "from": "l3-interface-ipv6-address-list",
869                         "to": "instance-group",
870                         "label": "org.onap.relationships.inventory.network.MemberOf",
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": "l3-interface-ipv6-address-list",
881                         "to": "l3-network",
882                         "label": "org.onap.relationships.inventory.network.MemberOf",
883                         "direction": "OUT",
884                         "multiplicity": "MANY2MANY",
885                         "contains-other-v": "NONE",
886                         "delete-other-v": "NONE",
887                         "SVC-INFRA": "${direction}",
888                         "prevent-delete": "NONE",
889                         "default": "true"
890                 },
891                 {
892                         "from": "l3-interface-ipv6-address-list",
893                         "to": "subnet",
894                         "label": "org.onap.relationships.inventory.network.MemberOf",
895                         "direction": "OUT",
896                         "multiplicity": "MANY2MANY",
897                         "contains-other-v": "NONE",
898                         "delete-other-v": "NONE",
899                         "SVC-INFRA": "${direction}",
900                         "prevent-delete": "!${direction}",
901                         "default": "true"
902                 },
903                 {
904                         "from": "ctag-assignment",
905                         "to": "l3-network",
906                         "label": "org.onap.relationships.inventory.BelongsTo",
907                         "direction": "OUT",
908                         "multiplicity": "MANY2ONE",
909                         "contains-other-v": "!${direction}",
910                         "delete-other-v": "!${direction}",
911                         "SVC-INFRA": "!${direction}",
912                         "prevent-delete": "NONE",
913                         "default": "true"
914                 },
915                 {
916                         "from": "l3-network",
917                         "to": "instance-group",
918                         "label": "org.onap.relationships.inventory.MemberOf",
919                         "direction": "OUT",
920                         "multiplicity": "MANY2MANY",
921                         "contains-other-v": "NONE",
922                         "delete-other-v": "NONE",
923                         "SVC-INFRA": "NONE",
924                         "prevent-delete": "NONE",
925                         "default": "true"
926                 },
927                 {
928                         "from": "l3-network",
929                         "to": "network-policy",
930                         "label": "org.onap.relationships.inventory.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": "l3-network",
941                         "to": "route-table-reference",
942                         "label": "org.onap.relationships.inventory.Uses",
943                         "direction": "OUT",
944                         "multiplicity": "MANY2MANY",
945                         "contains-other-v": "NONE",
946                         "delete-other-v": "NONE",
947                         "SVC-INFRA": "NONE",
948                         "prevent-delete": "NONE",
949                         "default": "true"
950                 },
951                 {
952                         "from": "l3-network",
953                         "to": "vpn-binding",
954                         "label": "org.onap.relationships.inventory.Uses",
955                         "direction": "OUT",
956                         "multiplicity": "MANY2MANY",
957                         "contains-other-v": "NONE",
958                         "delete-other-v": "NONE",
959                         "SVC-INFRA": "NONE",
960                         "prevent-delete": "!${direction}",
961                         "default": "true"
962                 },
963                 {
964                         "from": "segmentation-assignment",
965                         "to": "l3-network",
966                         "label": "org.onap.relationships.inventory.BelongsTo",
967                         "direction": "OUT",
968                         "multiplicity": "MANY2ONE",
969                         "contains-other-v": "!${direction}",
970                         "delete-other-v": "!${direction}",
971                         "SVC-INFRA": "NONE",
972                         "prevent-delete": "NONE",
973                         "default": "true"
974                 },
975                 {
976                         "from": "service-instance",
977                         "to": "l3-network",
978                         "label": "org.onap.relationships.inventory.ComposedOf",
979                         "direction": "OUT",
980                         "multiplicity": "ONE2MANY",
981                         "contains-other-v": "NONE",
982                         "delete-other-v": "NONE",
983                         "SVC-INFRA": "${direction}",
984                         "prevent-delete": "NONE",
985                         "default": "true"
986                 },
987                 {
988                         "from": "subnet",
989                         "to": "l3-network",
990                         "label": "org.onap.relationships.inventory.BelongsTo",
991                         "direction": "OUT",
992                         "multiplicity": "MANY2ONE",
993                         "contains-other-v": "!${direction}",
994                         "delete-other-v": "!${direction}",
995                         "SVC-INFRA": "${direction}",
996                         "prevent-delete": "NONE",
997                         "default": "true"
998                 },
999                 {
1000                         "from": "lag-interface",
1001                         "to": "lag-link",
1002                         "label": "tosca.relationships.network.LinksTo",
1003                         "direction": "OUT",
1004                         "multiplicity": "MANY2MANY",
1005                         "contains-other-v": "NONE",
1006                         "delete-other-v": "${direction}",
1007                         "SVC-INFRA": "${direction}",
1008                         "prevent-delete": "NONE",
1009                         "default": "true"
1010                 },
1011                 {
1012                         "from": "lag-interface",
1013                         "to": "logical-link",
1014                         "label": "org.onap.relationships.inventory.Uses",
1015                         "direction": "OUT",
1016                         "multiplicity": "MANY2MANY",
1017                         "contains-other-v": "NONE",
1018                         "delete-other-v": "${direction}",
1019                         "SVC-INFRA": "${direction}",
1020                         "prevent-delete": "NONE",
1021                         "default": "true"
1022                 },
1023                 {
1024                         "from": "lag-interface",
1025                         "to": "p-interface",
1026                         "label": "org.onap.relationships.inventory.Uses",
1027                         "direction": "OUT",
1028                         "multiplicity": "MANY2MANY",
1029                         "contains-other-v": "NONE",
1030                         "delete-other-v": "NONE",
1031                         "SVC-INFRA": "${direction}",
1032                         "prevent-delete": "NONE",
1033                         "default": "true"
1034                 },
1035                 {
1036                         "from": "l-interface",
1037                         "to": "lag-interface",
1038                         "label": "org.onap.relationships.inventory.BelongsTo",
1039                         "direction": "OUT",
1040                         "multiplicity": "MANY2ONE",
1041                         "contains-other-v": "!${direction}",
1042                         "delete-other-v": "!${direction}",
1043                         "SVC-INFRA": "!${direction}",
1044                         "prevent-delete": "NONE",
1045                         "default": "true"
1046                 },
1047                 {
1048                         "from": "line-of-business",
1049                         "to": "generic-vnf",
1050                         "label": "org.onap.relationships.inventory.Uses",
1051                         "direction": "OUT",
1052                         "multiplicity": "MANY2MANY",
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": "l3-interface-ipv4-address-list",
1061                         "to": "l-interface",
1062                         "label": "org.onap.relationships.inventory.BelongsTo",
1063                         "direction": "OUT",
1064                         "multiplicity": "MANY2ONE",
1065                         "contains-other-v": "!${direction}",
1066                         "delete-other-v": "!${direction}",
1067                         "SVC-INFRA": "!${direction}",
1068                         "prevent-delete": "NONE",
1069                         "default": "true"
1070                 },
1071                 {
1072                         "from": "l3-interface-ipv6-address-list",
1073                         "to": "l-interface",
1074                         "label": "org.onap.relationships.inventory.BelongsTo",
1075                         "direction": "OUT",
1076                         "multiplicity": "MANY2ONE",
1077                         "contains-other-v": "!${direction}",
1078                         "delete-other-v": "!${direction}",
1079                         "SVC-INFRA": "!${direction}",
1080                         "prevent-delete": "NONE",
1081                         "default": "true"
1082                 },
1083                 {
1084                         "from": "l-interface",
1085                         "to": "instance-group",
1086                         "label": "org.onap.relationships.inventory.MemberOf",
1087                         "direction": "OUT",
1088                         "multiplicity": "MANY2MANY",
1089                         "contains-other-v": "NONE",
1090                         "delete-other-v": "NONE",
1091                         "SVC-INFRA": "NONE",
1092                         "prevent-delete": "NONE",
1093                         "default": "true"
1094                 },
1095                 {
1096                         "from": "l-interface",
1097                         "to": "l-interface",
1098                         "label": "org.onap.relationships.inventory.BelongsTo",
1099                         "direction": "OUT",
1100                         "multiplicity": "MANY2ONE",
1101                         "contains-other-v": "!${direction}",
1102                         "delete-other-v": "!${direction}",
1103                         "SVC-INFRA": "!${direction}",
1104                         "prevent-delete": "NONE",
1105                         "default": "true"
1106                 },
1107                 {
1108                         "from": "l-interface",
1109                         "to": "logical-link",
1110                         "label": "tosca.relationships.network.LinksTo",
1111                         "direction": "OUT",
1112                         "multiplicity": "MANY2MANY",
1113                         "contains-other-v": "NONE",
1114                         "delete-other-v": "${direction}",
1115                         "SVC-INFRA": "${direction}",
1116                         "prevent-delete": "NONE",
1117                         "default": "true"
1118                 },
1119                 {
1120                         "from": "sriov-vf",
1121                         "to": "l-interface",
1122                         "label": "org.onap.relationships.inventory.BelongsTo",
1123                         "direction": "OUT",
1124                         "multiplicity": "ONE2ONE",
1125                         "contains-other-v": "!${direction}",
1126                         "delete-other-v": "!${direction}",
1127                         "SVC-INFRA": "NONE",
1128                         "prevent-delete": "NONE",
1129                         "default": "true"
1130                 },
1131                 {
1132                         "from": "vlan",
1133                         "to": "l-interface",
1134                         "label": "tosca.relationships.network.LinksTo",
1135                         "direction": "OUT",
1136                         "multiplicity": "MANY2ONE",
1137                         "contains-other-v": "!${direction}",
1138                         "delete-other-v": "!${direction}",
1139                         "SVC-INFRA": "NONE",
1140                         "prevent-delete": "NONE",
1141                         "default": "true"
1142                 },
1143                 {
1144                         "from": "logical-link",
1145                         "to": "cloud-region",
1146                         "label": "org.onap.relationships.inventory.LocatedIn",
1147                         "direction": "OUT",
1148                         "multiplicity": "MANY2MANY",
1149                         "contains-other-v": "NONE",
1150                         "delete-other-v": "NONE",
1151                         "SVC-INFRA": "NONE",
1152                         "prevent-delete": "NONE",
1153                         "default": "true"
1154                 },
1155                 {
1156                         "from": "logical-link",
1157                         "to": "generic-vnf",
1158                         "label": "org.onap.relationships.inventory.BridgedTo",
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": "logical-link",
1169                         "to": "lag-link",
1170                         "label": "org.onap.relationships.inventory.Uses",
1171                         "direction": "OUT",
1172                         "multiplicity": "MANY2MANY",
1173                         "contains-other-v": "NONE",
1174                         "delete-other-v": "NONE",
1175                         "SVC-INFRA": "${direction}",
1176                         "prevent-delete": "NONE",
1177                         "default": "true"
1178                 },
1179                 {
1180                         "from": "logical-link",
1181                         "to": "logical-link",
1182                         "label": "org.onap.relationships.inventory.Uses",
1183                         "direction": "OUT",
1184                         "multiplicity": "MANY2MANY",
1185                         "contains-other-v": "NONE",
1186                         "delete-other-v": "NONE",
1187                         "SVC-INFRA": "${direction}",
1188                         "prevent-delete": "NONE",
1189                         "default": "true"
1190                 },
1191                 {
1192                         "from": "logical-link",
1193                         "to": "pnf",
1194                         "label": "org.onap.relationships.inventory.BridgedTo",
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": "logical-link",
1205                         "to": "pserver",
1206                         "label": "org.onap.relationships.inventory.BridgedTo",
1207                         "direction": "OUT",
1208                         "multiplicity": "MANY2MANY",
1209                         "contains-other-v": "NONE",
1210                         "delete-other-v": "NONE",
1211                         "SVC-INFRA": "NONE",
1212                         "prevent-delete": "!${direction}",
1213                         "default": "true"
1214                 },
1215                 {
1216                         "from": "logical-link",
1217                         "to": "vpn-binding",
1218                         "label": "org.onap.relationships.inventory.Uses",
1219                         "direction": "OUT",
1220                         "multiplicity": "MANY2MANY",
1221                         "contains-other-v": "NONE",
1222                         "delete-other-v": "NONE",
1223                         "SVC-INFRA": "NONE",
1224                         "prevent-delete": "!${direction}",
1225                         "default": "true"
1226                 },
1227                 {
1228                         "from": "model-ver",
1229                         "to": "model",
1230                         "label": "org.onap.relationships.inventory.BelongsTo",
1231                         "direction": "OUT",
1232                         "multiplicity": "MANY2ONE",
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": "constrained-element-set",
1241                         "to": "model-constraint",
1242                         "label": "org.onap.relationships.inventory.BelongsTo",
1243                         "direction": "OUT",
1244                         "multiplicity": "MANY2ONE",
1245                         "contains-other-v": "!${direction}",
1246                         "delete-other-v": "!${direction}",
1247                         "SVC-INFRA": "NONE",
1248                         "prevent-delete": "NONE",
1249                         "default": "true"
1250                 },
1251                 {
1252                         "from": "constrained-element-set",
1253                         "to": "model-element",
1254                         "label": "org.onap.relationships.inventory.BelongsTo",
1255                         "direction": "OUT",
1256                         "multiplicity": "MANY2ONE",
1257                         "contains-other-v": "!${direction}",
1258                         "delete-other-v": "!${direction}",
1259                         "SVC-INFRA": "NONE",
1260                         "prevent-delete": "NONE",
1261                         "default": "true"
1262                 },
1263                 {
1264                         "from": "model-constraint",
1265                         "to": "model-element",
1266                         "label": "org.onap.relationships.inventory.BelongsTo",
1267                         "direction": "OUT",
1268                         "multiplicity": "MANY2ONE",
1269                         "contains-other-v": "!${direction}",
1270                         "delete-other-v": "!${direction}",
1271                         "SVC-INFRA": "NONE",
1272                         "prevent-delete": "NONE",
1273                         "default": "true"
1274                 },
1275                 {
1276                         "from": "model-element",
1277                         "to": "model-element",
1278                         "label": "org.onap.relationships.inventory.BelongsTo",
1279                         "direction": "OUT",
1280                         "multiplicity": "MANY2ONE",
1281                         "contains-other-v": "!${direction}",
1282                         "delete-other-v": "!${direction}",
1283                         "SVC-INFRA": "NONE",
1284                         "prevent-delete": "NONE",
1285                         "default": "true"
1286                 },
1287                 {
1288                         "from": "model-element",
1289                         "to": "model-ver",
1290                         "label": "org.onap.relationships.inventory.IsA",
1291                         "direction": "OUT",
1292                         "multiplicity": "MANY2ONE",
1293                         "contains-other-v": "NONE",
1294                         "delete-other-v": "NONE",
1295                         "SVC-INFRA": "NONE",
1296                         "prevent-delete": "!${direction}",
1297                         "default": "true"
1298                 },
1299                 {
1300                         "from": "model-element",
1301                         "to": "model-ver",
1302                         "label": "org.onap.relationships.inventory.BelongsTo",
1303                         "direction": "OUT",
1304                         "multiplicity": "MANY2ONE",
1305                         "contains-other-v": "!${direction}",
1306                         "delete-other-v": "!${direction}",
1307                         "SVC-INFRA": "NONE",
1308                         "prevent-delete": "NONE",
1309                         "default": "true"
1310                 },
1311                 {
1312                         "from": "named-query",
1313                         "to": "model",
1314                         "label": "org.onap.relationships.inventory.AppliesTo",
1315                         "direction": "OUT",
1316                         "multiplicity": "ONE2MANY",
1317                         "contains-other-v": "NONE",
1318                         "delete-other-v": "NONE",
1319                         "SVC-INFRA": "NONE",
1320                         "prevent-delete": "!${direction}",
1321                         "default": "true"
1322                 },
1323                 {
1324                         "from": "named-query-element",
1325                         "to": "named-query",
1326                         "label": "org.onap.relationships.inventory.BelongsTo",
1327                         "direction": "OUT",
1328                         "multiplicity": "ONE2ONE",
1329                         "contains-other-v": "!${direction}",
1330                         "delete-other-v": "!${direction}",
1331                         "SVC-INFRA": "NONE",
1332                         "prevent-delete": "NONE",
1333                         "default": "true"
1334                 },
1335                 {
1336                         "from": "named-query-element",
1337                         "to": "model",
1338                         "label": "org.onap.relationships.inventory.IsA",
1339                         "direction": "OUT",
1340                         "multiplicity": "MANY2ONE",
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": "named-query-element",
1349                         "to": "named-query-element",
1350                         "label": "org.onap.relationships.inventory.BelongsTo",
1351                         "direction": "OUT",
1352                         "multiplicity": "MANY2ONE",
1353                         "contains-other-v": "!${direction}",
1354                         "delete-other-v": "!${direction}",
1355                         "SVC-INFRA": "NONE",
1356                         "prevent-delete": "NONE",
1357                         "default": "true"
1358                 },
1359                 {
1360                         "from": "property-constraint",
1361                         "to": "named-query-element",
1362                         "label": "org.onap.relationships.inventory.BelongsTo",
1363                         "direction": "OUT",
1364                         "multiplicity": "MANY2ONE",
1365                         "contains-other-v": "!${direction}",
1366                         "delete-other-v": "!${direction}",
1367                         "SVC-INFRA": "NONE",
1368                         "prevent-delete": "NONE",
1369                         "default": "true"
1370                 },
1371                 {
1372                         "from": "related-lookup",
1373                         "to": "named-query-element",
1374                         "label": "org.onap.relationships.inventory.BelongsTo",
1375                         "direction": "OUT",
1376                         "multiplicity": "MANY2ONE",
1377                         "contains-other-v": "!${direction}",
1378                         "delete-other-v": "!${direction}",
1379                         "SVC-INFRA": "NONE",
1380                         "prevent-delete": "NONE",
1381                         "default": "true"
1382                 },
1383                 {
1384                         "from": "l-interface",
1385                         "to": "newvce",
1386                         "label": "org.onap.relationships.inventory.BelongsTo",
1387                         "direction": "OUT",
1388                         "multiplicity": "MANY2ONE",
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": "oam-network",
1397                         "to": "complex",
1398                         "label": "org.onap.relationships.inventory.AppliesTo",
1399                         "direction": "OUT",
1400                         "multiplicity": "MANY2MANY",
1401                         "contains-other-v": "NONE",
1402                         "delete-other-v": "NONE",
1403                         "SVC-INFRA": "NONE",
1404                         "prevent-delete": "!${direction}",
1405                         "default": "true"
1406                 },
1407                 {
1408                         "from": "oam-network",
1409                         "to": "service-capability",
1410                         "label": "org.onap.relationships.inventory.AppliesTo",
1411                         "direction": "OUT",
1412                         "multiplicity": "MANY2MANY",
1413                         "contains-other-v": "NONE",
1414                         "delete-other-v": "NONE",
1415                         "SVC-INFRA": "NONE",
1416                         "prevent-delete": "!${direction}",
1417                         "default": "true"
1418                 },
1419                 {
1420                         "from": "service-instance",
1421                         "to": "owning-entity",
1422                         "label": "org.onap.relationships.inventory.BelongsTo",
1423                         "direction": "OUT",
1424                         "multiplicity": "MANY2ONE",
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": "l-interface",
1433                         "to": "p-interface",
1434                         "label": "tosca.relationships.network.BindsTo",
1435                         "direction": "OUT",
1436                         "multiplicity": "MANY2ONE",
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": "p-interface",
1445                         "to": "logical-link",
1446                         "label": "tosca.relationships.network.LinksTo",
1447                         "direction": "OUT",
1448                         "multiplicity": "MANY2ONE",
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": "p-interface",
1457                         "to": "physical-link",
1458                         "label": "tosca.relationships.network.LinksTo",
1459                         "direction": "OUT",
1460                         "multiplicity": "MANY2ONE",
1461                         "contains-other-v": "NONE",
1462                         "delete-other-v": "${direction}",
1463                         "SVC-INFRA": "NONE",
1464                         "prevent-delete": "NONE",
1465                         "default": "true"
1466                 },
1467                 {
1468                         "from": "sriov-pf",
1469                         "to": "p-interface",
1470                         "label": "org.onap.relationships.inventory.BelongsTo",
1471                         "direction": "OUT",
1472                         "multiplicity": "ONE2ONE",
1473                         "contains-other-v": "!${direction}",
1474                         "delete-other-v": "!${direction}",
1475                         "SVC-INFRA": "NONE",
1476                         "prevent-delete": "NONE",
1477                         "default": "true"
1478                 },
1479                 {
1480                         "from": "platform",
1481                         "to": "generic-vnf",
1482                         "label": "org.onap.relationships.inventory.Uses",
1483                         "direction": "OUT",
1484                         "multiplicity": "MANY2MANY",
1485                         "contains-other-v": "NONE",
1486                         "delete-other-v": "NONE",
1487                         "SVC-INFRA": "NONE",
1488                         "prevent-delete": "NONE",
1489                         "default": "true"
1490                 },
1491                 {
1492                         "from": "lag-interface",
1493                         "to": "pnf",
1494                         "label": "tosca.relationships.network.BindsTo",
1495                         "direction": "OUT",
1496                         "multiplicity": "MANY2ONE",
1497                         "contains-other-v": "!${direction}",
1498                         "delete-other-v": "!${direction}",
1499                         "SVC-INFRA": "!${direction}",
1500                         "prevent-delete": "NONE",
1501                         "default": "true"
1502                 },
1503                 {
1504                         "from": "p-interface",
1505                         "to": "pnf",
1506                         "label": "tosca.relationships.network.BindsTo",
1507                         "direction": "OUT",
1508                         "multiplicity": "MANY2ONE",
1509                         "contains-other-v": "!${direction}",
1510                         "delete-other-v": "!${direction}",
1511                         "SVC-INFRA": "!${direction}",
1512                         "prevent-delete": "NONE",
1513                         "default": "true"
1514                 },
1515                 {
1516                         "from": "pnf",
1517                         "to": "complex",
1518                         "label": "org.onap.relationships.inventory.LocatedIn",
1519                         "direction": "OUT",
1520                         "multiplicity": "MANY2ONE",
1521                         "contains-other-v": "NONE",
1522                         "delete-other-v": "NONE",
1523                         "SVC-INFRA": "NONE",
1524                         "prevent-delete": "!${direction}",
1525                         "default": "true"
1526                 },
1527                 {
1528                         "from": "pnf",
1529                         "to": "instance-group",
1530                         "label": "org.onap.relationships.inventory.MemberOf",
1531                         "direction": "OUT",
1532                         "multiplicity": "MANY2MANY",
1533                         "contains-other-v": "NONE",
1534                         "delete-other-v": "NONE",
1535                         "SVC-INFRA": "NONE",
1536                         "prevent-delete": "NONE",
1537                         "default": "true"
1538                 },
1539                 {
1540                         "from": "pnf",
1541                         "to": "zone",
1542                         "label": "org.onap.relationships.inventory.LocatedIn",
1543                         "direction": "OUT",
1544                         "multiplicity": "MANY2ONE",
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": "cvlan-tag",
1553                         "to": "port-group",
1554                         "label": "org.onap.relationships.inventory.BelongsTo",
1555                         "direction": "OUT",
1556                         "multiplicity": "MANY2ONE",
1557                         "contains-other-v": "!${direction}",
1558                         "delete-other-v": "!${direction}",
1559                         "SVC-INFRA": "!${direction}",
1560                         "prevent-delete": "NONE",
1561                         "default": "true"
1562                 },
1563                 {
1564                         "from": "project",
1565                         "to": "service-instance",
1566                         "label": "org.onap.relationships.inventory.Uses",
1567                         "direction": "OUT",
1568                         "multiplicity": "ONE2MANY",
1569                         "contains-other-v": "NONE",
1570                         "delete-other-v": "NONE",
1571                         "SVC-INFRA": "NONE",
1572                         "prevent-delete": "NONE",
1573                         "default": "true"
1574                 },
1575                 {
1576                         "from": "lag-interface",
1577                         "to": "pserver",
1578                         "label": "tosca.relationships.network.BindsTo",
1579                         "direction": "OUT",
1580                         "multiplicity": "MANY2ONE",
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": "p-interface",
1589                         "to": "pserver",
1590                         "label": "tosca.relationships.network.BindsTo",
1591                         "direction": "OUT",
1592                         "multiplicity": "MANY2ONE",
1593                         "contains-other-v": "!${direction}",
1594                         "delete-other-v": "!${direction}",
1595                         "SVC-INFRA": "!${direction}",
1596                         "prevent-delete": "NONE",
1597                         "default": "true"
1598                 },
1599                 {
1600                         "from": "pserver",
1601                         "to": "availability-zone",
1602                         "label": "org.onap.relationships.inventory.MemberOf",
1603                         "direction": "OUT",
1604                         "multiplicity": "MANY2ONE",
1605                         "contains-other-v": "NONE",
1606                         "delete-other-v": "NONE",
1607                         "SVC-INFRA": "${direction}",
1608                         "prevent-delete": "!${direction}",
1609                         "default": "true"
1610                 },
1611                 {
1612                         "from": "pserver",
1613                         "to": "cloud-region",
1614                         "label": "org.onap.relationships.inventory.LocatedIn",
1615                         "direction": "OUT",
1616                         "multiplicity": "MANY2ONE",
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": "pserver",
1625                         "to": "complex",
1626                         "label": "org.onap.relationships.inventory.LocatedIn",
1627                         "direction": "OUT",
1628                         "multiplicity": "MANY2ONE",
1629                         "contains-other-v": "NONE",
1630                         "delete-other-v": "NONE",
1631                         "SVC-INFRA": "${direction}",
1632                         "prevent-delete": "!${direction}",
1633                         "default": "true"
1634                 },
1635                 {
1636                         "from": "pserver",
1637                         "to": "zone",
1638                         "label": "org.onap.relationships.inventory.LocatedIn",
1639                         "direction": "OUT",
1640                         "multiplicity": "MANY2ONE",
1641                         "contains-other-v": "NONE",
1642                         "delete-other-v": "NONE",
1643                         "SVC-INFRA": "NONE",
1644                         "prevent-delete": "NONE",
1645                         "default": "true"
1646                 },
1647                 {
1648                         "from": "site-pair",
1649                         "to": "routing-instance",
1650                         "label": "org.onap.relationships.inventory.BelongsTo",
1651                         "direction": "OUT",
1652                         "multiplicity": "MANY2ONE",
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": "allotted-resource",
1661                         "to": "service-instance",
1662                         "label": "org.onap.relationships.inventory.BelongsTo",
1663                         "direction": "OUT",
1664                         "multiplicity": "MANY2ONE",
1665                         "contains-other-v": "!${direction}",
1666                         "delete-other-v": "!${direction}",
1667                         "SVC-INFRA": "NONE",
1668                         "prevent-delete": "NONE",
1669                         "default": "true"
1670                 },
1671                 {
1672                         "from": "metadatum",
1673                         "to": "service-instance",
1674                         "label": "org.onap.relationships.inventory.BelongsTo",
1675                         "direction": "OUT",
1676                         "multiplicity": "MANY2ONE",
1677                         "contains-other-v": "!${direction}",
1678                         "delete-other-v": "!${direction}",
1679                         "SVC-INFRA": "NONE",
1680                         "prevent-delete": "NONE",
1681                         "default": "true"
1682                 },
1683                 {
1684                         "from": "service-instance",
1685                         "to": "allotted-resource",
1686                         "label": "org.onap.relationships.inventory.Uses",
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": "service-instance",
1697                         "to": "configuration",
1698                         "label": "org.onap.relationships.inventory.Uses",
1699                         "direction": "OUT",
1700                         "multiplicity": "ONE2MANY",
1701                         "contains-other-v": "NONE",
1702                         "delete-other-v": "NONE",
1703                         "SVC-INFRA": "NONE",
1704                         "prevent-delete": "NONE",
1705                         "default": "true"
1706                 },
1707                 {
1708                         "from": "service-instance",
1709                         "to": "connector",
1710                         "label": "org.onap.relationships.inventory.Uses",
1711                         "direction": "OUT",
1712                         "multiplicity": "MANY2MANY",
1713                         "contains-other-v": "NONE",
1714                         "delete-other-v": "NONE",
1715                         "SVC-INFRA": "NONE",
1716                         "prevent-delete": "NONE",
1717                         "default": "true"
1718                 },
1719                 {
1720                         "from": "service-instance",
1721                         "to": "ctag-assignment",
1722                         "label": "org.onap.relationships.inventory.Uses",
1723                         "direction": "OUT",
1724                         "multiplicity": "ONE2MANY",
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": "service-instance",
1733                         "to": "cvlan-tag",
1734                         "label": "org.onap.relationships.inventory.ComposedOf",
1735                         "direction": "OUT",
1736                         "multiplicity": "MANY2MANY",
1737                         "contains-other-v": "NONE",
1738                         "delete-other-v": "NONE",
1739                         "SVC-INFRA": "NONE",
1740                         "prevent-delete": "NONE",
1741                         "default": "true"
1742                 },
1743                 {
1744                         "from": "service-instance",
1745                         "to": "instance-group",
1746                         "label": "org.onap.relationships.inventory.MemberOf",
1747                         "direction": "OUT",
1748                         "multiplicity": "MANY2MANY",
1749                         "contains-other-v": "NONE",
1750                         "delete-other-v": "NONE",
1751                         "SVC-INFRA": "NONE",
1752                         "prevent-delete": "NONE",
1753                         "default": "true"
1754                 },
1755                 {
1756                         "from": "service-instance",
1757                         "to": "logical-link",
1758                         "label": "org.onap.relationships.inventory.Uses",
1759                         "direction": "OUT",
1760                         "multiplicity": "ONE2MANY",
1761                         "contains-other-v": "NONE",
1762                         "delete-other-v": "${direction}",
1763                         "SVC-INFRA": "NONE",
1764                         "prevent-delete": "NONE",
1765                         "default": "true"
1766                 },
1767                 {
1768                         "from": "service-instance",
1769                         "to": "pnf",
1770                         "label": "org.onap.relationships.inventory.ComposedOf",
1771                         "direction": "OUT",
1772                         "multiplicity": "ONE2MANY",
1773                         "contains-other-v": "NONE",
1774                         "delete-other-v": "NONE",
1775                         "SVC-INFRA": "NONE",
1776                         "prevent-delete": "NONE",
1777                         "default": "true"
1778                 },
1779                 {
1780                         "from": "service-instance",
1781                         "to": "service-instance",
1782                         "label": "org.onap.relationships.inventory.ComposedOf",
1783                         "direction": "OUT",
1784                         "multiplicity": "ONE2MANY",
1785                         "contains-other-v": "NONE",
1786                         "delete-other-v": "NONE",
1787                         "SVC-INFRA": "NONE",
1788                         "prevent-delete": "NONE",
1789                         "default": "true"
1790                 },
1791                 {
1792                         "from": "service-instance",
1793                         "to": "vlan",
1794                         "label": "org.onap.relationships.inventory.ComposedOf",
1795                         "direction": "OUT",
1796                         "multiplicity": "ONE2MANY",
1797                         "contains-other-v": "NONE",
1798                         "delete-other-v": "NONE",
1799                         "SVC-INFRA": "NONE",
1800                         "prevent-delete": "NONE",
1801                         "default": "true"
1802                 },
1803                 {
1804                         "from": "service-instance",
1805                         "to": "zone",
1806                         "label": "org.onap.relationships.inventory.LocatedIn",
1807                         "direction": "OUT",
1808                         "multiplicity": "MANY2ONE",
1809                         "contains-other-v": "NONE",
1810                         "delete-other-v": "NONE",
1811                         "SVC-INFRA": "${direction}",
1812                         "prevent-delete": "NONE",
1813                         "default": "true"
1814                 },
1815                 {
1816                         "from": "service-instance",
1817                         "to": "service-subscription",
1818                         "label": "org.onap.relationships.inventory.BelongsTo",
1819                         "direction": "OUT",
1820                         "multiplicity": "MANY2ONE",
1821                         "contains-other-v": "!${direction}",
1822                         "delete-other-v": "!${direction}",
1823                         "SVC-INFRA": "${direction}",
1824                         "prevent-delete": "NONE",
1825                         "default": "true"
1826                 },
1827                 {
1828                         "from": "class-of-service",
1829                         "to": "site-pair",
1830                         "label": "org.onap.relationships.inventory.BelongsTo",
1831                         "direction": "OUT",
1832                         "multiplicity": "MANY2ONE",
1833                         "contains-other-v": "!${direction}",
1834                         "delete-other-v": "!${direction}",
1835                         "SVC-INFRA": "NONE",
1836                         "prevent-delete": "NONE",
1837                         "default": "true"
1838                 },
1839                 {
1840                         "from": "routing-instance",
1841                         "to": "site-pair-set",
1842                         "label": "org.onap.relationships.inventory.BelongsTo",
1843                         "direction": "OUT",
1844                         "multiplicity": "MANY2ONE",
1845                         "contains-other-v": "!${direction}",
1846                         "delete-other-v": "!${direction}",
1847                         "SVC-INFRA": "NONE",
1848                         "prevent-delete": "NONE",
1849                         "default": "true"
1850                 },
1851                 {
1852                         "from": "sriov-vf",
1853                         "to": "sriov-pf",
1854                         "label": "org.onap.relationships.inventory.Uses",
1855                         "direction": "OUT",
1856                         "multiplicity": "MANY2ONE",
1857                         "contains-other-v": "NONE",
1858                         "delete-other-v": "NONE",
1859                         "SVC-INFRA": "NONE",
1860                         "prevent-delete": "NONE",
1861                         "default": "true"
1862                 },
1863                 {
1864                         "from": "host-route",
1865                         "to": "subnet",
1866                         "label": "org.onap.relationships.inventory.BelongsTo",
1867                         "direction": "OUT",
1868                         "multiplicity": "MANY2ONE",
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": "service-subscription",
1877                         "to": "tenant",
1878                         "label": "org.onap.relationships.inventory.Uses",
1879                         "direction": "OUT",
1880                         "multiplicity": "MANY2MANY",
1881                         "contains-other-v": "NONE",
1882                         "delete-other-v": "NONE",
1883                         "SVC-INFRA": "NONE",
1884                         "prevent-delete": "NONE",
1885                         "default": "true"
1886                 },
1887                 {
1888                         "from": "tenant",
1889                         "to": "l3-network",
1890                         "label": "org.onap.relationships.inventory.Uses",
1891                         "direction": "OUT",
1892                         "multiplicity": "MANY2MANY",
1893                         "contains-other-v": "NONE",
1894                         "delete-other-v": "NONE",
1895                         "SVC-INFRA": "NONE",
1896                         "prevent-delete": "NONE",
1897                         "default": "true"
1898                 },
1899                 {
1900                         "from": "vserver",
1901                         "to": "tenant",
1902                         "label": "org.onap.relationships.inventory.BelongsTo",
1903                         "direction": "OUT",
1904                         "multiplicity": "MANY2ONE",
1905                         "contains-other-v": "!${direction}",
1906                         "delete-other-v": "NONE",
1907                         "SVC-INFRA": "${direction}",
1908                         "prevent-delete": "!${direction}",
1909                         "default": "true"
1910                 },
1911                 {
1912                         "from": "entitlement",
1913                         "to": "vce",
1914                         "label": "org.onap.relationships.inventory.BelongsTo",
1915                         "direction": "OUT",
1916                         "multiplicity": "MANY2ONE",
1917                         "contains-other-v": "!${direction}",
1918                         "delete-other-v": "!${direction}",
1919                         "SVC-INFRA": "NONE",
1920                         "prevent-delete": "NONE",
1921                         "default": "true"
1922                 },
1923                 {
1924                         "from": "license",
1925                         "to": "vce",
1926                         "label": "org.onap.relationships.inventory.BelongsTo",
1927                         "direction": "OUT",
1928                         "multiplicity": "MANY2ONE",
1929                         "contains-other-v": "!${direction}",
1930                         "delete-other-v": "!${direction}",
1931                         "SVC-INFRA": "NONE",
1932                         "prevent-delete": "NONE",
1933                         "default": "true"
1934                 },
1935                 {
1936                         "from": "port-group",
1937                         "to": "vce",
1938                         "label": "org.onap.relationships.inventory.BelongsTo",
1939                         "direction": "OUT",
1940                         "multiplicity": "MANY2ONE",
1941                         "contains-other-v": "!${direction}",
1942                         "delete-other-v": "!${direction}",
1943                         "SVC-INFRA": "!${direction}",
1944                         "prevent-delete": "NONE",
1945                         "default": "true"
1946                 },
1947                 {
1948                         "from": "service-instance",
1949                         "to": "vce",
1950                         "label": "org.onap.relationships.inventory.ComposedOf",
1951                         "direction": "OUT",
1952                         "multiplicity": "ONE2MANY",
1953                         "contains-other-v": "NONE",
1954                         "delete-other-v": "NONE",
1955                         "SVC-INFRA": "${direction}",
1956                         "prevent-delete": "NONE",
1957                         "default": "true"
1958                 },
1959                 {
1960                         "from": "vce",
1961                         "to": "availability-zone",
1962                         "label": "org.onap.relationships.inventory.Uses",
1963                         "direction": "OUT",
1964                         "multiplicity": "MANY2MANY",
1965                         "contains-other-v": "NONE",
1966                         "delete-other-v": "NONE",
1967                         "SVC-INFRA": "NONE",
1968                         "prevent-delete": "!${direction}",
1969                         "default": "true"
1970                 },
1971                 {
1972                         "from": "vce",
1973                         "to": "complex",
1974                         "label": "org.onap.relationships.inventory.LocatedIn",
1975                         "direction": "OUT",
1976                         "multiplicity": "MANY2MANY",
1977                         "contains-other-v": "NONE",
1978                         "delete-other-v": "NONE",
1979                         "SVC-INFRA": "${direction}",
1980                         "prevent-delete": "!${direction}",
1981                         "default": "true"
1982                 },
1983                 {
1984                         "from": "vce",
1985                         "to": "vserver",
1986                         "label": "tosca.relationships.HostedOn",
1987                         "direction": "OUT",
1988                         "multiplicity": "ONE2MANY",
1989                         "contains-other-v": "NONE",
1990                         "delete-other-v": "NONE",
1991                         "SVC-INFRA": "${direction}",
1992                         "prevent-delete": "NONE",
1993                         "default": "true"
1994                 },
1995                 {
1996                         "from": "vf-module",
1997                         "to": "l3-network",
1998                         "label": "org.onap.relationships.inventory.DependsOn",
1999                         "direction": "OUT",
2000                         "multiplicity": "MANY2MANY",
2001                         "contains-other-v": "NONE",
2002                         "delete-other-v": "NONE",
2003                         "SVC-INFRA": "${direction}",
2004                         "prevent-delete": "NONE",
2005                         "default": "true"
2006                 },
2007                 {
2008                         "from": "vf-module",
2009                         "to": "vnfc",
2010                         "label": "org.onap.relationships.inventory.Uses",
2011                         "direction": "OUT",
2012                         "multiplicity": "ONE2MANY",
2013                         "contains-other-v": "NONE",
2014                         "delete-other-v": "NONE",
2015                         "SVC-INFRA": "${direction}",
2016                         "prevent-delete": "${direction}",
2017                         "default": "true"
2018                 },
2019                 {
2020                         "from": "vf-module",
2021                         "to": "volume-group",
2022                         "label": "org.onap.relationships.inventory.Uses",
2023                         "direction": "OUT",
2024                         "multiplicity": "ONE2ONE",
2025                         "contains-other-v": "NONE",
2026                         "delete-other-v": "NONE",
2027                         "SVC-INFRA": "${direction}",
2028                         "prevent-delete": "NONE",
2029                         "default": "true"
2030                 },
2031                 {
2032                         "from": "vip-ipv4-address-list",
2033                         "to": "instance-group",
2034                         "label": "org.onap.relationships.inventory.MemberOf",
2035                         "direction": "OUT",
2036                         "multiplicity": "MANY2MANY",
2037                         "contains-other-v": "NONE",
2038                         "delete-other-v": "NONE",
2039                         "SVC-INFRA": "NONE",
2040                         "prevent-delete": "NONE",
2041                         "default": "true"
2042                 },
2043                 {
2044                         "from": "vip-ipv4-address-list",
2045                         "to": "subnet",
2046                         "label": "org.onap.relationships.inventory.MemberOf",
2047                         "direction": "OUT",
2048                         "multiplicity": "MANY2MANY",
2049                         "contains-other-v": "NONE",
2050                         "delete-other-v": "NONE",
2051                         "SVC-INFRA": "NONE",
2052                         "prevent-delete": "!${direction}",
2053                         "default": "true"
2054                 },
2055                 {
2056                         "from": "vip-ipv6-address-list",
2057                         "to": "instance-group",
2058                         "label": "org.onap.relationships.inventory.MemberOf",
2059                         "direction": "OUT",
2060                         "multiplicity": "MANY2MANY",
2061                         "contains-other-v": "NONE",
2062                         "delete-other-v": "NONE",
2063                         "SVC-INFRA": "NONE",
2064                         "prevent-delete": "NONE",
2065                         "default": "true"
2066                 },
2067                 {
2068                         "from": "vip-ipv6-address-list",
2069                         "to": "subnet",
2070                         "label": "org.onap.relationships.inventory.MemberOf",
2071                         "direction": "OUT",
2072                         "multiplicity": "MANY2MANY",
2073                         "contains-other-v": "NONE",
2074                         "delete-other-v": "NONE",
2075                         "SVC-INFRA": "NONE",
2076                         "prevent-delete": "!${direction}",
2077                         "default": "true"
2078                 },
2079                 {
2080                         "from": "generic-vnf",
2081                         "to": "virtual-data-center",
2082                         "label": "org.onap.relationships.inventory.LocatedIn",
2083                         "direction": "OUT",
2084                         "multiplicity": "MANY2MANY",
2085                         "contains-other-v": "NONE",
2086                         "delete-other-v": "NONE",
2087                         "SVC-INFRA": "${direction}",
2088                         "prevent-delete": "NONE",
2089                         "default": "true"
2090                 },
2091                 {
2092                         "from": "logical-link",
2093                         "to": "virtual-data-center",
2094                         "label": "org.onap.relationships.inventory.LocatedIn",
2095                         "direction": "OUT",
2096                         "multiplicity": "MANY2MANY",
2097                         "contains-other-v": "NONE",
2098                         "delete-other-v": "NONE",
2099                         "SVC-INFRA": "NONE",
2100                         "prevent-delete": "NONE",
2101                         "default": "true"
2102                 },
2103                 {
2104                         "from": "l3-interface-ipv4-address-list",
2105                         "to": "vlan",
2106                         "label": "org.onap.relationships.inventory.BelongsTo",
2107                         "direction": "OUT",
2108                         "multiplicity": "MANY2ONE",
2109                         "contains-other-v": "!${direction}",
2110                         "delete-other-v": "!${direction}",
2111                         "SVC-INFRA": "!${direction}",
2112                         "prevent-delete": "NONE",
2113                         "default": "true"
2114                 },
2115                 {
2116                         "from": "l3-interface-ipv6-address-list",
2117                         "to": "vlan",
2118                         "label": "org.onap.relationships.inventory.BelongsTo",
2119                         "direction": "OUT",
2120                         "multiplicity": "MANY2ONE",
2121                         "contains-other-v": "!${direction}",
2122                         "delete-other-v": "!${direction}",
2123                         "SVC-INFRA": "!${direction}",
2124                         "prevent-delete": "NONE",
2125                         "default": "true"
2126                 },
2127                 {
2128                         "from": "vlan",
2129                         "to": "logical-link",
2130                         "label": "org.onap.relationships.inventory.Uses",
2131                         "direction": "OUT",
2132                         "multiplicity": "MANY2MANY",
2133                         "contains-other-v": "NONE",
2134                         "delete-other-v": "${direction}",
2135                         "SVC-INFRA": "${direction}",
2136                         "prevent-delete": "NONE",
2137                         "default": "true"
2138                 },
2139                 {
2140                         "from": "vlan",
2141                         "to": "multicast-configuration",
2142                         "label": "org.onap.relationships.inventory.Uses",
2143                         "direction": "OUT",
2144                         "multiplicity": "MANY2MANY",
2145                         "contains-other-v": "NONE",
2146                         "delete-other-v": "NONE",
2147                         "SVC-INFRA": "NONE",
2148                         "prevent-delete": "NONE",
2149                         "default": "true"
2150                 },
2151                 {
2152                         "from": "l3-interface-ipv4-address-list",
2153                         "to": "vnfc",
2154                         "label": "org.onap.relationships.inventory.BelongsTo",
2155                         "direction": "OUT",
2156                         "multiplicity": "MANY2ONE",
2157                         "contains-other-v": "!${direction}",
2158                         "delete-other-v": "!${direction}",
2159                         "SVC-INFRA": "NONE",
2160                         "prevent-delete": "NONE",
2161                         "default": "true"
2162                 },
2163                 {
2164                         "from": "l3-interface-ipv6-address-list",
2165                         "to": "vnfc",
2166                         "label": "org.onap.relationships.inventory.BelongsTo",
2167                         "direction": "OUT",
2168                         "multiplicity": "MANY2ONE",
2169                         "contains-other-v": "!${direction}",
2170                         "delete-other-v": "!${direction}",
2171                         "SVC-INFRA": "NONE",
2172                         "prevent-delete": "NONE",
2173                         "default": "true"
2174                 },
2175                 {
2176                         "from": "vnfc",
2177                         "to": "instance-group",
2178                         "label": "org.onap.relationships.inventory.MemberOf",
2179                         "direction": "OUT",
2180                         "multiplicity": "MANY2MANY",
2181                         "contains-other-v": "NONE",
2182                         "delete-other-v": "NONE",
2183                         "SVC-INFRA": "NONE",
2184                         "prevent-delete": "NONE",
2185                         "default": "true"
2186                 },
2187                 {
2188                         "from": "vnfc",
2189                         "to": "vip-ipv4-address-list",
2190                         "label": "org.onap.relationships.inventory.Uses",
2191                         "direction": "OUT",
2192                         "multiplicity": "MANY2MANY",
2193                         "contains-other-v": "NONE",
2194                         "delete-other-v": "NONE",
2195                         "SVC-INFRA": "NONE",
2196                         "prevent-delete": "NONE",
2197                         "default": "true"
2198                 },
2199                 {
2200                         "from": "vnfc",
2201                         "to": "vip-ipv6-address-list",
2202                         "label": "org.onap.relationships.inventory.Uses",
2203                         "direction": "OUT",
2204                         "multiplicity": "MANY2MANY",
2205                         "contains-other-v": "NONE",
2206                         "delete-other-v": "NONE",
2207                         "SVC-INFRA": "NONE",
2208                         "prevent-delete": "NONE",
2209                         "default": "true"
2210                 },
2211                 {
2212                         "from": "tenant",
2213                         "to": "volume-group",
2214                         "label": "org.onap.relationships.inventory.DependsOn",
2215                         "direction": "OUT",
2216                         "multiplicity": "ONE2MANY",
2217                         "contains-other-v": "NONE",
2218                         "delete-other-v": "NONE",
2219                         "SVC-INFRA": "!${direction}",
2220                         "prevent-delete": "NONE",
2221                         "default": "true"
2222                 },
2223                 {
2224                         "from": "volume-group",
2225                         "to": "complex",
2226                         "label": "org.onap.relationships.inventory.LocatedIn",
2227                         "direction": "OUT",
2228                         "multiplicity": "MANY2ONE",
2229                         "contains-other-v": "NONE",
2230                         "delete-other-v": "NONE",
2231                         "SVC-INFRA": "${direction}",
2232                         "prevent-delete": "!${direction}",
2233                         "default": "true"
2234                 },
2235                 {
2236                         "from": "lag-interface",
2237                         "to": "vpls-pe",
2238                         "label": "tosca.relationships.network.BindsTo",
2239                         "direction": "OUT",
2240                         "multiplicity": "MANY2ONE",
2241                         "contains-other-v": "!${direction}",
2242                         "delete-other-v": "!${direction}",
2243                         "SVC-INFRA": "NONE",
2244                         "prevent-delete": "NONE",
2245                         "default": "true"
2246                 },
2247                 {
2248                         "from": "p-interface",
2249                         "to": "vpls-pe",
2250                         "label": "tosca.relationships.network.BindsTo",
2251                         "direction": "OUT",
2252                         "multiplicity": "MANY2ONE",
2253                         "contains-other-v": "!${direction}",
2254                         "delete-other-v": "!${direction}",
2255                         "SVC-INFRA": "NONE",
2256                         "prevent-delete": "NONE",
2257                         "default": "true"
2258                 },
2259                 {
2260                         "from": "vpls-pe",
2261                         "to": "complex",
2262                         "label": "org.onap.relationships.inventory.LocatedIn",
2263                         "direction": "OUT",
2264                         "multiplicity": "MANY2ONE",
2265                         "contains-other-v": "NONE",
2266                         "delete-other-v": "NONE",
2267                         "SVC-INFRA": "NONE",
2268                         "prevent-delete": "!${direction}",
2269                         "default": "true"
2270                 },
2271                 {
2272                         "from": "vpls-pe",
2273                         "to": "ctag-pool",
2274                         "label": "org.onap.relationships.inventory.Uses",
2275                         "direction": "OUT",
2276                         "multiplicity": "MANY2MANY",
2277                         "contains-other-v": "NONE",
2278                         "delete-other-v": "NONE",
2279                         "SVC-INFRA": "NONE",
2280                         "prevent-delete": "NONE",
2281                         "default": "true"
2282                 },
2283                 {
2284                         "from": "route-target",
2285                         "to": "vpn-binding",
2286                         "label": "org.onap.relationships.inventory.BelongsTo",
2287                         "direction": "OUT",
2288                         "multiplicity": "MANY2ONE",
2289                         "contains-other-v": "!${direction}",
2290                         "delete-other-v": "!${direction}",
2291                         "SVC-INFRA": "NONE",
2292                         "prevent-delete": "NONE",
2293                         "default": "true"
2294                 },
2295                 {
2296                         "from": "l-interface",
2297                         "to": "vserver",
2298                         "label": "tosca.relationships.network.BindsTo",
2299                         "direction": "OUT",
2300                         "multiplicity": "MANY2ONE",
2301                         "contains-other-v": "!${direction}",
2302                         "delete-other-v": "!${direction}",
2303                         "SVC-INFRA": "!${direction}",
2304                         "prevent-delete": "NONE",
2305                         "default": "true"
2306                 },
2307                 {
2308                         "from": "vf-module",
2309                         "to": "vserver",
2310                         "label": "org.onap.relationships.inventory.Uses",
2311                         "direction": "OUT",
2312                         "multiplicity": "ONE2MANY",
2313                         "contains-other-v": "NONE",
2314                         "delete-other-v": "NONE",
2315                         "SVC-INFRA": "!${direction}",
2316                         "prevent-delete": "NONE",
2317                         "default": "true"
2318                 },
2319                 {
2320                         "from": "vnfc",
2321                         "to": "vserver",
2322                         "label": "tosca.relationships.HostedOn",
2323                         "direction": "OUT",
2324                         "multiplicity": "ONE2MANY",
2325                         "contains-other-v": "NONE",
2326                         "delete-other-v": "NONE",
2327                         "SVC-INFRA": "!${direction}",
2328                         "prevent-delete": "NONE",
2329                         "default": "true"
2330                 },
2331                 {
2332                         "from": "vserver",
2333                         "to": "flavor",
2334                         "label": "org.onap.relationships.inventory.Uses",
2335                         "direction": "OUT",
2336                         "multiplicity": "MANY2ONE",
2337                         "contains-other-v": "NONE",
2338                         "delete-other-v": "NONE",
2339                         "SVC-INFRA": "${direction}",
2340                         "prevent-delete": "!${direction}",
2341                         "default": "true"
2342                 },
2343                 {
2344                         "from": "vserver",
2345                         "to": "image",
2346                         "label": "org.onap.relationships.inventory.Uses",
2347                         "direction": "OUT",
2348                         "multiplicity": "MANY2ONE",
2349                         "contains-other-v": "NONE",
2350                         "delete-other-v": "NONE",
2351                         "SVC-INFRA": "${direction}",
2352                         "prevent-delete": "!${direction}",
2353                         "default": "true"
2354                 },
2355                 {
2356                         "from": "vserver",
2357                         "to": "pserver",
2358                         "label": "tosca.relationships.HostedOn",
2359                         "direction": "OUT",
2360                         "multiplicity": "MANY2ONE",
2361                         "contains-other-v": "NONE",
2362                         "delete-other-v": "NONE",
2363                         "SVC-INFRA": "${direction}",
2364                         "prevent-delete": "!${direction}",
2365                         "default": "true"
2366                 },
2367                 {
2368                         "from": "vserver",
2369                         "to": "snapshot",
2370                         "label": "org.onap.relationships.inventory.Uses",
2371                         "direction": "OUT",
2372                         "multiplicity": "ONE2ONE",
2373                         "contains-other-v": "NONE",
2374                         "delete-other-v": "NONE",
2375                         "SVC-INFRA": "${direction}",
2376                         "prevent-delete": "NONE",
2377                         "default": "true"
2378                 },
2379                 {
2380                         "from": "vserver",
2381                         "to": "volume",
2382                         "label": "tosca.relationships.AttachesTo",
2383                         "direction": "OUT",
2384                         "multiplicity": "ONE2MANY",
2385                         "contains-other-v": "${direction}",
2386                         "delete-other-v": "${direction}",
2387                         "SVC-INFRA": "${direction}",
2388                         "prevent-delete": "NONE",
2389                         "default": "true"
2390                 },
2391                 {
2392                         "from": "metadatum",
2393                         "to": "model-ver",
2394                         "label": "org.onap.relationships.inventory.BelongsTo",
2395                         "direction": "OUT",
2396                         "multiplicity": "MANY2ONE",
2397                         "contains-other-v": "!${direction}",
2398                         "delete-other-v": "!${direction}",
2399                         "SVC-INFRA": "NONE",
2400                         "prevent-delete": "NONE",
2401                         "default": "true"
2402                 },
2403                 {
2404                         "from": "zone",
2405                         "to": "complex",
2406                         "label": "org.onap.relationships.inventory.LocatedIn",
2407                         "direction": "OUT",
2408                         "multiplicity": "MANY2ONE",
2409                         "contains-other-v": "NONE",
2410                         "delete-other-v": "NONE",
2411                         "SVC-INFRA": "NONE",
2412                         "prevent-delete": "!${direction}",
2413                         "default": "true"
2414                 }
2415         ]
2416 }