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