@itentialopensource/adapter-etsi_sol002 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/CHANGELOG.md +9 -0
  5. package/CODE_OF_CONDUCT.md +48 -0
  6. package/CONTRIBUTING.md +158 -0
  7. package/LICENSE +201 -0
  8. package/README.md +687 -0
  9. package/adapter.js +6149 -0
  10. package/adapterBase.js +1028 -0
  11. package/entities/.generic/action.json +109 -0
  12. package/entities/.generic/schema.json +23 -0
  13. package/entities/.system/action.json +50 -0
  14. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  15. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  16. package/entities/.system/schema.json +19 -0
  17. package/entities/.system/schemaTokenReq.json +53 -0
  18. package/entities/.system/schemaTokenResp.json +53 -0
  19. package/entities/Alarms/action.json +86 -0
  20. package/entities/Alarms/mockdatafiles/getAlarms-default.json +57 -0
  21. package/entities/Alarms/mockdatafiles/getAlarmsAlarmId-default.json +60 -0
  22. package/entities/Alarms/mockdatafiles/patchAlarmsAlarmId-default.json +3 -0
  23. package/entities/Alarms/schema.json +22 -0
  24. package/entities/ApiVersions/action.json +25 -0
  25. package/entities/ApiVersions/mockdatafiles/getApiVersions-default.json +20 -0
  26. package/entities/ApiVersions/schema.json +19 -0
  27. package/entities/Configuration/action.json +45 -0
  28. package/entities/Configuration/mockdatafiles/getConfiguration-default.json +1751 -0
  29. package/entities/Configuration/mockdatafiles/patchConfiguration-default.json +1119 -0
  30. package/entities/Configuration/schema.json +20 -0
  31. package/entities/Indicators/action.json +67 -0
  32. package/entities/Indicators/mockdatafiles/getIndicators-default.json +30 -0
  33. package/entities/Indicators/mockdatafiles/getIndicatorsVnfInstanceId-default.json +58 -0
  34. package/entities/Indicators/mockdatafiles/getIndicatorsVnfInstanceIdIndicatorId-default.json +14 -0
  35. package/entities/Indicators/schema.json +21 -0
  36. package/entities/PmJobs/action.json +127 -0
  37. package/entities/PmJobs/mockdatafiles/getPmJobs-default.json +255 -0
  38. package/entities/PmJobs/mockdatafiles/getPmJobsPmJobId-default.json +73 -0
  39. package/entities/PmJobs/mockdatafiles/getPmJobsPmJobIdReportsReportId-default.json +154 -0
  40. package/entities/PmJobs/mockdatafiles/patchPmJobsPmJobId-default.json +21 -0
  41. package/entities/PmJobs/mockdatafiles/postPmJobs-default.json +59 -0
  42. package/entities/PmJobs/schema.json +24 -0
  43. package/entities/Subscriptions/action.json +86 -0
  44. package/entities/Subscriptions/mockdatafiles/getSubscriptions-default.json +1830 -0
  45. package/entities/Subscriptions/mockdatafiles/getSubscriptionsSubscriptionId-default.json +576 -0
  46. package/entities/Subscriptions/mockdatafiles/postSubscriptions-default.json +3522 -0
  47. package/entities/Subscriptions/schema.json +22 -0
  48. package/entities/Thresholds/action.json +106 -0
  49. package/entities/Thresholds/mockdatafiles/getThresholds-default.json +27 -0
  50. package/entities/Thresholds/mockdatafiles/getThresholdsThresholdId-default.json +32 -0
  51. package/entities/Thresholds/mockdatafiles/patchThresholdsThresholdId-default.json +21 -0
  52. package/entities/Thresholds/mockdatafiles/postThresholds-default.json +32 -0
  53. package/entities/Thresholds/schema.json +23 -0
  54. package/entities/VnfInstances/action.json +326 -0
  55. package/entities/VnfInstances/mockdatafiles/deleteVnfInstancesVnfInstanceId-default.json +18 -0
  56. package/entities/VnfInstances/mockdatafiles/getVnfInstances-default.json +72335 -0
  57. package/entities/VnfInstances/mockdatafiles/getVnfInstancesVnfInstanceId-default.json +38948 -0
  58. package/entities/VnfInstances/mockdatafiles/postVnfInstances-default.json +27933 -0
  59. package/entities/VnfInstances/schema.json +34 -0
  60. package/entities/VnfLcmOpOccs/action.json +126 -0
  61. package/entities/VnfLcmOpOccs/mockdatafiles/getVnfLcmOpOccs-default.json +1093 -0
  62. package/entities/VnfLcmOpOccs/mockdatafiles/getVnfLcmOpOccsVnfLcmOpOccId-default.json +876 -0
  63. package/entities/VnfLcmOpOccs/mockdatafiles/postVnfLcmOpOccsVnfLcmOpOccIdFail-default.json +992 -0
  64. package/entities/VnfLcmOpOccs/schema.json +24 -0
  65. package/entities/VnfSnapshots/action.json +86 -0
  66. package/entities/VnfSnapshots/mockdatafiles/getVnfSnapshots-default.json +119501 -0
  67. package/entities/VnfSnapshots/mockdatafiles/getVnfSnapshotsVnfSnapshotInfoId-default.json +4189 -0
  68. package/entities/VnfSnapshots/mockdatafiles/postVnfSnapshots-default.json +10807 -0
  69. package/entities/VnfSnapshots/schema.json +22 -0
  70. package/error.json +184 -0
  71. package/package.json +85 -0
  72. package/pronghorn.json +17957 -0
  73. package/propertiesSchema.json +840 -0
  74. package/refs?service=git-upload-pack +0 -0
  75. package/report/creationReport.json +183 -0
  76. package/report/sol002_vnf_openapi.json +3367 -0
  77. package/report/updateReport1646157460770.json +95 -0
  78. package/sampleProperties.json +106 -0
  79. package/test/integration/adapterTestBasicGet.js +85 -0
  80. package/test/integration/adapterTestConnectivity.js +93 -0
  81. package/test/integration/adapterTestIntegration.js +2362 -0
  82. package/test/unit/adapterBaseTestUnit.js +944 -0
  83. package/test/unit/adapterTestUnit.js +2967 -0
  84. package/utils/addAuth.js +94 -0
  85. package/utils/artifactize.js +146 -0
  86. package/utils/basicGet.js +50 -0
  87. package/utils/checkMigrate.js +63 -0
  88. package/utils/entitiesToDB.js +224 -0
  89. package/utils/findPath.js +74 -0
  90. package/utils/modify.js +154 -0
  91. package/utils/packModificationScript.js +35 -0
  92. package/utils/patches2bundledDeps.js +90 -0
  93. package/utils/pre-commit.sh +27 -0
  94. package/utils/removeHooks.js +20 -0
  95. package/utils/setup.js +33 -0
  96. package/utils/tbScript.js +169 -0
  97. package/utils/tbUtils.js +451 -0
  98. package/utils/testRunner.js +298 -0
  99. package/utils/troubleshootingAdapter.js +190 -0
  100. package/workflows/README.md +3 -0
@@ -0,0 +1,4189 @@
1
+ {
2
+ "id": "string",
3
+ "vnfSnapshotPkgId": "string",
4
+ "vnfSnapshot": {
5
+ "id": "string",
6
+ "vnfInstanceId": "string",
7
+ "creationStartedAt": "string",
8
+ "creationFinishedAt": "string",
9
+ "vnfdId": "string",
10
+ "vnfInstance": {
11
+ "id": "string",
12
+ "vnfInstanceName": "string",
13
+ "vnfInstanceDescription": "string",
14
+ "vnfdId": "string",
15
+ "vnfProvider": "string",
16
+ "vnfProductName": "string",
17
+ "vnfSoftwareVersion": "string",
18
+ "vnfdVersion": "string",
19
+ "vnfConfigurableProperties": {},
20
+ "instantiationState": "INSTANTIATED",
21
+ "instantiatedVnfInfo": {
22
+ "flavourId": "string",
23
+ "vnfState": "STOPPED",
24
+ "scaleStatus": [
25
+ {
26
+ "aspectId": "string",
27
+ "vnfdId": "string",
28
+ "scaleLevel": 1
29
+ },
30
+ {
31
+ "aspectId": "string",
32
+ "vnfdId": "string",
33
+ "scaleLevel": 10
34
+ }
35
+ ],
36
+ "maxScaleLevels": [
37
+ {
38
+ "aspectId": "string",
39
+ "vnfdId": "string",
40
+ "scaleLevel": 4
41
+ },
42
+ {
43
+ "aspectId": "string",
44
+ "vnfdId": "string",
45
+ "scaleLevel": 7
46
+ },
47
+ {
48
+ "aspectId": "string",
49
+ "vnfdId": "string",
50
+ "scaleLevel": 9
51
+ },
52
+ {
53
+ "aspectId": "string",
54
+ "vnfdId": "string",
55
+ "scaleLevel": 6
56
+ },
57
+ {
58
+ "aspectId": "string",
59
+ "vnfdId": "string",
60
+ "scaleLevel": 4
61
+ },
62
+ {
63
+ "aspectId": "string",
64
+ "vnfdId": "string",
65
+ "scaleLevel": 4
66
+ },
67
+ {
68
+ "aspectId": "string",
69
+ "vnfdId": "string",
70
+ "scaleLevel": 10
71
+ },
72
+ {
73
+ "aspectId": "string",
74
+ "vnfdId": "string",
75
+ "scaleLevel": 7
76
+ }
77
+ ],
78
+ "extCpInfo": [
79
+ {
80
+ "id": "string",
81
+ "cpdId": "string",
82
+ "cpConfigId": "string",
83
+ "vnfdId": "string",
84
+ "cpProtocolInfo": [
85
+ {
86
+ "layerProtocol": "IP_OVER_ETHERNET",
87
+ "ipOverEthernet": {
88
+ "macAddress": "string",
89
+ "segmentationId": "string",
90
+ "ipAddresses": [
91
+ {
92
+ "type": "IPV6",
93
+ "addresses": [
94
+ "string",
95
+ "string",
96
+ "string",
97
+ "string",
98
+ "string",
99
+ "string",
100
+ "string",
101
+ "string",
102
+ "string"
103
+ ],
104
+ "isDynamic": true,
105
+ "addressRange": {
106
+ "minAddress": "string",
107
+ "maxAddress": "string"
108
+ },
109
+ "subnetId": "string"
110
+ },
111
+ {
112
+ "type": "IPV6",
113
+ "addresses": [
114
+ "string",
115
+ "string",
116
+ "string",
117
+ "string",
118
+ "string",
119
+ "string",
120
+ "string",
121
+ "string",
122
+ "string"
123
+ ],
124
+ "isDynamic": false,
125
+ "addressRange": {
126
+ "minAddress": "string",
127
+ "maxAddress": "string"
128
+ },
129
+ "subnetId": "string"
130
+ },
131
+ {
132
+ "type": "IPV6",
133
+ "addresses": [
134
+ "string",
135
+ "string",
136
+ "string",
137
+ "string",
138
+ "string"
139
+ ],
140
+ "isDynamic": false,
141
+ "addressRange": {
142
+ "minAddress": "string",
143
+ "maxAddress": "string"
144
+ },
145
+ "subnetId": "string"
146
+ },
147
+ {
148
+ "type": "IPV6",
149
+ "addresses": [
150
+ "string",
151
+ "string"
152
+ ],
153
+ "isDynamic": true,
154
+ "addressRange": {
155
+ "minAddress": "string",
156
+ "maxAddress": "string"
157
+ },
158
+ "subnetId": "string"
159
+ }
160
+ ]
161
+ }
162
+ },
163
+ {
164
+ "layerProtocol": "IP_OVER_ETHERNET",
165
+ "ipOverEthernet": {
166
+ "macAddress": "string",
167
+ "segmentationId": "string",
168
+ "ipAddresses": [
169
+ {
170
+ "type": "IPV4",
171
+ "addresses": [
172
+ "string",
173
+ "string",
174
+ "string",
175
+ "string",
176
+ "string",
177
+ "string",
178
+ "string",
179
+ "string"
180
+ ],
181
+ "isDynamic": true,
182
+ "addressRange": {
183
+ "minAddress": "string",
184
+ "maxAddress": "string"
185
+ },
186
+ "subnetId": "string"
187
+ }
188
+ ]
189
+ }
190
+ },
191
+ {
192
+ "layerProtocol": "IP_OVER_ETHERNET",
193
+ "ipOverEthernet": {
194
+ "macAddress": "string",
195
+ "segmentationId": "string",
196
+ "ipAddresses": [
197
+ {
198
+ "type": "IPV4",
199
+ "addresses": [
200
+ "string",
201
+ "string",
202
+ "string"
203
+ ],
204
+ "isDynamic": false,
205
+ "addressRange": {
206
+ "minAddress": "string",
207
+ "maxAddress": "string"
208
+ },
209
+ "subnetId": "string"
210
+ },
211
+ {
212
+ "type": "IPV4",
213
+ "addresses": [
214
+ "string",
215
+ "string",
216
+ "string",
217
+ "string",
218
+ "string"
219
+ ],
220
+ "isDynamic": true,
221
+ "addressRange": {
222
+ "minAddress": "string",
223
+ "maxAddress": "string"
224
+ },
225
+ "subnetId": "string"
226
+ },
227
+ {
228
+ "type": "IPV4",
229
+ "addresses": [
230
+ "string",
231
+ "string",
232
+ "string"
233
+ ],
234
+ "isDynamic": true,
235
+ "addressRange": {
236
+ "minAddress": "string",
237
+ "maxAddress": "string"
238
+ },
239
+ "subnetId": "string"
240
+ },
241
+ {
242
+ "type": "IPV4",
243
+ "addresses": [
244
+ "string",
245
+ "string",
246
+ "string",
247
+ "string",
248
+ "string",
249
+ "string",
250
+ "string",
251
+ "string"
252
+ ],
253
+ "isDynamic": false,
254
+ "addressRange": {
255
+ "minAddress": "string",
256
+ "maxAddress": "string"
257
+ },
258
+ "subnetId": "string"
259
+ },
260
+ {
261
+ "type": "IPV4",
262
+ "addresses": [
263
+ "string"
264
+ ],
265
+ "isDynamic": false,
266
+ "addressRange": {
267
+ "minAddress": "string",
268
+ "maxAddress": "string"
269
+ },
270
+ "subnetId": "string"
271
+ }
272
+ ]
273
+ }
274
+ },
275
+ {
276
+ "layerProtocol": "IP_OVER_ETHERNET",
277
+ "ipOverEthernet": {
278
+ "macAddress": "string",
279
+ "segmentationId": "string",
280
+ "ipAddresses": [
281
+ {
282
+ "type": "IPV4",
283
+ "addresses": [
284
+ "string",
285
+ "string",
286
+ "string"
287
+ ],
288
+ "isDynamic": false,
289
+ "addressRange": {
290
+ "minAddress": "string",
291
+ "maxAddress": "string"
292
+ },
293
+ "subnetId": "string"
294
+ },
295
+ {
296
+ "type": "IPV4",
297
+ "addresses": [
298
+ "string",
299
+ "string",
300
+ "string",
301
+ "string",
302
+ "string",
303
+ "string",
304
+ "string"
305
+ ],
306
+ "isDynamic": true,
307
+ "addressRange": {
308
+ "minAddress": "string",
309
+ "maxAddress": "string"
310
+ },
311
+ "subnetId": "string"
312
+ },
313
+ {
314
+ "type": "IPV4",
315
+ "addresses": [
316
+ "string",
317
+ "string",
318
+ "string",
319
+ "string",
320
+ "string",
321
+ "string",
322
+ "string",
323
+ "string",
324
+ "string",
325
+ "string"
326
+ ],
327
+ "isDynamic": true,
328
+ "addressRange": {
329
+ "minAddress": "string",
330
+ "maxAddress": "string"
331
+ },
332
+ "subnetId": "string"
333
+ },
334
+ {
335
+ "type": "IPV4",
336
+ "addresses": [
337
+ "string",
338
+ "string",
339
+ "string"
340
+ ],
341
+ "isDynamic": true,
342
+ "addressRange": {
343
+ "minAddress": "string",
344
+ "maxAddress": "string"
345
+ },
346
+ "subnetId": "string"
347
+ },
348
+ {
349
+ "type": "IPV6",
350
+ "addresses": [
351
+ "string",
352
+ "string",
353
+ "string",
354
+ "string"
355
+ ],
356
+ "isDynamic": false,
357
+ "addressRange": {
358
+ "minAddress": "string",
359
+ "maxAddress": "string"
360
+ },
361
+ "subnetId": "string"
362
+ },
363
+ {
364
+ "type": "IPV6",
365
+ "addresses": [
366
+ "string"
367
+ ],
368
+ "isDynamic": true,
369
+ "addressRange": {
370
+ "minAddress": "string",
371
+ "maxAddress": "string"
372
+ },
373
+ "subnetId": "string"
374
+ },
375
+ {
376
+ "type": "IPV4",
377
+ "addresses": [
378
+ "string"
379
+ ],
380
+ "isDynamic": true,
381
+ "addressRange": {
382
+ "minAddress": "string",
383
+ "maxAddress": "string"
384
+ },
385
+ "subnetId": "string"
386
+ },
387
+ {
388
+ "type": "IPV4",
389
+ "addresses": [
390
+ "string",
391
+ "string",
392
+ "string",
393
+ "string"
394
+ ],
395
+ "isDynamic": true,
396
+ "addressRange": {
397
+ "minAddress": "string",
398
+ "maxAddress": "string"
399
+ },
400
+ "subnetId": "string"
401
+ }
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "layerProtocol": "IP_OVER_ETHERNET",
407
+ "ipOverEthernet": {
408
+ "macAddress": "string",
409
+ "segmentationId": "string",
410
+ "ipAddresses": [
411
+ {
412
+ "type": "IPV4",
413
+ "addresses": [
414
+ "string",
415
+ "string",
416
+ "string",
417
+ "string"
418
+ ],
419
+ "isDynamic": false,
420
+ "addressRange": {
421
+ "minAddress": "string",
422
+ "maxAddress": "string"
423
+ },
424
+ "subnetId": "string"
425
+ }
426
+ ]
427
+ }
428
+ },
429
+ {
430
+ "layerProtocol": "IP_OVER_ETHERNET",
431
+ "ipOverEthernet": {
432
+ "macAddress": "string",
433
+ "segmentationId": "string",
434
+ "ipAddresses": [
435
+ {
436
+ "type": "IPV6",
437
+ "addresses": [
438
+ "string",
439
+ "string",
440
+ "string",
441
+ "string",
442
+ "string",
443
+ "string",
444
+ "string"
445
+ ],
446
+ "isDynamic": false,
447
+ "addressRange": {
448
+ "minAddress": "string",
449
+ "maxAddress": "string"
450
+ },
451
+ "subnetId": "string"
452
+ },
453
+ {
454
+ "type": "IPV6",
455
+ "addresses": [
456
+ "string",
457
+ "string",
458
+ "string",
459
+ "string",
460
+ "string",
461
+ "string",
462
+ "string",
463
+ "string"
464
+ ],
465
+ "isDynamic": true,
466
+ "addressRange": {
467
+ "minAddress": "string",
468
+ "maxAddress": "string"
469
+ },
470
+ "subnetId": "string"
471
+ },
472
+ {
473
+ "type": "IPV6",
474
+ "addresses": [
475
+ "string",
476
+ "string",
477
+ "string",
478
+ "string",
479
+ "string",
480
+ "string",
481
+ "string",
482
+ "string",
483
+ "string",
484
+ "string"
485
+ ],
486
+ "isDynamic": true,
487
+ "addressRange": {
488
+ "minAddress": "string",
489
+ "maxAddress": "string"
490
+ },
491
+ "subnetId": "string"
492
+ },
493
+ {
494
+ "type": "IPV4",
495
+ "addresses": [
496
+ "string",
497
+ "string",
498
+ "string",
499
+ "string",
500
+ "string",
501
+ "string",
502
+ "string",
503
+ "string",
504
+ "string"
505
+ ],
506
+ "isDynamic": true,
507
+ "addressRange": {
508
+ "minAddress": "string",
509
+ "maxAddress": "string"
510
+ },
511
+ "subnetId": "string"
512
+ }
513
+ ]
514
+ }
515
+ },
516
+ {
517
+ "layerProtocol": "IP_OVER_ETHERNET",
518
+ "ipOverEthernet": {
519
+ "macAddress": "string",
520
+ "segmentationId": "string",
521
+ "ipAddresses": [
522
+ {
523
+ "type": "IPV6",
524
+ "addresses": [
525
+ "string",
526
+ "string",
527
+ "string"
528
+ ],
529
+ "isDynamic": true,
530
+ "addressRange": {
531
+ "minAddress": "string",
532
+ "maxAddress": "string"
533
+ },
534
+ "subnetId": "string"
535
+ }
536
+ ]
537
+ }
538
+ }
539
+ ],
540
+ "extLinkPortId": "string",
541
+ "metadata": {},
542
+ "associatedVnfcCpId": "string",
543
+ "associatedVnfVirtualLinkId": "string"
544
+ },
545
+ {
546
+ "id": "string",
547
+ "cpdId": "string",
548
+ "cpConfigId": "string",
549
+ "vnfdId": "string",
550
+ "cpProtocolInfo": [
551
+ {
552
+ "layerProtocol": "IP_OVER_ETHERNET",
553
+ "ipOverEthernet": {
554
+ "macAddress": "string",
555
+ "segmentationId": "string",
556
+ "ipAddresses": [
557
+ {
558
+ "type": "IPV6",
559
+ "addresses": [
560
+ "string",
561
+ "string",
562
+ "string",
563
+ "string"
564
+ ],
565
+ "isDynamic": true,
566
+ "addressRange": {
567
+ "minAddress": "string",
568
+ "maxAddress": "string"
569
+ },
570
+ "subnetId": "string"
571
+ },
572
+ {
573
+ "type": "IPV6",
574
+ "addresses": [
575
+ "string",
576
+ "string",
577
+ "string",
578
+ "string",
579
+ "string"
580
+ ],
581
+ "isDynamic": true,
582
+ "addressRange": {
583
+ "minAddress": "string",
584
+ "maxAddress": "string"
585
+ },
586
+ "subnetId": "string"
587
+ },
588
+ {
589
+ "type": "IPV6",
590
+ "addresses": [
591
+ "string",
592
+ "string",
593
+ "string",
594
+ "string",
595
+ "string",
596
+ "string",
597
+ "string",
598
+ "string"
599
+ ],
600
+ "isDynamic": false,
601
+ "addressRange": {
602
+ "minAddress": "string",
603
+ "maxAddress": "string"
604
+ },
605
+ "subnetId": "string"
606
+ },
607
+ {
608
+ "type": "IPV4",
609
+ "addresses": [
610
+ "string",
611
+ "string",
612
+ "string",
613
+ "string",
614
+ "string",
615
+ "string",
616
+ "string"
617
+ ],
618
+ "isDynamic": false,
619
+ "addressRange": {
620
+ "minAddress": "string",
621
+ "maxAddress": "string"
622
+ },
623
+ "subnetId": "string"
624
+ },
625
+ {
626
+ "type": "IPV6",
627
+ "addresses": [
628
+ "string",
629
+ "string",
630
+ "string"
631
+ ],
632
+ "isDynamic": true,
633
+ "addressRange": {
634
+ "minAddress": "string",
635
+ "maxAddress": "string"
636
+ },
637
+ "subnetId": "string"
638
+ },
639
+ {
640
+ "type": "IPV4",
641
+ "addresses": [
642
+ "string",
643
+ "string",
644
+ "string",
645
+ "string"
646
+ ],
647
+ "isDynamic": true,
648
+ "addressRange": {
649
+ "minAddress": "string",
650
+ "maxAddress": "string"
651
+ },
652
+ "subnetId": "string"
653
+ },
654
+ {
655
+ "type": "IPV4",
656
+ "addresses": [
657
+ "string",
658
+ "string",
659
+ "string",
660
+ "string",
661
+ "string",
662
+ "string",
663
+ "string"
664
+ ],
665
+ "isDynamic": false,
666
+ "addressRange": {
667
+ "minAddress": "string",
668
+ "maxAddress": "string"
669
+ },
670
+ "subnetId": "string"
671
+ },
672
+ {
673
+ "type": "IPV6",
674
+ "addresses": [
675
+ "string",
676
+ "string",
677
+ "string",
678
+ "string",
679
+ "string",
680
+ "string",
681
+ "string",
682
+ "string",
683
+ "string",
684
+ "string"
685
+ ],
686
+ "isDynamic": true,
687
+ "addressRange": {
688
+ "minAddress": "string",
689
+ "maxAddress": "string"
690
+ },
691
+ "subnetId": "string"
692
+ },
693
+ {
694
+ "type": "IPV6",
695
+ "addresses": [
696
+ "string",
697
+ "string",
698
+ "string",
699
+ "string",
700
+ "string",
701
+ "string"
702
+ ],
703
+ "isDynamic": true,
704
+ "addressRange": {
705
+ "minAddress": "string",
706
+ "maxAddress": "string"
707
+ },
708
+ "subnetId": "string"
709
+ },
710
+ {
711
+ "type": "IPV4",
712
+ "addresses": [
713
+ "string",
714
+ "string",
715
+ "string",
716
+ "string",
717
+ "string",
718
+ "string",
719
+ "string",
720
+ "string"
721
+ ],
722
+ "isDynamic": true,
723
+ "addressRange": {
724
+ "minAddress": "string",
725
+ "maxAddress": "string"
726
+ },
727
+ "subnetId": "string"
728
+ }
729
+ ]
730
+ }
731
+ },
732
+ {
733
+ "layerProtocol": "IP_OVER_ETHERNET",
734
+ "ipOverEthernet": {
735
+ "macAddress": "string",
736
+ "segmentationId": "string",
737
+ "ipAddresses": [
738
+ {
739
+ "type": "IPV6",
740
+ "addresses": [
741
+ "string",
742
+ "string",
743
+ "string",
744
+ "string",
745
+ "string",
746
+ "string",
747
+ "string"
748
+ ],
749
+ "isDynamic": false,
750
+ "addressRange": {
751
+ "minAddress": "string",
752
+ "maxAddress": "string"
753
+ },
754
+ "subnetId": "string"
755
+ },
756
+ {
757
+ "type": "IPV4",
758
+ "addresses": [
759
+ "string",
760
+ "string",
761
+ "string",
762
+ "string",
763
+ "string",
764
+ "string",
765
+ "string"
766
+ ],
767
+ "isDynamic": false,
768
+ "addressRange": {
769
+ "minAddress": "string",
770
+ "maxAddress": "string"
771
+ },
772
+ "subnetId": "string"
773
+ },
774
+ {
775
+ "type": "IPV4",
776
+ "addresses": [
777
+ "string",
778
+ "string",
779
+ "string",
780
+ "string",
781
+ "string"
782
+ ],
783
+ "isDynamic": true,
784
+ "addressRange": {
785
+ "minAddress": "string",
786
+ "maxAddress": "string"
787
+ },
788
+ "subnetId": "string"
789
+ },
790
+ {
791
+ "type": "IPV4",
792
+ "addresses": [
793
+ "string",
794
+ "string",
795
+ "string"
796
+ ],
797
+ "isDynamic": true,
798
+ "addressRange": {
799
+ "minAddress": "string",
800
+ "maxAddress": "string"
801
+ },
802
+ "subnetId": "string"
803
+ },
804
+ {
805
+ "type": "IPV4",
806
+ "addresses": [
807
+ "string",
808
+ "string",
809
+ "string",
810
+ "string",
811
+ "string",
812
+ "string",
813
+ "string",
814
+ "string",
815
+ "string",
816
+ "string"
817
+ ],
818
+ "isDynamic": true,
819
+ "addressRange": {
820
+ "minAddress": "string",
821
+ "maxAddress": "string"
822
+ },
823
+ "subnetId": "string"
824
+ },
825
+ {
826
+ "type": "IPV4",
827
+ "addresses": [
828
+ "string",
829
+ "string",
830
+ "string",
831
+ "string",
832
+ "string",
833
+ "string",
834
+ "string",
835
+ "string",
836
+ "string"
837
+ ],
838
+ "isDynamic": false,
839
+ "addressRange": {
840
+ "minAddress": "string",
841
+ "maxAddress": "string"
842
+ },
843
+ "subnetId": "string"
844
+ },
845
+ {
846
+ "type": "IPV4",
847
+ "addresses": [
848
+ "string",
849
+ "string",
850
+ "string",
851
+ "string",
852
+ "string",
853
+ "string",
854
+ "string"
855
+ ],
856
+ "isDynamic": false,
857
+ "addressRange": {
858
+ "minAddress": "string",
859
+ "maxAddress": "string"
860
+ },
861
+ "subnetId": "string"
862
+ },
863
+ {
864
+ "type": "IPV4",
865
+ "addresses": [
866
+ "string",
867
+ "string",
868
+ "string",
869
+ "string"
870
+ ],
871
+ "isDynamic": false,
872
+ "addressRange": {
873
+ "minAddress": "string",
874
+ "maxAddress": "string"
875
+ },
876
+ "subnetId": "string"
877
+ }
878
+ ]
879
+ }
880
+ },
881
+ {
882
+ "layerProtocol": "IP_OVER_ETHERNET",
883
+ "ipOverEthernet": {
884
+ "macAddress": "string",
885
+ "segmentationId": "string",
886
+ "ipAddresses": [
887
+ {
888
+ "type": "IPV4",
889
+ "addresses": [
890
+ "string",
891
+ "string",
892
+ "string",
893
+ "string",
894
+ "string",
895
+ "string",
896
+ "string"
897
+ ],
898
+ "isDynamic": false,
899
+ "addressRange": {
900
+ "minAddress": "string",
901
+ "maxAddress": "string"
902
+ },
903
+ "subnetId": "string"
904
+ },
905
+ {
906
+ "type": "IPV4",
907
+ "addresses": [
908
+ "string",
909
+ "string",
910
+ "string",
911
+ "string",
912
+ "string",
913
+ "string",
914
+ "string",
915
+ "string"
916
+ ],
917
+ "isDynamic": false,
918
+ "addressRange": {
919
+ "minAddress": "string",
920
+ "maxAddress": "string"
921
+ },
922
+ "subnetId": "string"
923
+ },
924
+ {
925
+ "type": "IPV6",
926
+ "addresses": [
927
+ "string",
928
+ "string",
929
+ "string",
930
+ "string",
931
+ "string",
932
+ "string",
933
+ "string",
934
+ "string",
935
+ "string"
936
+ ],
937
+ "isDynamic": true,
938
+ "addressRange": {
939
+ "minAddress": "string",
940
+ "maxAddress": "string"
941
+ },
942
+ "subnetId": "string"
943
+ }
944
+ ]
945
+ }
946
+ },
947
+ {
948
+ "layerProtocol": "IP_OVER_ETHERNET",
949
+ "ipOverEthernet": {
950
+ "macAddress": "string",
951
+ "segmentationId": "string",
952
+ "ipAddresses": [
953
+ {
954
+ "type": "IPV4",
955
+ "addresses": [
956
+ "string",
957
+ "string",
958
+ "string",
959
+ "string",
960
+ "string"
961
+ ],
962
+ "isDynamic": true,
963
+ "addressRange": {
964
+ "minAddress": "string",
965
+ "maxAddress": "string"
966
+ },
967
+ "subnetId": "string"
968
+ },
969
+ {
970
+ "type": "IPV6",
971
+ "addresses": [
972
+ "string",
973
+ "string",
974
+ "string",
975
+ "string",
976
+ "string",
977
+ "string"
978
+ ],
979
+ "isDynamic": false,
980
+ "addressRange": {
981
+ "minAddress": "string",
982
+ "maxAddress": "string"
983
+ },
984
+ "subnetId": "string"
985
+ },
986
+ {
987
+ "type": "IPV6",
988
+ "addresses": [
989
+ "string",
990
+ "string",
991
+ "string",
992
+ "string",
993
+ "string",
994
+ "string",
995
+ "string",
996
+ "string",
997
+ "string"
998
+ ],
999
+ "isDynamic": false,
1000
+ "addressRange": {
1001
+ "minAddress": "string",
1002
+ "maxAddress": "string"
1003
+ },
1004
+ "subnetId": "string"
1005
+ },
1006
+ {
1007
+ "type": "IPV6",
1008
+ "addresses": [
1009
+ "string",
1010
+ "string",
1011
+ "string",
1012
+ "string"
1013
+ ],
1014
+ "isDynamic": false,
1015
+ "addressRange": {
1016
+ "minAddress": "string",
1017
+ "maxAddress": "string"
1018
+ },
1019
+ "subnetId": "string"
1020
+ },
1021
+ {
1022
+ "type": "IPV6",
1023
+ "addresses": [
1024
+ "string",
1025
+ "string"
1026
+ ],
1027
+ "isDynamic": true,
1028
+ "addressRange": {
1029
+ "minAddress": "string",
1030
+ "maxAddress": "string"
1031
+ },
1032
+ "subnetId": "string"
1033
+ }
1034
+ ]
1035
+ }
1036
+ },
1037
+ {
1038
+ "layerProtocol": "IP_OVER_ETHERNET",
1039
+ "ipOverEthernet": {
1040
+ "macAddress": "string",
1041
+ "segmentationId": "string",
1042
+ "ipAddresses": [
1043
+ {
1044
+ "type": "IPV4",
1045
+ "addresses": [
1046
+ "string",
1047
+ "string",
1048
+ "string"
1049
+ ],
1050
+ "isDynamic": true,
1051
+ "addressRange": {
1052
+ "minAddress": "string",
1053
+ "maxAddress": "string"
1054
+ },
1055
+ "subnetId": "string"
1056
+ },
1057
+ {
1058
+ "type": "IPV4",
1059
+ "addresses": [
1060
+ "string",
1061
+ "string",
1062
+ "string"
1063
+ ],
1064
+ "isDynamic": false,
1065
+ "addressRange": {
1066
+ "minAddress": "string",
1067
+ "maxAddress": "string"
1068
+ },
1069
+ "subnetId": "string"
1070
+ },
1071
+ {
1072
+ "type": "IPV4",
1073
+ "addresses": [
1074
+ "string",
1075
+ "string",
1076
+ "string"
1077
+ ],
1078
+ "isDynamic": true,
1079
+ "addressRange": {
1080
+ "minAddress": "string",
1081
+ "maxAddress": "string"
1082
+ },
1083
+ "subnetId": "string"
1084
+ },
1085
+ {
1086
+ "type": "IPV4",
1087
+ "addresses": [
1088
+ "string",
1089
+ "string",
1090
+ "string",
1091
+ "string",
1092
+ "string",
1093
+ "string",
1094
+ "string",
1095
+ "string",
1096
+ "string",
1097
+ "string"
1098
+ ],
1099
+ "isDynamic": true,
1100
+ "addressRange": {
1101
+ "minAddress": "string",
1102
+ "maxAddress": "string"
1103
+ },
1104
+ "subnetId": "string"
1105
+ },
1106
+ {
1107
+ "type": "IPV6",
1108
+ "addresses": [
1109
+ "string",
1110
+ "string",
1111
+ "string"
1112
+ ],
1113
+ "isDynamic": false,
1114
+ "addressRange": {
1115
+ "minAddress": "string",
1116
+ "maxAddress": "string"
1117
+ },
1118
+ "subnetId": "string"
1119
+ },
1120
+ {
1121
+ "type": "IPV6",
1122
+ "addresses": [
1123
+ "string",
1124
+ "string"
1125
+ ],
1126
+ "isDynamic": true,
1127
+ "addressRange": {
1128
+ "minAddress": "string",
1129
+ "maxAddress": "string"
1130
+ },
1131
+ "subnetId": "string"
1132
+ },
1133
+ {
1134
+ "type": "IPV6",
1135
+ "addresses": [
1136
+ "string",
1137
+ "string",
1138
+ "string",
1139
+ "string",
1140
+ "string",
1141
+ "string",
1142
+ "string",
1143
+ "string"
1144
+ ],
1145
+ "isDynamic": true,
1146
+ "addressRange": {
1147
+ "minAddress": "string",
1148
+ "maxAddress": "string"
1149
+ },
1150
+ "subnetId": "string"
1151
+ },
1152
+ {
1153
+ "type": "IPV4",
1154
+ "addresses": [
1155
+ "string",
1156
+ "string",
1157
+ "string",
1158
+ "string",
1159
+ "string"
1160
+ ],
1161
+ "isDynamic": false,
1162
+ "addressRange": {
1163
+ "minAddress": "string",
1164
+ "maxAddress": "string"
1165
+ },
1166
+ "subnetId": "string"
1167
+ },
1168
+ {
1169
+ "type": "IPV6",
1170
+ "addresses": [
1171
+ "string",
1172
+ "string"
1173
+ ],
1174
+ "isDynamic": true,
1175
+ "addressRange": {
1176
+ "minAddress": "string",
1177
+ "maxAddress": "string"
1178
+ },
1179
+ "subnetId": "string"
1180
+ },
1181
+ {
1182
+ "type": "IPV4",
1183
+ "addresses": [
1184
+ "string",
1185
+ "string"
1186
+ ],
1187
+ "isDynamic": true,
1188
+ "addressRange": {
1189
+ "minAddress": "string",
1190
+ "maxAddress": "string"
1191
+ },
1192
+ "subnetId": "string"
1193
+ }
1194
+ ]
1195
+ }
1196
+ }
1197
+ ],
1198
+ "extLinkPortId": "string",
1199
+ "metadata": {},
1200
+ "associatedVnfcCpId": "string",
1201
+ "associatedVnfVirtualLinkId": "string"
1202
+ },
1203
+ {
1204
+ "id": "string",
1205
+ "cpdId": "string",
1206
+ "cpConfigId": "string",
1207
+ "vnfdId": "string",
1208
+ "cpProtocolInfo": [
1209
+ {
1210
+ "layerProtocol": "IP_OVER_ETHERNET",
1211
+ "ipOverEthernet": {
1212
+ "macAddress": "string",
1213
+ "segmentationId": "string",
1214
+ "ipAddresses": [
1215
+ {
1216
+ "type": "IPV6",
1217
+ "addresses": [
1218
+ "string",
1219
+ "string",
1220
+ "string",
1221
+ "string"
1222
+ ],
1223
+ "isDynamic": false,
1224
+ "addressRange": {
1225
+ "minAddress": "string",
1226
+ "maxAddress": "string"
1227
+ },
1228
+ "subnetId": "string"
1229
+ },
1230
+ {
1231
+ "type": "IPV6",
1232
+ "addresses": [
1233
+ "string",
1234
+ "string",
1235
+ "string",
1236
+ "string",
1237
+ "string",
1238
+ "string",
1239
+ "string",
1240
+ "string"
1241
+ ],
1242
+ "isDynamic": true,
1243
+ "addressRange": {
1244
+ "minAddress": "string",
1245
+ "maxAddress": "string"
1246
+ },
1247
+ "subnetId": "string"
1248
+ },
1249
+ {
1250
+ "type": "IPV6",
1251
+ "addresses": [
1252
+ "string",
1253
+ "string",
1254
+ "string"
1255
+ ],
1256
+ "isDynamic": false,
1257
+ "addressRange": {
1258
+ "minAddress": "string",
1259
+ "maxAddress": "string"
1260
+ },
1261
+ "subnetId": "string"
1262
+ },
1263
+ {
1264
+ "type": "IPV6",
1265
+ "addresses": [
1266
+ "string",
1267
+ "string",
1268
+ "string",
1269
+ "string",
1270
+ "string",
1271
+ "string",
1272
+ "string",
1273
+ "string",
1274
+ "string",
1275
+ "string"
1276
+ ],
1277
+ "isDynamic": true,
1278
+ "addressRange": {
1279
+ "minAddress": "string",
1280
+ "maxAddress": "string"
1281
+ },
1282
+ "subnetId": "string"
1283
+ }
1284
+ ]
1285
+ }
1286
+ },
1287
+ {
1288
+ "layerProtocol": "IP_OVER_ETHERNET",
1289
+ "ipOverEthernet": {
1290
+ "macAddress": "string",
1291
+ "segmentationId": "string",
1292
+ "ipAddresses": [
1293
+ {
1294
+ "type": "IPV4",
1295
+ "addresses": [
1296
+ "string",
1297
+ "string",
1298
+ "string",
1299
+ "string"
1300
+ ],
1301
+ "isDynamic": false,
1302
+ "addressRange": {
1303
+ "minAddress": "string",
1304
+ "maxAddress": "string"
1305
+ },
1306
+ "subnetId": "string"
1307
+ },
1308
+ {
1309
+ "type": "IPV4",
1310
+ "addresses": [
1311
+ "string",
1312
+ "string",
1313
+ "string",
1314
+ "string",
1315
+ "string",
1316
+ "string",
1317
+ "string",
1318
+ "string",
1319
+ "string"
1320
+ ],
1321
+ "isDynamic": true,
1322
+ "addressRange": {
1323
+ "minAddress": "string",
1324
+ "maxAddress": "string"
1325
+ },
1326
+ "subnetId": "string"
1327
+ },
1328
+ {
1329
+ "type": "IPV4",
1330
+ "addresses": [
1331
+ "string",
1332
+ "string",
1333
+ "string",
1334
+ "string",
1335
+ "string"
1336
+ ],
1337
+ "isDynamic": false,
1338
+ "addressRange": {
1339
+ "minAddress": "string",
1340
+ "maxAddress": "string"
1341
+ },
1342
+ "subnetId": "string"
1343
+ },
1344
+ {
1345
+ "type": "IPV6",
1346
+ "addresses": [
1347
+ "string",
1348
+ "string"
1349
+ ],
1350
+ "isDynamic": false,
1351
+ "addressRange": {
1352
+ "minAddress": "string",
1353
+ "maxAddress": "string"
1354
+ },
1355
+ "subnetId": "string"
1356
+ }
1357
+ ]
1358
+ }
1359
+ }
1360
+ ],
1361
+ "extLinkPortId": "string",
1362
+ "metadata": {},
1363
+ "associatedVnfcCpId": "string",
1364
+ "associatedVnfVirtualLinkId": "string"
1365
+ }
1366
+ ],
1367
+ "extVirtualLinkInfo": [
1368
+ {
1369
+ "id": "string",
1370
+ "resourceHandle": {
1371
+ "vimConnectionId": "string",
1372
+ "resourceProviderId": "string",
1373
+ "resourceId": "string",
1374
+ "vimLevelResourceType": "string"
1375
+ },
1376
+ "extLinkPorts": [
1377
+ {
1378
+ "id": "string",
1379
+ "resourceHandle": {
1380
+ "vimConnectionId": "string",
1381
+ "resourceProviderId": "string",
1382
+ "resourceId": "string",
1383
+ "vimLevelResourceType": "string"
1384
+ },
1385
+ "cpInstanceId": "string"
1386
+ },
1387
+ {
1388
+ "id": "string",
1389
+ "resourceHandle": {
1390
+ "vimConnectionId": "string",
1391
+ "resourceProviderId": "string",
1392
+ "resourceId": "string",
1393
+ "vimLevelResourceType": "string"
1394
+ },
1395
+ "cpInstanceId": "string"
1396
+ },
1397
+ {
1398
+ "id": "string",
1399
+ "resourceHandle": {
1400
+ "vimConnectionId": "string",
1401
+ "resourceProviderId": "string",
1402
+ "resourceId": "string",
1403
+ "vimLevelResourceType": "string"
1404
+ },
1405
+ "cpInstanceId": "string"
1406
+ },
1407
+ {
1408
+ "id": "string",
1409
+ "resourceHandle": {
1410
+ "vimConnectionId": "string",
1411
+ "resourceProviderId": "string",
1412
+ "resourceId": "string",
1413
+ "vimLevelResourceType": "string"
1414
+ },
1415
+ "cpInstanceId": "string"
1416
+ },
1417
+ {
1418
+ "id": "string",
1419
+ "resourceHandle": {
1420
+ "vimConnectionId": "string",
1421
+ "resourceProviderId": "string",
1422
+ "resourceId": "string",
1423
+ "vimLevelResourceType": "string"
1424
+ },
1425
+ "cpInstanceId": "string"
1426
+ }
1427
+ ],
1428
+ "currentVnfExtCpData": [
1429
+ {
1430
+ "cpdId": "string",
1431
+ "cpConfig": {}
1432
+ },
1433
+ {
1434
+ "cpdId": "string",
1435
+ "cpConfig": {}
1436
+ },
1437
+ {
1438
+ "cpdId": "string",
1439
+ "cpConfig": {}
1440
+ },
1441
+ {
1442
+ "cpdId": "string",
1443
+ "cpConfig": {}
1444
+ },
1445
+ {
1446
+ "cpdId": "string",
1447
+ "cpConfig": {}
1448
+ },
1449
+ {
1450
+ "cpdId": "string",
1451
+ "cpConfig": {}
1452
+ }
1453
+ ]
1454
+ },
1455
+ {
1456
+ "id": "string",
1457
+ "resourceHandle": {
1458
+ "vimConnectionId": "string",
1459
+ "resourceProviderId": "string",
1460
+ "resourceId": "string",
1461
+ "vimLevelResourceType": "string"
1462
+ },
1463
+ "extLinkPorts": [
1464
+ {
1465
+ "id": "string",
1466
+ "resourceHandle": {
1467
+ "vimConnectionId": "string",
1468
+ "resourceProviderId": "string",
1469
+ "resourceId": "string",
1470
+ "vimLevelResourceType": "string"
1471
+ },
1472
+ "cpInstanceId": "string"
1473
+ },
1474
+ {
1475
+ "id": "string",
1476
+ "resourceHandle": {
1477
+ "vimConnectionId": "string",
1478
+ "resourceProviderId": "string",
1479
+ "resourceId": "string",
1480
+ "vimLevelResourceType": "string"
1481
+ },
1482
+ "cpInstanceId": "string"
1483
+ },
1484
+ {
1485
+ "id": "string",
1486
+ "resourceHandle": {
1487
+ "vimConnectionId": "string",
1488
+ "resourceProviderId": "string",
1489
+ "resourceId": "string",
1490
+ "vimLevelResourceType": "string"
1491
+ },
1492
+ "cpInstanceId": "string"
1493
+ },
1494
+ {
1495
+ "id": "string",
1496
+ "resourceHandle": {
1497
+ "vimConnectionId": "string",
1498
+ "resourceProviderId": "string",
1499
+ "resourceId": "string",
1500
+ "vimLevelResourceType": "string"
1501
+ },
1502
+ "cpInstanceId": "string"
1503
+ },
1504
+ {
1505
+ "id": "string",
1506
+ "resourceHandle": {
1507
+ "vimConnectionId": "string",
1508
+ "resourceProviderId": "string",
1509
+ "resourceId": "string",
1510
+ "vimLevelResourceType": "string"
1511
+ },
1512
+ "cpInstanceId": "string"
1513
+ },
1514
+ {
1515
+ "id": "string",
1516
+ "resourceHandle": {
1517
+ "vimConnectionId": "string",
1518
+ "resourceProviderId": "string",
1519
+ "resourceId": "string",
1520
+ "vimLevelResourceType": "string"
1521
+ },
1522
+ "cpInstanceId": "string"
1523
+ }
1524
+ ],
1525
+ "currentVnfExtCpData": [
1526
+ {
1527
+ "cpdId": "string",
1528
+ "cpConfig": {}
1529
+ },
1530
+ {
1531
+ "cpdId": "string",
1532
+ "cpConfig": {}
1533
+ },
1534
+ {
1535
+ "cpdId": "string",
1536
+ "cpConfig": {}
1537
+ },
1538
+ {
1539
+ "cpdId": "string",
1540
+ "cpConfig": {}
1541
+ }
1542
+ ]
1543
+ },
1544
+ {
1545
+ "id": "string",
1546
+ "resourceHandle": {
1547
+ "vimConnectionId": "string",
1548
+ "resourceProviderId": "string",
1549
+ "resourceId": "string",
1550
+ "vimLevelResourceType": "string"
1551
+ },
1552
+ "extLinkPorts": [
1553
+ {
1554
+ "id": "string",
1555
+ "resourceHandle": {
1556
+ "vimConnectionId": "string",
1557
+ "resourceProviderId": "string",
1558
+ "resourceId": "string",
1559
+ "vimLevelResourceType": "string"
1560
+ },
1561
+ "cpInstanceId": "string"
1562
+ }
1563
+ ],
1564
+ "currentVnfExtCpData": [
1565
+ {
1566
+ "cpdId": "string",
1567
+ "cpConfig": {}
1568
+ },
1569
+ {
1570
+ "cpdId": "string",
1571
+ "cpConfig": {}
1572
+ },
1573
+ {
1574
+ "cpdId": "string",
1575
+ "cpConfig": {}
1576
+ },
1577
+ {
1578
+ "cpdId": "string",
1579
+ "cpConfig": {}
1580
+ },
1581
+ {
1582
+ "cpdId": "string",
1583
+ "cpConfig": {}
1584
+ },
1585
+ {
1586
+ "cpdId": "string",
1587
+ "cpConfig": {}
1588
+ },
1589
+ {
1590
+ "cpdId": "string",
1591
+ "cpConfig": {}
1592
+ },
1593
+ {
1594
+ "cpdId": "string",
1595
+ "cpConfig": {}
1596
+ },
1597
+ {
1598
+ "cpdId": "string",
1599
+ "cpConfig": {}
1600
+ }
1601
+ ]
1602
+ },
1603
+ {
1604
+ "id": "string",
1605
+ "resourceHandle": {
1606
+ "vimConnectionId": "string",
1607
+ "resourceProviderId": "string",
1608
+ "resourceId": "string",
1609
+ "vimLevelResourceType": "string"
1610
+ },
1611
+ "extLinkPorts": [
1612
+ {
1613
+ "id": "string",
1614
+ "resourceHandle": {
1615
+ "vimConnectionId": "string",
1616
+ "resourceProviderId": "string",
1617
+ "resourceId": "string",
1618
+ "vimLevelResourceType": "string"
1619
+ },
1620
+ "cpInstanceId": "string"
1621
+ },
1622
+ {
1623
+ "id": "string",
1624
+ "resourceHandle": {
1625
+ "vimConnectionId": "string",
1626
+ "resourceProviderId": "string",
1627
+ "resourceId": "string",
1628
+ "vimLevelResourceType": "string"
1629
+ },
1630
+ "cpInstanceId": "string"
1631
+ },
1632
+ {
1633
+ "id": "string",
1634
+ "resourceHandle": {
1635
+ "vimConnectionId": "string",
1636
+ "resourceProviderId": "string",
1637
+ "resourceId": "string",
1638
+ "vimLevelResourceType": "string"
1639
+ },
1640
+ "cpInstanceId": "string"
1641
+ },
1642
+ {
1643
+ "id": "string",
1644
+ "resourceHandle": {
1645
+ "vimConnectionId": "string",
1646
+ "resourceProviderId": "string",
1647
+ "resourceId": "string",
1648
+ "vimLevelResourceType": "string"
1649
+ },
1650
+ "cpInstanceId": "string"
1651
+ },
1652
+ {
1653
+ "id": "string",
1654
+ "resourceHandle": {
1655
+ "vimConnectionId": "string",
1656
+ "resourceProviderId": "string",
1657
+ "resourceId": "string",
1658
+ "vimLevelResourceType": "string"
1659
+ },
1660
+ "cpInstanceId": "string"
1661
+ }
1662
+ ],
1663
+ "currentVnfExtCpData": [
1664
+ {
1665
+ "cpdId": "string",
1666
+ "cpConfig": {}
1667
+ },
1668
+ {
1669
+ "cpdId": "string",
1670
+ "cpConfig": {}
1671
+ },
1672
+ {
1673
+ "cpdId": "string",
1674
+ "cpConfig": {}
1675
+ },
1676
+ {
1677
+ "cpdId": "string",
1678
+ "cpConfig": {}
1679
+ },
1680
+ {
1681
+ "cpdId": "string",
1682
+ "cpConfig": {}
1683
+ },
1684
+ {
1685
+ "cpdId": "string",
1686
+ "cpConfig": {}
1687
+ },
1688
+ {
1689
+ "cpdId": "string",
1690
+ "cpConfig": {}
1691
+ },
1692
+ {
1693
+ "cpdId": "string",
1694
+ "cpConfig": {}
1695
+ },
1696
+ {
1697
+ "cpdId": "string",
1698
+ "cpConfig": {}
1699
+ },
1700
+ {
1701
+ "cpdId": "string",
1702
+ "cpConfig": {}
1703
+ }
1704
+ ]
1705
+ },
1706
+ {
1707
+ "id": "string",
1708
+ "resourceHandle": {
1709
+ "vimConnectionId": "string",
1710
+ "resourceProviderId": "string",
1711
+ "resourceId": "string",
1712
+ "vimLevelResourceType": "string"
1713
+ },
1714
+ "extLinkPorts": [
1715
+ {
1716
+ "id": "string",
1717
+ "resourceHandle": {
1718
+ "vimConnectionId": "string",
1719
+ "resourceProviderId": "string",
1720
+ "resourceId": "string",
1721
+ "vimLevelResourceType": "string"
1722
+ },
1723
+ "cpInstanceId": "string"
1724
+ },
1725
+ {
1726
+ "id": "string",
1727
+ "resourceHandle": {
1728
+ "vimConnectionId": "string",
1729
+ "resourceProviderId": "string",
1730
+ "resourceId": "string",
1731
+ "vimLevelResourceType": "string"
1732
+ },
1733
+ "cpInstanceId": "string"
1734
+ }
1735
+ ],
1736
+ "currentVnfExtCpData": [
1737
+ {
1738
+ "cpdId": "string",
1739
+ "cpConfig": {}
1740
+ },
1741
+ {
1742
+ "cpdId": "string",
1743
+ "cpConfig": {}
1744
+ },
1745
+ {
1746
+ "cpdId": "string",
1747
+ "cpConfig": {}
1748
+ },
1749
+ {
1750
+ "cpdId": "string",
1751
+ "cpConfig": {}
1752
+ },
1753
+ {
1754
+ "cpdId": "string",
1755
+ "cpConfig": {}
1756
+ },
1757
+ {
1758
+ "cpdId": "string",
1759
+ "cpConfig": {}
1760
+ },
1761
+ {
1762
+ "cpdId": "string",
1763
+ "cpConfig": {}
1764
+ },
1765
+ {
1766
+ "cpdId": "string",
1767
+ "cpConfig": {}
1768
+ },
1769
+ {
1770
+ "cpdId": "string",
1771
+ "cpConfig": {}
1772
+ },
1773
+ {
1774
+ "cpdId": "string",
1775
+ "cpConfig": {}
1776
+ }
1777
+ ]
1778
+ },
1779
+ {
1780
+ "id": "string",
1781
+ "resourceHandle": {
1782
+ "vimConnectionId": "string",
1783
+ "resourceProviderId": "string",
1784
+ "resourceId": "string",
1785
+ "vimLevelResourceType": "string"
1786
+ },
1787
+ "extLinkPorts": [
1788
+ {
1789
+ "id": "string",
1790
+ "resourceHandle": {
1791
+ "vimConnectionId": "string",
1792
+ "resourceProviderId": "string",
1793
+ "resourceId": "string",
1794
+ "vimLevelResourceType": "string"
1795
+ },
1796
+ "cpInstanceId": "string"
1797
+ }
1798
+ ],
1799
+ "currentVnfExtCpData": [
1800
+ {
1801
+ "cpdId": "string",
1802
+ "cpConfig": {}
1803
+ },
1804
+ {
1805
+ "cpdId": "string",
1806
+ "cpConfig": {}
1807
+ },
1808
+ {
1809
+ "cpdId": "string",
1810
+ "cpConfig": {}
1811
+ },
1812
+ {
1813
+ "cpdId": "string",
1814
+ "cpConfig": {}
1815
+ },
1816
+ {
1817
+ "cpdId": "string",
1818
+ "cpConfig": {}
1819
+ },
1820
+ {
1821
+ "cpdId": "string",
1822
+ "cpConfig": {}
1823
+ },
1824
+ {
1825
+ "cpdId": "string",
1826
+ "cpConfig": {}
1827
+ },
1828
+ {
1829
+ "cpdId": "string",
1830
+ "cpConfig": {}
1831
+ },
1832
+ {
1833
+ "cpdId": "string",
1834
+ "cpConfig": {}
1835
+ },
1836
+ {
1837
+ "cpdId": "string",
1838
+ "cpConfig": {}
1839
+ }
1840
+ ]
1841
+ },
1842
+ {
1843
+ "id": "string",
1844
+ "resourceHandle": {
1845
+ "vimConnectionId": "string",
1846
+ "resourceProviderId": "string",
1847
+ "resourceId": "string",
1848
+ "vimLevelResourceType": "string"
1849
+ },
1850
+ "extLinkPorts": [
1851
+ {
1852
+ "id": "string",
1853
+ "resourceHandle": {
1854
+ "vimConnectionId": "string",
1855
+ "resourceProviderId": "string",
1856
+ "resourceId": "string",
1857
+ "vimLevelResourceType": "string"
1858
+ },
1859
+ "cpInstanceId": "string"
1860
+ }
1861
+ ],
1862
+ "currentVnfExtCpData": [
1863
+ {
1864
+ "cpdId": "string",
1865
+ "cpConfig": {}
1866
+ },
1867
+ {
1868
+ "cpdId": "string",
1869
+ "cpConfig": {}
1870
+ },
1871
+ {
1872
+ "cpdId": "string",
1873
+ "cpConfig": {}
1874
+ }
1875
+ ]
1876
+ },
1877
+ {
1878
+ "id": "string",
1879
+ "resourceHandle": {
1880
+ "vimConnectionId": "string",
1881
+ "resourceProviderId": "string",
1882
+ "resourceId": "string",
1883
+ "vimLevelResourceType": "string"
1884
+ },
1885
+ "extLinkPorts": [
1886
+ {
1887
+ "id": "string",
1888
+ "resourceHandle": {
1889
+ "vimConnectionId": "string",
1890
+ "resourceProviderId": "string",
1891
+ "resourceId": "string",
1892
+ "vimLevelResourceType": "string"
1893
+ },
1894
+ "cpInstanceId": "string"
1895
+ },
1896
+ {
1897
+ "id": "string",
1898
+ "resourceHandle": {
1899
+ "vimConnectionId": "string",
1900
+ "resourceProviderId": "string",
1901
+ "resourceId": "string",
1902
+ "vimLevelResourceType": "string"
1903
+ },
1904
+ "cpInstanceId": "string"
1905
+ },
1906
+ {
1907
+ "id": "string",
1908
+ "resourceHandle": {
1909
+ "vimConnectionId": "string",
1910
+ "resourceProviderId": "string",
1911
+ "resourceId": "string",
1912
+ "vimLevelResourceType": "string"
1913
+ },
1914
+ "cpInstanceId": "string"
1915
+ },
1916
+ {
1917
+ "id": "string",
1918
+ "resourceHandle": {
1919
+ "vimConnectionId": "string",
1920
+ "resourceProviderId": "string",
1921
+ "resourceId": "string",
1922
+ "vimLevelResourceType": "string"
1923
+ },
1924
+ "cpInstanceId": "string"
1925
+ },
1926
+ {
1927
+ "id": "string",
1928
+ "resourceHandle": {
1929
+ "vimConnectionId": "string",
1930
+ "resourceProviderId": "string",
1931
+ "resourceId": "string",
1932
+ "vimLevelResourceType": "string"
1933
+ },
1934
+ "cpInstanceId": "string"
1935
+ },
1936
+ {
1937
+ "id": "string",
1938
+ "resourceHandle": {
1939
+ "vimConnectionId": "string",
1940
+ "resourceProviderId": "string",
1941
+ "resourceId": "string",
1942
+ "vimLevelResourceType": "string"
1943
+ },
1944
+ "cpInstanceId": "string"
1945
+ },
1946
+ {
1947
+ "id": "string",
1948
+ "resourceHandle": {
1949
+ "vimConnectionId": "string",
1950
+ "resourceProviderId": "string",
1951
+ "resourceId": "string",
1952
+ "vimLevelResourceType": "string"
1953
+ },
1954
+ "cpInstanceId": "string"
1955
+ },
1956
+ {
1957
+ "id": "string",
1958
+ "resourceHandle": {
1959
+ "vimConnectionId": "string",
1960
+ "resourceProviderId": "string",
1961
+ "resourceId": "string",
1962
+ "vimLevelResourceType": "string"
1963
+ },
1964
+ "cpInstanceId": "string"
1965
+ },
1966
+ {
1967
+ "id": "string",
1968
+ "resourceHandle": {
1969
+ "vimConnectionId": "string",
1970
+ "resourceProviderId": "string",
1971
+ "resourceId": "string",
1972
+ "vimLevelResourceType": "string"
1973
+ },
1974
+ "cpInstanceId": "string"
1975
+ },
1976
+ {
1977
+ "id": "string",
1978
+ "resourceHandle": {
1979
+ "vimConnectionId": "string",
1980
+ "resourceProviderId": "string",
1981
+ "resourceId": "string",
1982
+ "vimLevelResourceType": "string"
1983
+ },
1984
+ "cpInstanceId": "string"
1985
+ }
1986
+ ],
1987
+ "currentVnfExtCpData": [
1988
+ {
1989
+ "cpdId": "string",
1990
+ "cpConfig": {}
1991
+ },
1992
+ {
1993
+ "cpdId": "string",
1994
+ "cpConfig": {}
1995
+ },
1996
+ {
1997
+ "cpdId": "string",
1998
+ "cpConfig": {}
1999
+ }
2000
+ ]
2001
+ },
2002
+ {
2003
+ "id": "string",
2004
+ "resourceHandle": {
2005
+ "vimConnectionId": "string",
2006
+ "resourceProviderId": "string",
2007
+ "resourceId": "string",
2008
+ "vimLevelResourceType": "string"
2009
+ },
2010
+ "extLinkPorts": [
2011
+ {
2012
+ "id": "string",
2013
+ "resourceHandle": {
2014
+ "vimConnectionId": "string",
2015
+ "resourceProviderId": "string",
2016
+ "resourceId": "string",
2017
+ "vimLevelResourceType": "string"
2018
+ },
2019
+ "cpInstanceId": "string"
2020
+ }
2021
+ ],
2022
+ "currentVnfExtCpData": [
2023
+ {
2024
+ "cpdId": "string",
2025
+ "cpConfig": {}
2026
+ }
2027
+ ]
2028
+ }
2029
+ ],
2030
+ "extManagedVirtualLinkInfo": [
2031
+ {
2032
+ "id": "string",
2033
+ "vnfVirtualLinkDescId": "string",
2034
+ "vnfdId": "string",
2035
+ "networkResource": {
2036
+ "vimConnectionId": "string",
2037
+ "resourceProviderId": "string",
2038
+ "resourceId": "string",
2039
+ "vimLevelResourceType": "string"
2040
+ },
2041
+ "vnfLinkPorts": [
2042
+ {
2043
+ "id": "string",
2044
+ "resourceHandle": {
2045
+ "vimConnectionId": "string",
2046
+ "resourceProviderId": "string",
2047
+ "resourceId": "string",
2048
+ "vimLevelResourceType": "string"
2049
+ },
2050
+ "cpInstanceId": "string",
2051
+ "cpInstanceType": "VNFC_CP"
2052
+ },
2053
+ {
2054
+ "id": "string",
2055
+ "resourceHandle": {
2056
+ "vimConnectionId": "string",
2057
+ "resourceProviderId": "string",
2058
+ "resourceId": "string",
2059
+ "vimLevelResourceType": "string"
2060
+ },
2061
+ "cpInstanceId": "string",
2062
+ "cpInstanceType": "EXT_CP"
2063
+ },
2064
+ {
2065
+ "id": "string",
2066
+ "resourceHandle": {
2067
+ "vimConnectionId": "string",
2068
+ "resourceProviderId": "string",
2069
+ "resourceId": "string",
2070
+ "vimLevelResourceType": "string"
2071
+ },
2072
+ "cpInstanceId": "string",
2073
+ "cpInstanceType": "VNFC_CP"
2074
+ },
2075
+ {
2076
+ "id": "string",
2077
+ "resourceHandle": {
2078
+ "vimConnectionId": "string",
2079
+ "resourceProviderId": "string",
2080
+ "resourceId": "string",
2081
+ "vimLevelResourceType": "string"
2082
+ },
2083
+ "cpInstanceId": "string",
2084
+ "cpInstanceType": "EXT_CP"
2085
+ },
2086
+ {
2087
+ "id": "string",
2088
+ "resourceHandle": {
2089
+ "vimConnectionId": "string",
2090
+ "resourceProviderId": "string",
2091
+ "resourceId": "string",
2092
+ "vimLevelResourceType": "string"
2093
+ },
2094
+ "cpInstanceId": "string",
2095
+ "cpInstanceType": "EXT_CP"
2096
+ },
2097
+ {
2098
+ "id": "string",
2099
+ "resourceHandle": {
2100
+ "vimConnectionId": "string",
2101
+ "resourceProviderId": "string",
2102
+ "resourceId": "string",
2103
+ "vimLevelResourceType": "string"
2104
+ },
2105
+ "cpInstanceId": "string",
2106
+ "cpInstanceType": "EXT_CP"
2107
+ },
2108
+ {
2109
+ "id": "string",
2110
+ "resourceHandle": {
2111
+ "vimConnectionId": "string",
2112
+ "resourceProviderId": "string",
2113
+ "resourceId": "string",
2114
+ "vimLevelResourceType": "string"
2115
+ },
2116
+ "cpInstanceId": "string",
2117
+ "cpInstanceType": "EXT_CP"
2118
+ },
2119
+ {
2120
+ "id": "string",
2121
+ "resourceHandle": {
2122
+ "vimConnectionId": "string",
2123
+ "resourceProviderId": "string",
2124
+ "resourceId": "string",
2125
+ "vimLevelResourceType": "string"
2126
+ },
2127
+ "cpInstanceId": "string",
2128
+ "cpInstanceType": "EXT_CP"
2129
+ },
2130
+ {
2131
+ "id": "string",
2132
+ "resourceHandle": {
2133
+ "vimConnectionId": "string",
2134
+ "resourceProviderId": "string",
2135
+ "resourceId": "string",
2136
+ "vimLevelResourceType": "string"
2137
+ },
2138
+ "cpInstanceId": "string",
2139
+ "cpInstanceType": "VNFC_CP"
2140
+ },
2141
+ {
2142
+ "id": "string",
2143
+ "resourceHandle": {
2144
+ "vimConnectionId": "string",
2145
+ "resourceProviderId": "string",
2146
+ "resourceId": "string",
2147
+ "vimLevelResourceType": "string"
2148
+ },
2149
+ "cpInstanceId": "string",
2150
+ "cpInstanceType": "VNFC_CP"
2151
+ }
2152
+ ]
2153
+ },
2154
+ {
2155
+ "id": "string",
2156
+ "vnfVirtualLinkDescId": "string",
2157
+ "vnfdId": "string",
2158
+ "networkResource": {
2159
+ "vimConnectionId": "string",
2160
+ "resourceProviderId": "string",
2161
+ "resourceId": "string",
2162
+ "vimLevelResourceType": "string"
2163
+ },
2164
+ "vnfLinkPorts": [
2165
+ {
2166
+ "id": "string",
2167
+ "resourceHandle": {
2168
+ "vimConnectionId": "string",
2169
+ "resourceProviderId": "string",
2170
+ "resourceId": "string",
2171
+ "vimLevelResourceType": "string"
2172
+ },
2173
+ "cpInstanceId": "string",
2174
+ "cpInstanceType": "VNFC_CP"
2175
+ },
2176
+ {
2177
+ "id": "string",
2178
+ "resourceHandle": {
2179
+ "vimConnectionId": "string",
2180
+ "resourceProviderId": "string",
2181
+ "resourceId": "string",
2182
+ "vimLevelResourceType": "string"
2183
+ },
2184
+ "cpInstanceId": "string",
2185
+ "cpInstanceType": "VNFC_CP"
2186
+ },
2187
+ {
2188
+ "id": "string",
2189
+ "resourceHandle": {
2190
+ "vimConnectionId": "string",
2191
+ "resourceProviderId": "string",
2192
+ "resourceId": "string",
2193
+ "vimLevelResourceType": "string"
2194
+ },
2195
+ "cpInstanceId": "string",
2196
+ "cpInstanceType": "EXT_CP"
2197
+ },
2198
+ {
2199
+ "id": "string",
2200
+ "resourceHandle": {
2201
+ "vimConnectionId": "string",
2202
+ "resourceProviderId": "string",
2203
+ "resourceId": "string",
2204
+ "vimLevelResourceType": "string"
2205
+ },
2206
+ "cpInstanceId": "string",
2207
+ "cpInstanceType": "EXT_CP"
2208
+ },
2209
+ {
2210
+ "id": "string",
2211
+ "resourceHandle": {
2212
+ "vimConnectionId": "string",
2213
+ "resourceProviderId": "string",
2214
+ "resourceId": "string",
2215
+ "vimLevelResourceType": "string"
2216
+ },
2217
+ "cpInstanceId": "string",
2218
+ "cpInstanceType": "EXT_CP"
2219
+ },
2220
+ {
2221
+ "id": "string",
2222
+ "resourceHandle": {
2223
+ "vimConnectionId": "string",
2224
+ "resourceProviderId": "string",
2225
+ "resourceId": "string",
2226
+ "vimLevelResourceType": "string"
2227
+ },
2228
+ "cpInstanceId": "string",
2229
+ "cpInstanceType": "EXT_CP"
2230
+ }
2231
+ ]
2232
+ },
2233
+ {
2234
+ "id": "string",
2235
+ "vnfVirtualLinkDescId": "string",
2236
+ "vnfdId": "string",
2237
+ "networkResource": {
2238
+ "vimConnectionId": "string",
2239
+ "resourceProviderId": "string",
2240
+ "resourceId": "string",
2241
+ "vimLevelResourceType": "string"
2242
+ },
2243
+ "vnfLinkPorts": [
2244
+ {
2245
+ "id": "string",
2246
+ "resourceHandle": {
2247
+ "vimConnectionId": "string",
2248
+ "resourceProviderId": "string",
2249
+ "resourceId": "string",
2250
+ "vimLevelResourceType": "string"
2251
+ },
2252
+ "cpInstanceId": "string",
2253
+ "cpInstanceType": "EXT_CP"
2254
+ },
2255
+ {
2256
+ "id": "string",
2257
+ "resourceHandle": {
2258
+ "vimConnectionId": "string",
2259
+ "resourceProviderId": "string",
2260
+ "resourceId": "string",
2261
+ "vimLevelResourceType": "string"
2262
+ },
2263
+ "cpInstanceId": "string",
2264
+ "cpInstanceType": "EXT_CP"
2265
+ },
2266
+ {
2267
+ "id": "string",
2268
+ "resourceHandle": {
2269
+ "vimConnectionId": "string",
2270
+ "resourceProviderId": "string",
2271
+ "resourceId": "string",
2272
+ "vimLevelResourceType": "string"
2273
+ },
2274
+ "cpInstanceId": "string",
2275
+ "cpInstanceType": "VNFC_CP"
2276
+ },
2277
+ {
2278
+ "id": "string",
2279
+ "resourceHandle": {
2280
+ "vimConnectionId": "string",
2281
+ "resourceProviderId": "string",
2282
+ "resourceId": "string",
2283
+ "vimLevelResourceType": "string"
2284
+ },
2285
+ "cpInstanceId": "string",
2286
+ "cpInstanceType": "EXT_CP"
2287
+ },
2288
+ {
2289
+ "id": "string",
2290
+ "resourceHandle": {
2291
+ "vimConnectionId": "string",
2292
+ "resourceProviderId": "string",
2293
+ "resourceId": "string",
2294
+ "vimLevelResourceType": "string"
2295
+ },
2296
+ "cpInstanceId": "string",
2297
+ "cpInstanceType": "VNFC_CP"
2298
+ }
2299
+ ]
2300
+ },
2301
+ {
2302
+ "id": "string",
2303
+ "vnfVirtualLinkDescId": "string",
2304
+ "vnfdId": "string",
2305
+ "networkResource": {
2306
+ "vimConnectionId": "string",
2307
+ "resourceProviderId": "string",
2308
+ "resourceId": "string",
2309
+ "vimLevelResourceType": "string"
2310
+ },
2311
+ "vnfLinkPorts": [
2312
+ {
2313
+ "id": "string",
2314
+ "resourceHandle": {
2315
+ "vimConnectionId": "string",
2316
+ "resourceProviderId": "string",
2317
+ "resourceId": "string",
2318
+ "vimLevelResourceType": "string"
2319
+ },
2320
+ "cpInstanceId": "string",
2321
+ "cpInstanceType": "VNFC_CP"
2322
+ },
2323
+ {
2324
+ "id": "string",
2325
+ "resourceHandle": {
2326
+ "vimConnectionId": "string",
2327
+ "resourceProviderId": "string",
2328
+ "resourceId": "string",
2329
+ "vimLevelResourceType": "string"
2330
+ },
2331
+ "cpInstanceId": "string",
2332
+ "cpInstanceType": "EXT_CP"
2333
+ },
2334
+ {
2335
+ "id": "string",
2336
+ "resourceHandle": {
2337
+ "vimConnectionId": "string",
2338
+ "resourceProviderId": "string",
2339
+ "resourceId": "string",
2340
+ "vimLevelResourceType": "string"
2341
+ },
2342
+ "cpInstanceId": "string",
2343
+ "cpInstanceType": "VNFC_CP"
2344
+ },
2345
+ {
2346
+ "id": "string",
2347
+ "resourceHandle": {
2348
+ "vimConnectionId": "string",
2349
+ "resourceProviderId": "string",
2350
+ "resourceId": "string",
2351
+ "vimLevelResourceType": "string"
2352
+ },
2353
+ "cpInstanceId": "string",
2354
+ "cpInstanceType": "EXT_CP"
2355
+ },
2356
+ {
2357
+ "id": "string",
2358
+ "resourceHandle": {
2359
+ "vimConnectionId": "string",
2360
+ "resourceProviderId": "string",
2361
+ "resourceId": "string",
2362
+ "vimLevelResourceType": "string"
2363
+ },
2364
+ "cpInstanceId": "string",
2365
+ "cpInstanceType": "EXT_CP"
2366
+ },
2367
+ {
2368
+ "id": "string",
2369
+ "resourceHandle": {
2370
+ "vimConnectionId": "string",
2371
+ "resourceProviderId": "string",
2372
+ "resourceId": "string",
2373
+ "vimLevelResourceType": "string"
2374
+ },
2375
+ "cpInstanceId": "string",
2376
+ "cpInstanceType": "EXT_CP"
2377
+ }
2378
+ ]
2379
+ },
2380
+ {
2381
+ "id": "string",
2382
+ "vnfVirtualLinkDescId": "string",
2383
+ "vnfdId": "string",
2384
+ "networkResource": {
2385
+ "vimConnectionId": "string",
2386
+ "resourceProviderId": "string",
2387
+ "resourceId": "string",
2388
+ "vimLevelResourceType": "string"
2389
+ },
2390
+ "vnfLinkPorts": [
2391
+ {
2392
+ "id": "string",
2393
+ "resourceHandle": {
2394
+ "vimConnectionId": "string",
2395
+ "resourceProviderId": "string",
2396
+ "resourceId": "string",
2397
+ "vimLevelResourceType": "string"
2398
+ },
2399
+ "cpInstanceId": "string",
2400
+ "cpInstanceType": "VNFC_CP"
2401
+ },
2402
+ {
2403
+ "id": "string",
2404
+ "resourceHandle": {
2405
+ "vimConnectionId": "string",
2406
+ "resourceProviderId": "string",
2407
+ "resourceId": "string",
2408
+ "vimLevelResourceType": "string"
2409
+ },
2410
+ "cpInstanceId": "string",
2411
+ "cpInstanceType": "VNFC_CP"
2412
+ },
2413
+ {
2414
+ "id": "string",
2415
+ "resourceHandle": {
2416
+ "vimConnectionId": "string",
2417
+ "resourceProviderId": "string",
2418
+ "resourceId": "string",
2419
+ "vimLevelResourceType": "string"
2420
+ },
2421
+ "cpInstanceId": "string",
2422
+ "cpInstanceType": "EXT_CP"
2423
+ },
2424
+ {
2425
+ "id": "string",
2426
+ "resourceHandle": {
2427
+ "vimConnectionId": "string",
2428
+ "resourceProviderId": "string",
2429
+ "resourceId": "string",
2430
+ "vimLevelResourceType": "string"
2431
+ },
2432
+ "cpInstanceId": "string",
2433
+ "cpInstanceType": "VNFC_CP"
2434
+ },
2435
+ {
2436
+ "id": "string",
2437
+ "resourceHandle": {
2438
+ "vimConnectionId": "string",
2439
+ "resourceProviderId": "string",
2440
+ "resourceId": "string",
2441
+ "vimLevelResourceType": "string"
2442
+ },
2443
+ "cpInstanceId": "string",
2444
+ "cpInstanceType": "VNFC_CP"
2445
+ },
2446
+ {
2447
+ "id": "string",
2448
+ "resourceHandle": {
2449
+ "vimConnectionId": "string",
2450
+ "resourceProviderId": "string",
2451
+ "resourceId": "string",
2452
+ "vimLevelResourceType": "string"
2453
+ },
2454
+ "cpInstanceId": "string",
2455
+ "cpInstanceType": "EXT_CP"
2456
+ }
2457
+ ]
2458
+ },
2459
+ {
2460
+ "id": "string",
2461
+ "vnfVirtualLinkDescId": "string",
2462
+ "vnfdId": "string",
2463
+ "networkResource": {
2464
+ "vimConnectionId": "string",
2465
+ "resourceProviderId": "string",
2466
+ "resourceId": "string",
2467
+ "vimLevelResourceType": "string"
2468
+ },
2469
+ "vnfLinkPorts": [
2470
+ {
2471
+ "id": "string",
2472
+ "resourceHandle": {
2473
+ "vimConnectionId": "string",
2474
+ "resourceProviderId": "string",
2475
+ "resourceId": "string",
2476
+ "vimLevelResourceType": "string"
2477
+ },
2478
+ "cpInstanceId": "string",
2479
+ "cpInstanceType": "EXT_CP"
2480
+ },
2481
+ {
2482
+ "id": "string",
2483
+ "resourceHandle": {
2484
+ "vimConnectionId": "string",
2485
+ "resourceProviderId": "string",
2486
+ "resourceId": "string",
2487
+ "vimLevelResourceType": "string"
2488
+ },
2489
+ "cpInstanceId": "string",
2490
+ "cpInstanceType": "VNFC_CP"
2491
+ },
2492
+ {
2493
+ "id": "string",
2494
+ "resourceHandle": {
2495
+ "vimConnectionId": "string",
2496
+ "resourceProviderId": "string",
2497
+ "resourceId": "string",
2498
+ "vimLevelResourceType": "string"
2499
+ },
2500
+ "cpInstanceId": "string",
2501
+ "cpInstanceType": "VNFC_CP"
2502
+ },
2503
+ {
2504
+ "id": "string",
2505
+ "resourceHandle": {
2506
+ "vimConnectionId": "string",
2507
+ "resourceProviderId": "string",
2508
+ "resourceId": "string",
2509
+ "vimLevelResourceType": "string"
2510
+ },
2511
+ "cpInstanceId": "string",
2512
+ "cpInstanceType": "VNFC_CP"
2513
+ },
2514
+ {
2515
+ "id": "string",
2516
+ "resourceHandle": {
2517
+ "vimConnectionId": "string",
2518
+ "resourceProviderId": "string",
2519
+ "resourceId": "string",
2520
+ "vimLevelResourceType": "string"
2521
+ },
2522
+ "cpInstanceId": "string",
2523
+ "cpInstanceType": "EXT_CP"
2524
+ },
2525
+ {
2526
+ "id": "string",
2527
+ "resourceHandle": {
2528
+ "vimConnectionId": "string",
2529
+ "resourceProviderId": "string",
2530
+ "resourceId": "string",
2531
+ "vimLevelResourceType": "string"
2532
+ },
2533
+ "cpInstanceId": "string",
2534
+ "cpInstanceType": "EXT_CP"
2535
+ },
2536
+ {
2537
+ "id": "string",
2538
+ "resourceHandle": {
2539
+ "vimConnectionId": "string",
2540
+ "resourceProviderId": "string",
2541
+ "resourceId": "string",
2542
+ "vimLevelResourceType": "string"
2543
+ },
2544
+ "cpInstanceId": "string",
2545
+ "cpInstanceType": "EXT_CP"
2546
+ },
2547
+ {
2548
+ "id": "string",
2549
+ "resourceHandle": {
2550
+ "vimConnectionId": "string",
2551
+ "resourceProviderId": "string",
2552
+ "resourceId": "string",
2553
+ "vimLevelResourceType": "string"
2554
+ },
2555
+ "cpInstanceId": "string",
2556
+ "cpInstanceType": "EXT_CP"
2557
+ },
2558
+ {
2559
+ "id": "string",
2560
+ "resourceHandle": {
2561
+ "vimConnectionId": "string",
2562
+ "resourceProviderId": "string",
2563
+ "resourceId": "string",
2564
+ "vimLevelResourceType": "string"
2565
+ },
2566
+ "cpInstanceId": "string",
2567
+ "cpInstanceType": "EXT_CP"
2568
+ }
2569
+ ]
2570
+ }
2571
+ ],
2572
+ "monitoringParameters": [
2573
+ {
2574
+ "id": "string",
2575
+ "vnfdId": "string",
2576
+ "name": "string",
2577
+ "performanceMetric": "string"
2578
+ },
2579
+ {
2580
+ "id": "string",
2581
+ "vnfdId": "string",
2582
+ "name": "string",
2583
+ "performanceMetric": "string"
2584
+ },
2585
+ {
2586
+ "id": "string",
2587
+ "vnfdId": "string",
2588
+ "name": "string",
2589
+ "performanceMetric": "string"
2590
+ }
2591
+ ],
2592
+ "localizationLanguage": "string",
2593
+ "vnfcResourceInfo": [
2594
+ {
2595
+ "id": "string",
2596
+ "vduId": "string",
2597
+ "vnfdId": "string",
2598
+ "computeResource": {
2599
+ "vimConnectionId": "string",
2600
+ "resourceProviderId": "string",
2601
+ "resourceId": "string",
2602
+ "vimLevelResourceType": "string"
2603
+ },
2604
+ "storageResourceIds": [
2605
+ "string",
2606
+ "string",
2607
+ "string",
2608
+ "string",
2609
+ "string"
2610
+ ],
2611
+ "reservationId": "string",
2612
+ "vnfcCpInfo": [
2613
+ {
2614
+ "id": "string",
2615
+ "cpdId": "string",
2616
+ "vnfExtCpId": "string",
2617
+ "cpProtocolInfo": [
2618
+ {
2619
+ "layerProtocol": "IP_OVER_ETHERNET",
2620
+ "ipOverEthernet": {
2621
+ "macAddress": "string",
2622
+ "segmentationId": "string",
2623
+ "ipAddresses": [
2624
+ {
2625
+ "type": "IPV6",
2626
+ "addresses": [
2627
+ "string",
2628
+ "string",
2629
+ "string",
2630
+ "string",
2631
+ "string",
2632
+ "string",
2633
+ "string",
2634
+ "string"
2635
+ ],
2636
+ "isDynamic": true,
2637
+ "addressRange": {
2638
+ "minAddress": "string",
2639
+ "maxAddress": "string"
2640
+ },
2641
+ "subnetId": "string"
2642
+ }
2643
+ ]
2644
+ }
2645
+ },
2646
+ {
2647
+ "layerProtocol": "IP_OVER_ETHERNET",
2648
+ "ipOverEthernet": {
2649
+ "macAddress": "string",
2650
+ "segmentationId": "string",
2651
+ "ipAddresses": [
2652
+ {
2653
+ "type": "IPV4",
2654
+ "addresses": [
2655
+ "string",
2656
+ "string",
2657
+ "string",
2658
+ "string",
2659
+ "string"
2660
+ ],
2661
+ "isDynamic": true,
2662
+ "addressRange": {
2663
+ "minAddress": "string",
2664
+ "maxAddress": "string"
2665
+ },
2666
+ "subnetId": "string"
2667
+ },
2668
+ {
2669
+ "type": "IPV6",
2670
+ "addresses": [
2671
+ "string",
2672
+ "string",
2673
+ "string",
2674
+ "string",
2675
+ "string",
2676
+ "string",
2677
+ "string"
2678
+ ],
2679
+ "isDynamic": false,
2680
+ "addressRange": {
2681
+ "minAddress": "string",
2682
+ "maxAddress": "string"
2683
+ },
2684
+ "subnetId": "string"
2685
+ },
2686
+ {
2687
+ "type": "IPV6",
2688
+ "addresses": [
2689
+ "string",
2690
+ "string",
2691
+ "string",
2692
+ "string",
2693
+ "string",
2694
+ "string",
2695
+ "string",
2696
+ "string"
2697
+ ],
2698
+ "isDynamic": true,
2699
+ "addressRange": {
2700
+ "minAddress": "string",
2701
+ "maxAddress": "string"
2702
+ },
2703
+ "subnetId": "string"
2704
+ },
2705
+ {
2706
+ "type": "IPV6",
2707
+ "addresses": [
2708
+ "string",
2709
+ "string",
2710
+ "string",
2711
+ "string",
2712
+ "string",
2713
+ "string",
2714
+ "string",
2715
+ "string",
2716
+ "string"
2717
+ ],
2718
+ "isDynamic": true,
2719
+ "addressRange": {
2720
+ "minAddress": "string",
2721
+ "maxAddress": "string"
2722
+ },
2723
+ "subnetId": "string"
2724
+ },
2725
+ {
2726
+ "type": "IPV6",
2727
+ "addresses": [
2728
+ "string",
2729
+ "string"
2730
+ ],
2731
+ "isDynamic": false,
2732
+ "addressRange": {
2733
+ "minAddress": "string",
2734
+ "maxAddress": "string"
2735
+ },
2736
+ "subnetId": "string"
2737
+ },
2738
+ {
2739
+ "type": "IPV4",
2740
+ "addresses": [
2741
+ "string",
2742
+ "string",
2743
+ "string",
2744
+ "string",
2745
+ "string",
2746
+ "string"
2747
+ ],
2748
+ "isDynamic": false,
2749
+ "addressRange": {
2750
+ "minAddress": "string",
2751
+ "maxAddress": "string"
2752
+ },
2753
+ "subnetId": "string"
2754
+ }
2755
+ ]
2756
+ }
2757
+ },
2758
+ {
2759
+ "layerProtocol": "IP_OVER_ETHERNET",
2760
+ "ipOverEthernet": {
2761
+ "macAddress": "string",
2762
+ "segmentationId": "string",
2763
+ "ipAddresses": [
2764
+ {
2765
+ "type": "IPV6",
2766
+ "addresses": [
2767
+ "string",
2768
+ "string"
2769
+ ],
2770
+ "isDynamic": true,
2771
+ "addressRange": {
2772
+ "minAddress": "string",
2773
+ "maxAddress": "string"
2774
+ },
2775
+ "subnetId": "string"
2776
+ },
2777
+ {
2778
+ "type": "IPV4",
2779
+ "addresses": [
2780
+ "string",
2781
+ "string",
2782
+ "string",
2783
+ "string"
2784
+ ],
2785
+ "isDynamic": true,
2786
+ "addressRange": {
2787
+ "minAddress": "string",
2788
+ "maxAddress": "string"
2789
+ },
2790
+ "subnetId": "string"
2791
+ },
2792
+ {
2793
+ "type": "IPV4",
2794
+ "addresses": [
2795
+ "string",
2796
+ "string",
2797
+ "string",
2798
+ "string"
2799
+ ],
2800
+ "isDynamic": false,
2801
+ "addressRange": {
2802
+ "minAddress": "string",
2803
+ "maxAddress": "string"
2804
+ },
2805
+ "subnetId": "string"
2806
+ },
2807
+ {
2808
+ "type": "IPV6",
2809
+ "addresses": [
2810
+ "string",
2811
+ "string",
2812
+ "string",
2813
+ "string",
2814
+ "string",
2815
+ "string",
2816
+ "string",
2817
+ "string"
2818
+ ],
2819
+ "isDynamic": false,
2820
+ "addressRange": {
2821
+ "minAddress": "string",
2822
+ "maxAddress": "string"
2823
+ },
2824
+ "subnetId": "string"
2825
+ },
2826
+ {
2827
+ "type": "IPV4",
2828
+ "addresses": [
2829
+ "string",
2830
+ "string",
2831
+ "string"
2832
+ ],
2833
+ "isDynamic": false,
2834
+ "addressRange": {
2835
+ "minAddress": "string",
2836
+ "maxAddress": "string"
2837
+ },
2838
+ "subnetId": "string"
2839
+ },
2840
+ {
2841
+ "type": "IPV4",
2842
+ "addresses": [
2843
+ "string",
2844
+ "string",
2845
+ "string",
2846
+ "string",
2847
+ "string",
2848
+ "string",
2849
+ "string"
2850
+ ],
2851
+ "isDynamic": true,
2852
+ "addressRange": {
2853
+ "minAddress": "string",
2854
+ "maxAddress": "string"
2855
+ },
2856
+ "subnetId": "string"
2857
+ },
2858
+ {
2859
+ "type": "IPV6",
2860
+ "addresses": [
2861
+ "string",
2862
+ "string",
2863
+ "string",
2864
+ "string"
2865
+ ],
2866
+ "isDynamic": true,
2867
+ "addressRange": {
2868
+ "minAddress": "string",
2869
+ "maxAddress": "string"
2870
+ },
2871
+ "subnetId": "string"
2872
+ }
2873
+ ]
2874
+ }
2875
+ },
2876
+ {
2877
+ "layerProtocol": "IP_OVER_ETHERNET",
2878
+ "ipOverEthernet": {
2879
+ "macAddress": "string",
2880
+ "segmentationId": "string",
2881
+ "ipAddresses": [
2882
+ {
2883
+ "type": "IPV6",
2884
+ "addresses": [
2885
+ "string"
2886
+ ],
2887
+ "isDynamic": false,
2888
+ "addressRange": {
2889
+ "minAddress": "string",
2890
+ "maxAddress": "string"
2891
+ },
2892
+ "subnetId": "string"
2893
+ },
2894
+ {
2895
+ "type": "IPV4",
2896
+ "addresses": [
2897
+ "string",
2898
+ "string",
2899
+ "string",
2900
+ "string",
2901
+ "string",
2902
+ "string",
2903
+ "string"
2904
+ ],
2905
+ "isDynamic": true,
2906
+ "addressRange": {
2907
+ "minAddress": "string",
2908
+ "maxAddress": "string"
2909
+ },
2910
+ "subnetId": "string"
2911
+ }
2912
+ ]
2913
+ }
2914
+ },
2915
+ {
2916
+ "layerProtocol": "IP_OVER_ETHERNET",
2917
+ "ipOverEthernet": {
2918
+ "macAddress": "string",
2919
+ "segmentationId": "string",
2920
+ "ipAddresses": [
2921
+ {
2922
+ "type": "IPV6",
2923
+ "addresses": [
2924
+ "string",
2925
+ "string",
2926
+ "string"
2927
+ ],
2928
+ "isDynamic": false,
2929
+ "addressRange": {
2930
+ "minAddress": "string",
2931
+ "maxAddress": "string"
2932
+ },
2933
+ "subnetId": "string"
2934
+ },
2935
+ {
2936
+ "type": "IPV4",
2937
+ "addresses": [
2938
+ "string",
2939
+ "string",
2940
+ "string"
2941
+ ],
2942
+ "isDynamic": false,
2943
+ "addressRange": {
2944
+ "minAddress": "string",
2945
+ "maxAddress": "string"
2946
+ },
2947
+ "subnetId": "string"
2948
+ },
2949
+ {
2950
+ "type": "IPV6",
2951
+ "addresses": [
2952
+ "string",
2953
+ "string",
2954
+ "string",
2955
+ "string",
2956
+ "string",
2957
+ "string",
2958
+ "string",
2959
+ "string",
2960
+ "string",
2961
+ "string"
2962
+ ],
2963
+ "isDynamic": true,
2964
+ "addressRange": {
2965
+ "minAddress": "string",
2966
+ "maxAddress": "string"
2967
+ },
2968
+ "subnetId": "string"
2969
+ }
2970
+ ]
2971
+ }
2972
+ },
2973
+ {
2974
+ "layerProtocol": "IP_OVER_ETHERNET",
2975
+ "ipOverEthernet": {
2976
+ "macAddress": "string",
2977
+ "segmentationId": "string",
2978
+ "ipAddresses": [
2979
+ {
2980
+ "type": "IPV6",
2981
+ "addresses": [
2982
+ "string",
2983
+ "string",
2984
+ "string",
2985
+ "string",
2986
+ "string",
2987
+ "string"
2988
+ ],
2989
+ "isDynamic": false,
2990
+ "addressRange": {
2991
+ "minAddress": "string",
2992
+ "maxAddress": "string"
2993
+ },
2994
+ "subnetId": "string"
2995
+ }
2996
+ ]
2997
+ }
2998
+ },
2999
+ {
3000
+ "layerProtocol": "IP_OVER_ETHERNET",
3001
+ "ipOverEthernet": {
3002
+ "macAddress": "string",
3003
+ "segmentationId": "string",
3004
+ "ipAddresses": [
3005
+ {
3006
+ "type": "IPV4",
3007
+ "addresses": [
3008
+ "string",
3009
+ "string",
3010
+ "string",
3011
+ "string"
3012
+ ],
3013
+ "isDynamic": true,
3014
+ "addressRange": {
3015
+ "minAddress": "string",
3016
+ "maxAddress": "string"
3017
+ },
3018
+ "subnetId": "string"
3019
+ },
3020
+ {
3021
+ "type": "IPV4",
3022
+ "addresses": [
3023
+ "string",
3024
+ "string",
3025
+ "string",
3026
+ "string"
3027
+ ],
3028
+ "isDynamic": true,
3029
+ "addressRange": {
3030
+ "minAddress": "string",
3031
+ "maxAddress": "string"
3032
+ },
3033
+ "subnetId": "string"
3034
+ },
3035
+ {
3036
+ "type": "IPV6",
3037
+ "addresses": [
3038
+ "string",
3039
+ "string",
3040
+ "string"
3041
+ ],
3042
+ "isDynamic": true,
3043
+ "addressRange": {
3044
+ "minAddress": "string",
3045
+ "maxAddress": "string"
3046
+ },
3047
+ "subnetId": "string"
3048
+ },
3049
+ {
3050
+ "type": "IPV6",
3051
+ "addresses": [
3052
+ "string",
3053
+ "string",
3054
+ "string",
3055
+ "string",
3056
+ "string",
3057
+ "string",
3058
+ "string",
3059
+ "string",
3060
+ "string"
3061
+ ],
3062
+ "isDynamic": false,
3063
+ "addressRange": {
3064
+ "minAddress": "string",
3065
+ "maxAddress": "string"
3066
+ },
3067
+ "subnetId": "string"
3068
+ },
3069
+ {
3070
+ "type": "IPV6",
3071
+ "addresses": [
3072
+ "string",
3073
+ "string",
3074
+ "string"
3075
+ ],
3076
+ "isDynamic": true,
3077
+ "addressRange": {
3078
+ "minAddress": "string",
3079
+ "maxAddress": "string"
3080
+ },
3081
+ "subnetId": "string"
3082
+ },
3083
+ {
3084
+ "type": "IPV6",
3085
+ "addresses": [
3086
+ "string",
3087
+ "string",
3088
+ "string",
3089
+ "string",
3090
+ "string"
3091
+ ],
3092
+ "isDynamic": false,
3093
+ "addressRange": {
3094
+ "minAddress": "string",
3095
+ "maxAddress": "string"
3096
+ },
3097
+ "subnetId": "string"
3098
+ },
3099
+ {
3100
+ "type": "IPV6",
3101
+ "addresses": [
3102
+ "string",
3103
+ "string",
3104
+ "string",
3105
+ "string",
3106
+ "string",
3107
+ "string",
3108
+ "string",
3109
+ "string",
3110
+ "string",
3111
+ "string"
3112
+ ],
3113
+ "isDynamic": false,
3114
+ "addressRange": {
3115
+ "minAddress": "string",
3116
+ "maxAddress": "string"
3117
+ },
3118
+ "subnetId": "string"
3119
+ },
3120
+ {
3121
+ "type": "IPV4",
3122
+ "addresses": [
3123
+ "string",
3124
+ "string",
3125
+ "string",
3126
+ "string",
3127
+ "string",
3128
+ "string",
3129
+ "string",
3130
+ "string",
3131
+ "string"
3132
+ ],
3133
+ "isDynamic": false,
3134
+ "addressRange": {
3135
+ "minAddress": "string",
3136
+ "maxAddress": "string"
3137
+ },
3138
+ "subnetId": "string"
3139
+ },
3140
+ {
3141
+ "type": "IPV4",
3142
+ "addresses": [
3143
+ "string",
3144
+ "string",
3145
+ "string",
3146
+ "string",
3147
+ "string"
3148
+ ],
3149
+ "isDynamic": true,
3150
+ "addressRange": {
3151
+ "minAddress": "string",
3152
+ "maxAddress": "string"
3153
+ },
3154
+ "subnetId": "string"
3155
+ },
3156
+ {
3157
+ "type": "IPV4",
3158
+ "addresses": [
3159
+ "string",
3160
+ "string",
3161
+ "string",
3162
+ "string",
3163
+ "string",
3164
+ "string",
3165
+ "string",
3166
+ "string",
3167
+ "string",
3168
+ "string"
3169
+ ],
3170
+ "isDynamic": true,
3171
+ "addressRange": {
3172
+ "minAddress": "string",
3173
+ "maxAddress": "string"
3174
+ },
3175
+ "subnetId": "string"
3176
+ }
3177
+ ]
3178
+ }
3179
+ },
3180
+ {
3181
+ "layerProtocol": "IP_OVER_ETHERNET",
3182
+ "ipOverEthernet": {
3183
+ "macAddress": "string",
3184
+ "segmentationId": "string",
3185
+ "ipAddresses": [
3186
+ {
3187
+ "type": "IPV4",
3188
+ "addresses": [
3189
+ "string"
3190
+ ],
3191
+ "isDynamic": true,
3192
+ "addressRange": {
3193
+ "minAddress": "string",
3194
+ "maxAddress": "string"
3195
+ },
3196
+ "subnetId": "string"
3197
+ },
3198
+ {
3199
+ "type": "IPV4",
3200
+ "addresses": [
3201
+ "string",
3202
+ "string",
3203
+ "string",
3204
+ "string",
3205
+ "string",
3206
+ "string",
3207
+ "string"
3208
+ ],
3209
+ "isDynamic": false,
3210
+ "addressRange": {
3211
+ "minAddress": "string",
3212
+ "maxAddress": "string"
3213
+ },
3214
+ "subnetId": "string"
3215
+ },
3216
+ {
3217
+ "type": "IPV6",
3218
+ "addresses": [
3219
+ "string",
3220
+ "string",
3221
+ "string",
3222
+ "string",
3223
+ "string",
3224
+ "string",
3225
+ "string",
3226
+ "string",
3227
+ "string",
3228
+ "string"
3229
+ ],
3230
+ "isDynamic": false,
3231
+ "addressRange": {
3232
+ "minAddress": "string",
3233
+ "maxAddress": "string"
3234
+ },
3235
+ "subnetId": "string"
3236
+ },
3237
+ {
3238
+ "type": "IPV6",
3239
+ "addresses": [
3240
+ "string"
3241
+ ],
3242
+ "isDynamic": false,
3243
+ "addressRange": {
3244
+ "minAddress": "string",
3245
+ "maxAddress": "string"
3246
+ },
3247
+ "subnetId": "string"
3248
+ },
3249
+ {
3250
+ "type": "IPV6",
3251
+ "addresses": [
3252
+ "string",
3253
+ "string"
3254
+ ],
3255
+ "isDynamic": true,
3256
+ "addressRange": {
3257
+ "minAddress": "string",
3258
+ "maxAddress": "string"
3259
+ },
3260
+ "subnetId": "string"
3261
+ }
3262
+ ]
3263
+ }
3264
+ },
3265
+ {
3266
+ "layerProtocol": "IP_OVER_ETHERNET",
3267
+ "ipOverEthernet": {
3268
+ "macAddress": "string",
3269
+ "segmentationId": "string",
3270
+ "ipAddresses": [
3271
+ {
3272
+ "type": "IPV4",
3273
+ "addresses": [
3274
+ "string",
3275
+ "string",
3276
+ "string",
3277
+ "string",
3278
+ "string",
3279
+ "string",
3280
+ "string",
3281
+ "string",
3282
+ "string"
3283
+ ],
3284
+ "isDynamic": true,
3285
+ "addressRange": {
3286
+ "minAddress": "string",
3287
+ "maxAddress": "string"
3288
+ },
3289
+ "subnetId": "string"
3290
+ },
3291
+ {
3292
+ "type": "IPV6",
3293
+ "addresses": [
3294
+ "string",
3295
+ "string",
3296
+ "string",
3297
+ "string",
3298
+ "string",
3299
+ "string"
3300
+ ],
3301
+ "isDynamic": true,
3302
+ "addressRange": {
3303
+ "minAddress": "string",
3304
+ "maxAddress": "string"
3305
+ },
3306
+ "subnetId": "string"
3307
+ },
3308
+ {
3309
+ "type": "IPV4",
3310
+ "addresses": [
3311
+ "string",
3312
+ "string",
3313
+ "string",
3314
+ "string",
3315
+ "string",
3316
+ "string",
3317
+ "string",
3318
+ "string"
3319
+ ],
3320
+ "isDynamic": false,
3321
+ "addressRange": {
3322
+ "minAddress": "string",
3323
+ "maxAddress": "string"
3324
+ },
3325
+ "subnetId": "string"
3326
+ }
3327
+ ]
3328
+ }
3329
+ }
3330
+ ],
3331
+ "vnfLinkPortId": "string",
3332
+ "metadata": {}
3333
+ },
3334
+ {
3335
+ "id": "string",
3336
+ "cpdId": "string",
3337
+ "vnfExtCpId": "string",
3338
+ "cpProtocolInfo": [
3339
+ {
3340
+ "layerProtocol": "IP_OVER_ETHERNET",
3341
+ "ipOverEthernet": {
3342
+ "macAddress": "string",
3343
+ "segmentationId": "string",
3344
+ "ipAddresses": [
3345
+ {
3346
+ "type": "IPV6",
3347
+ "addresses": [
3348
+ "string",
3349
+ "string",
3350
+ "string",
3351
+ "string",
3352
+ "string",
3353
+ "string"
3354
+ ],
3355
+ "isDynamic": false,
3356
+ "addressRange": {
3357
+ "minAddress": "string",
3358
+ "maxAddress": "string"
3359
+ },
3360
+ "subnetId": "string"
3361
+ }
3362
+ ]
3363
+ }
3364
+ }
3365
+ ],
3366
+ "vnfLinkPortId": "string",
3367
+ "metadata": {}
3368
+ }
3369
+ ],
3370
+ "metadata": {}
3371
+ }
3372
+ ],
3373
+ "vnfVirtualLinkResourceInfo": [
3374
+ {
3375
+ "id": "string",
3376
+ "vnfVirtualLinkDescId": "string",
3377
+ "vnfdId": "string",
3378
+ "networkResource": {
3379
+ "vimConnectionId": "string",
3380
+ "resourceProviderId": "string",
3381
+ "resourceId": "string",
3382
+ "vimLevelResourceType": "string"
3383
+ },
3384
+ "reservationId": "string",
3385
+ "vnfLinkPorts": [
3386
+ {
3387
+ "id": "string",
3388
+ "resourceHandle": {
3389
+ "vimConnectionId": "string",
3390
+ "resourceProviderId": "string",
3391
+ "resourceId": "string",
3392
+ "vimLevelResourceType": "string"
3393
+ },
3394
+ "cpInstanceId": "string",
3395
+ "cpInstanceType": "EXT_CP"
3396
+ },
3397
+ {
3398
+ "id": "string",
3399
+ "resourceHandle": {
3400
+ "vimConnectionId": "string",
3401
+ "resourceProviderId": "string",
3402
+ "resourceId": "string",
3403
+ "vimLevelResourceType": "string"
3404
+ },
3405
+ "cpInstanceId": "string",
3406
+ "cpInstanceType": "VNFC_CP"
3407
+ },
3408
+ {
3409
+ "id": "string",
3410
+ "resourceHandle": {
3411
+ "vimConnectionId": "string",
3412
+ "resourceProviderId": "string",
3413
+ "resourceId": "string",
3414
+ "vimLevelResourceType": "string"
3415
+ },
3416
+ "cpInstanceId": "string",
3417
+ "cpInstanceType": "EXT_CP"
3418
+ },
3419
+ {
3420
+ "id": "string",
3421
+ "resourceHandle": {
3422
+ "vimConnectionId": "string",
3423
+ "resourceProviderId": "string",
3424
+ "resourceId": "string",
3425
+ "vimLevelResourceType": "string"
3426
+ },
3427
+ "cpInstanceId": "string",
3428
+ "cpInstanceType": "EXT_CP"
3429
+ },
3430
+ {
3431
+ "id": "string",
3432
+ "resourceHandle": {
3433
+ "vimConnectionId": "string",
3434
+ "resourceProviderId": "string",
3435
+ "resourceId": "string",
3436
+ "vimLevelResourceType": "string"
3437
+ },
3438
+ "cpInstanceId": "string",
3439
+ "cpInstanceType": "VNFC_CP"
3440
+ },
3441
+ {
3442
+ "id": "string",
3443
+ "resourceHandle": {
3444
+ "vimConnectionId": "string",
3445
+ "resourceProviderId": "string",
3446
+ "resourceId": "string",
3447
+ "vimLevelResourceType": "string"
3448
+ },
3449
+ "cpInstanceId": "string",
3450
+ "cpInstanceType": "EXT_CP"
3451
+ },
3452
+ {
3453
+ "id": "string",
3454
+ "resourceHandle": {
3455
+ "vimConnectionId": "string",
3456
+ "resourceProviderId": "string",
3457
+ "resourceId": "string",
3458
+ "vimLevelResourceType": "string"
3459
+ },
3460
+ "cpInstanceId": "string",
3461
+ "cpInstanceType": "VNFC_CP"
3462
+ }
3463
+ ],
3464
+ "metadata": {}
3465
+ },
3466
+ {
3467
+ "id": "string",
3468
+ "vnfVirtualLinkDescId": "string",
3469
+ "vnfdId": "string",
3470
+ "networkResource": {
3471
+ "vimConnectionId": "string",
3472
+ "resourceProviderId": "string",
3473
+ "resourceId": "string",
3474
+ "vimLevelResourceType": "string"
3475
+ },
3476
+ "reservationId": "string",
3477
+ "vnfLinkPorts": [
3478
+ {
3479
+ "id": "string",
3480
+ "resourceHandle": {
3481
+ "vimConnectionId": "string",
3482
+ "resourceProviderId": "string",
3483
+ "resourceId": "string",
3484
+ "vimLevelResourceType": "string"
3485
+ },
3486
+ "cpInstanceId": "string",
3487
+ "cpInstanceType": "EXT_CP"
3488
+ },
3489
+ {
3490
+ "id": "string",
3491
+ "resourceHandle": {
3492
+ "vimConnectionId": "string",
3493
+ "resourceProviderId": "string",
3494
+ "resourceId": "string",
3495
+ "vimLevelResourceType": "string"
3496
+ },
3497
+ "cpInstanceId": "string",
3498
+ "cpInstanceType": "EXT_CP"
3499
+ },
3500
+ {
3501
+ "id": "string",
3502
+ "resourceHandle": {
3503
+ "vimConnectionId": "string",
3504
+ "resourceProviderId": "string",
3505
+ "resourceId": "string",
3506
+ "vimLevelResourceType": "string"
3507
+ },
3508
+ "cpInstanceId": "string",
3509
+ "cpInstanceType": "VNFC_CP"
3510
+ },
3511
+ {
3512
+ "id": "string",
3513
+ "resourceHandle": {
3514
+ "vimConnectionId": "string",
3515
+ "resourceProviderId": "string",
3516
+ "resourceId": "string",
3517
+ "vimLevelResourceType": "string"
3518
+ },
3519
+ "cpInstanceId": "string",
3520
+ "cpInstanceType": "EXT_CP"
3521
+ },
3522
+ {
3523
+ "id": "string",
3524
+ "resourceHandle": {
3525
+ "vimConnectionId": "string",
3526
+ "resourceProviderId": "string",
3527
+ "resourceId": "string",
3528
+ "vimLevelResourceType": "string"
3529
+ },
3530
+ "cpInstanceId": "string",
3531
+ "cpInstanceType": "VNFC_CP"
3532
+ },
3533
+ {
3534
+ "id": "string",
3535
+ "resourceHandle": {
3536
+ "vimConnectionId": "string",
3537
+ "resourceProviderId": "string",
3538
+ "resourceId": "string",
3539
+ "vimLevelResourceType": "string"
3540
+ },
3541
+ "cpInstanceId": "string",
3542
+ "cpInstanceType": "EXT_CP"
3543
+ },
3544
+ {
3545
+ "id": "string",
3546
+ "resourceHandle": {
3547
+ "vimConnectionId": "string",
3548
+ "resourceProviderId": "string",
3549
+ "resourceId": "string",
3550
+ "vimLevelResourceType": "string"
3551
+ },
3552
+ "cpInstanceId": "string",
3553
+ "cpInstanceType": "EXT_CP"
3554
+ },
3555
+ {
3556
+ "id": "string",
3557
+ "resourceHandle": {
3558
+ "vimConnectionId": "string",
3559
+ "resourceProviderId": "string",
3560
+ "resourceId": "string",
3561
+ "vimLevelResourceType": "string"
3562
+ },
3563
+ "cpInstanceId": "string",
3564
+ "cpInstanceType": "VNFC_CP"
3565
+ },
3566
+ {
3567
+ "id": "string",
3568
+ "resourceHandle": {
3569
+ "vimConnectionId": "string",
3570
+ "resourceProviderId": "string",
3571
+ "resourceId": "string",
3572
+ "vimLevelResourceType": "string"
3573
+ },
3574
+ "cpInstanceId": "string",
3575
+ "cpInstanceType": "EXT_CP"
3576
+ },
3577
+ {
3578
+ "id": "string",
3579
+ "resourceHandle": {
3580
+ "vimConnectionId": "string",
3581
+ "resourceProviderId": "string",
3582
+ "resourceId": "string",
3583
+ "vimLevelResourceType": "string"
3584
+ },
3585
+ "cpInstanceId": "string",
3586
+ "cpInstanceType": "EXT_CP"
3587
+ }
3588
+ ],
3589
+ "metadata": {}
3590
+ },
3591
+ {
3592
+ "id": "string",
3593
+ "vnfVirtualLinkDescId": "string",
3594
+ "vnfdId": "string",
3595
+ "networkResource": {
3596
+ "vimConnectionId": "string",
3597
+ "resourceProviderId": "string",
3598
+ "resourceId": "string",
3599
+ "vimLevelResourceType": "string"
3600
+ },
3601
+ "reservationId": "string",
3602
+ "vnfLinkPorts": [
3603
+ {
3604
+ "id": "string",
3605
+ "resourceHandle": {
3606
+ "vimConnectionId": "string",
3607
+ "resourceProviderId": "string",
3608
+ "resourceId": "string",
3609
+ "vimLevelResourceType": "string"
3610
+ },
3611
+ "cpInstanceId": "string",
3612
+ "cpInstanceType": "EXT_CP"
3613
+ }
3614
+ ],
3615
+ "metadata": {}
3616
+ },
3617
+ {
3618
+ "id": "string",
3619
+ "vnfVirtualLinkDescId": "string",
3620
+ "vnfdId": "string",
3621
+ "networkResource": {
3622
+ "vimConnectionId": "string",
3623
+ "resourceProviderId": "string",
3624
+ "resourceId": "string",
3625
+ "vimLevelResourceType": "string"
3626
+ },
3627
+ "reservationId": "string",
3628
+ "vnfLinkPorts": [
3629
+ {
3630
+ "id": "string",
3631
+ "resourceHandle": {
3632
+ "vimConnectionId": "string",
3633
+ "resourceProviderId": "string",
3634
+ "resourceId": "string",
3635
+ "vimLevelResourceType": "string"
3636
+ },
3637
+ "cpInstanceId": "string",
3638
+ "cpInstanceType": "VNFC_CP"
3639
+ },
3640
+ {
3641
+ "id": "string",
3642
+ "resourceHandle": {
3643
+ "vimConnectionId": "string",
3644
+ "resourceProviderId": "string",
3645
+ "resourceId": "string",
3646
+ "vimLevelResourceType": "string"
3647
+ },
3648
+ "cpInstanceId": "string",
3649
+ "cpInstanceType": "EXT_CP"
3650
+ }
3651
+ ],
3652
+ "metadata": {}
3653
+ }
3654
+ ],
3655
+ "vnfVirtualStorageResourceInfo": [
3656
+ {
3657
+ "id": "string",
3658
+ "virtualStorageDescId": "string",
3659
+ "vnfdId": "string",
3660
+ "storageResource": {
3661
+ "vimConnectionId": "string",
3662
+ "resourceProviderId": "string",
3663
+ "resourceId": "string",
3664
+ "vimLevelResourceType": "string"
3665
+ },
3666
+ "reservationId": "string",
3667
+ "metadata": {}
3668
+ },
3669
+ {
3670
+ "id": "string",
3671
+ "virtualStorageDescId": "string",
3672
+ "vnfdId": "string",
3673
+ "storageResource": {
3674
+ "vimConnectionId": "string",
3675
+ "resourceProviderId": "string",
3676
+ "resourceId": "string",
3677
+ "vimLevelResourceType": "string"
3678
+ },
3679
+ "reservationId": "string",
3680
+ "metadata": {}
3681
+ },
3682
+ {
3683
+ "id": "string",
3684
+ "virtualStorageDescId": "string",
3685
+ "vnfdId": "string",
3686
+ "storageResource": {
3687
+ "vimConnectionId": "string",
3688
+ "resourceProviderId": "string",
3689
+ "resourceId": "string",
3690
+ "vimLevelResourceType": "string"
3691
+ },
3692
+ "reservationId": "string",
3693
+ "metadata": {}
3694
+ },
3695
+ {
3696
+ "id": "string",
3697
+ "virtualStorageDescId": "string",
3698
+ "vnfdId": "string",
3699
+ "storageResource": {
3700
+ "vimConnectionId": "string",
3701
+ "resourceProviderId": "string",
3702
+ "resourceId": "string",
3703
+ "vimLevelResourceType": "string"
3704
+ },
3705
+ "reservationId": "string",
3706
+ "metadata": {}
3707
+ },
3708
+ {
3709
+ "id": "string",
3710
+ "virtualStorageDescId": "string",
3711
+ "vnfdId": "string",
3712
+ "storageResource": {
3713
+ "vimConnectionId": "string",
3714
+ "resourceProviderId": "string",
3715
+ "resourceId": "string",
3716
+ "vimLevelResourceType": "string"
3717
+ },
3718
+ "reservationId": "string",
3719
+ "metadata": {}
3720
+ },
3721
+ {
3722
+ "id": "string",
3723
+ "virtualStorageDescId": "string",
3724
+ "vnfdId": "string",
3725
+ "storageResource": {
3726
+ "vimConnectionId": "string",
3727
+ "resourceProviderId": "string",
3728
+ "resourceId": "string",
3729
+ "vimLevelResourceType": "string"
3730
+ },
3731
+ "reservationId": "string",
3732
+ "metadata": {}
3733
+ },
3734
+ {
3735
+ "id": "string",
3736
+ "virtualStorageDescId": "string",
3737
+ "vnfdId": "string",
3738
+ "storageResource": {
3739
+ "vimConnectionId": "string",
3740
+ "resourceProviderId": "string",
3741
+ "resourceId": "string",
3742
+ "vimLevelResourceType": "string"
3743
+ },
3744
+ "reservationId": "string",
3745
+ "metadata": {}
3746
+ },
3747
+ {
3748
+ "id": "string",
3749
+ "virtualStorageDescId": "string",
3750
+ "vnfdId": "string",
3751
+ "storageResource": {
3752
+ "vimConnectionId": "string",
3753
+ "resourceProviderId": "string",
3754
+ "resourceId": "string",
3755
+ "vimLevelResourceType": "string"
3756
+ },
3757
+ "reservationId": "string",
3758
+ "metadata": {}
3759
+ },
3760
+ {
3761
+ "id": "string",
3762
+ "virtualStorageDescId": "string",
3763
+ "vnfdId": "string",
3764
+ "storageResource": {
3765
+ "vimConnectionId": "string",
3766
+ "resourceProviderId": "string",
3767
+ "resourceId": "string",
3768
+ "vimLevelResourceType": "string"
3769
+ },
3770
+ "reservationId": "string",
3771
+ "metadata": {}
3772
+ },
3773
+ {
3774
+ "id": "string",
3775
+ "virtualStorageDescId": "string",
3776
+ "vnfdId": "string",
3777
+ "storageResource": {
3778
+ "vimConnectionId": "string",
3779
+ "resourceProviderId": "string",
3780
+ "resourceId": "string",
3781
+ "vimLevelResourceType": "string"
3782
+ },
3783
+ "reservationId": "string",
3784
+ "metadata": {}
3785
+ }
3786
+ ],
3787
+ "vnfcInfo": [
3788
+ {
3789
+ "id": "string",
3790
+ "vduId": "string",
3791
+ "vnfcResourceInfoId": "string",
3792
+ "vnfcState": "string",
3793
+ "vnfcConfigurableProperties": {}
3794
+ },
3795
+ {
3796
+ "id": "string",
3797
+ "vduId": "string",
3798
+ "vnfcResourceInfoId": "string",
3799
+ "vnfcState": "string",
3800
+ "vnfcConfigurableProperties": {}
3801
+ },
3802
+ {
3803
+ "id": "string",
3804
+ "vduId": "string",
3805
+ "vnfcResourceInfoId": "string",
3806
+ "vnfcState": "string",
3807
+ "vnfcConfigurableProperties": {}
3808
+ },
3809
+ {
3810
+ "id": "string",
3811
+ "vduId": "string",
3812
+ "vnfcResourceInfoId": "string",
3813
+ "vnfcState": "string",
3814
+ "vnfcConfigurableProperties": {}
3815
+ },
3816
+ {
3817
+ "id": "string",
3818
+ "vduId": "string",
3819
+ "vnfcResourceInfoId": "string",
3820
+ "vnfcState": "string",
3821
+ "vnfcConfigurableProperties": {}
3822
+ },
3823
+ {
3824
+ "id": "string",
3825
+ "vduId": "string",
3826
+ "vnfcResourceInfoId": "string",
3827
+ "vnfcState": "string",
3828
+ "vnfcConfigurableProperties": {}
3829
+ },
3830
+ {
3831
+ "id": "string",
3832
+ "vduId": "string",
3833
+ "vnfcResourceInfoId": "string",
3834
+ "vnfcState": "string",
3835
+ "vnfcConfigurableProperties": {}
3836
+ },
3837
+ {
3838
+ "id": "string",
3839
+ "vduId": "string",
3840
+ "vnfcResourceInfoId": "string",
3841
+ "vnfcState": "string",
3842
+ "vnfcConfigurableProperties": {}
3843
+ }
3844
+ ]
3845
+ },
3846
+ "metadata": {},
3847
+ "extensions": {},
3848
+ "_links": {
3849
+ "self": {
3850
+ "href": "string"
3851
+ },
3852
+ "indicators": {
3853
+ "href": "string"
3854
+ },
3855
+ "instantiate": {
3856
+ "href": "string"
3857
+ },
3858
+ "terminate": {
3859
+ "href": "string"
3860
+ },
3861
+ "scale": {
3862
+ "href": "string"
3863
+ },
3864
+ "scaleToLevel": {
3865
+ "href": "string"
3866
+ },
3867
+ "changeFlavour": {
3868
+ "href": "string"
3869
+ },
3870
+ "heal": {
3871
+ "href": "string"
3872
+ },
3873
+ "operate": {
3874
+ "href": "string"
3875
+ },
3876
+ "changeExtConn": {
3877
+ "href": "string"
3878
+ },
3879
+ "createSnapshot": {
3880
+ "href": "string"
3881
+ },
3882
+ "revertToSnapshot": {
3883
+ "href": "string"
3884
+ }
3885
+ }
3886
+ },
3887
+ "vnfcSnapshots": [
3888
+ {
3889
+ "id": "string",
3890
+ "vnfcInstanceId": "string",
3891
+ "creationStartedAt": "string",
3892
+ "creationFinishedAt": "string",
3893
+ "vnfcResourceInfoId": {
3894
+ "id": "string",
3895
+ "vduId": "string",
3896
+ "vnfcResourceInfoId": "string",
3897
+ "vnfcState": "string",
3898
+ "vnfcConfigurableProperties": {}
3899
+ },
3900
+ "computeSnapshotResource": {
3901
+ "vimConnectionId": "string",
3902
+ "resourceProviderId": "string",
3903
+ "resourceId": "string",
3904
+ "vimLevelResourceType": "string"
3905
+ },
3906
+ "storageSnapshotResources": {
3907
+ "storageResourceId": "string",
3908
+ "storageSnapshotResource": {
3909
+ "vimConnectionId": "string",
3910
+ "resourceProviderId": "string",
3911
+ "resourceId": "string",
3912
+ "vimLevelResourceType": "string"
3913
+ }
3914
+ },
3915
+ "userDefinedData": {}
3916
+ },
3917
+ {
3918
+ "id": "string",
3919
+ "vnfcInstanceId": "string",
3920
+ "creationStartedAt": "string",
3921
+ "creationFinishedAt": "string",
3922
+ "vnfcResourceInfoId": {
3923
+ "id": "string",
3924
+ "vduId": "string",
3925
+ "vnfcResourceInfoId": "string",
3926
+ "vnfcState": "string",
3927
+ "vnfcConfigurableProperties": {}
3928
+ },
3929
+ "computeSnapshotResource": {
3930
+ "vimConnectionId": "string",
3931
+ "resourceProviderId": "string",
3932
+ "resourceId": "string",
3933
+ "vimLevelResourceType": "string"
3934
+ },
3935
+ "storageSnapshotResources": {
3936
+ "storageResourceId": "string",
3937
+ "storageSnapshotResource": {
3938
+ "vimConnectionId": "string",
3939
+ "resourceProviderId": "string",
3940
+ "resourceId": "string",
3941
+ "vimLevelResourceType": "string"
3942
+ }
3943
+ },
3944
+ "userDefinedData": {}
3945
+ },
3946
+ {
3947
+ "id": "string",
3948
+ "vnfcInstanceId": "string",
3949
+ "creationStartedAt": "string",
3950
+ "creationFinishedAt": "string",
3951
+ "vnfcResourceInfoId": {
3952
+ "id": "string",
3953
+ "vduId": "string",
3954
+ "vnfcResourceInfoId": "string",
3955
+ "vnfcState": "string",
3956
+ "vnfcConfigurableProperties": {}
3957
+ },
3958
+ "computeSnapshotResource": {
3959
+ "vimConnectionId": "string",
3960
+ "resourceProviderId": "string",
3961
+ "resourceId": "string",
3962
+ "vimLevelResourceType": "string"
3963
+ },
3964
+ "storageSnapshotResources": {
3965
+ "storageResourceId": "string",
3966
+ "storageSnapshotResource": {
3967
+ "vimConnectionId": "string",
3968
+ "resourceProviderId": "string",
3969
+ "resourceId": "string",
3970
+ "vimLevelResourceType": "string"
3971
+ }
3972
+ },
3973
+ "userDefinedData": {}
3974
+ },
3975
+ {
3976
+ "id": "string",
3977
+ "vnfcInstanceId": "string",
3978
+ "creationStartedAt": "string",
3979
+ "creationFinishedAt": "string",
3980
+ "vnfcResourceInfoId": {
3981
+ "id": "string",
3982
+ "vduId": "string",
3983
+ "vnfcResourceInfoId": "string",
3984
+ "vnfcState": "string",
3985
+ "vnfcConfigurableProperties": {}
3986
+ },
3987
+ "computeSnapshotResource": {
3988
+ "vimConnectionId": "string",
3989
+ "resourceProviderId": "string",
3990
+ "resourceId": "string",
3991
+ "vimLevelResourceType": "string"
3992
+ },
3993
+ "storageSnapshotResources": {
3994
+ "storageResourceId": "string",
3995
+ "storageSnapshotResource": {
3996
+ "vimConnectionId": "string",
3997
+ "resourceProviderId": "string",
3998
+ "resourceId": "string",
3999
+ "vimLevelResourceType": "string"
4000
+ }
4001
+ },
4002
+ "userDefinedData": {}
4003
+ },
4004
+ {
4005
+ "id": "string",
4006
+ "vnfcInstanceId": "string",
4007
+ "creationStartedAt": "string",
4008
+ "creationFinishedAt": "string",
4009
+ "vnfcResourceInfoId": {
4010
+ "id": "string",
4011
+ "vduId": "string",
4012
+ "vnfcResourceInfoId": "string",
4013
+ "vnfcState": "string",
4014
+ "vnfcConfigurableProperties": {}
4015
+ },
4016
+ "computeSnapshotResource": {
4017
+ "vimConnectionId": "string",
4018
+ "resourceProviderId": "string",
4019
+ "resourceId": "string",
4020
+ "vimLevelResourceType": "string"
4021
+ },
4022
+ "storageSnapshotResources": {
4023
+ "storageResourceId": "string",
4024
+ "storageSnapshotResource": {
4025
+ "vimConnectionId": "string",
4026
+ "resourceProviderId": "string",
4027
+ "resourceId": "string",
4028
+ "vimLevelResourceType": "string"
4029
+ }
4030
+ },
4031
+ "userDefinedData": {}
4032
+ },
4033
+ {
4034
+ "id": "string",
4035
+ "vnfcInstanceId": "string",
4036
+ "creationStartedAt": "string",
4037
+ "creationFinishedAt": "string",
4038
+ "vnfcResourceInfoId": {
4039
+ "id": "string",
4040
+ "vduId": "string",
4041
+ "vnfcResourceInfoId": "string",
4042
+ "vnfcState": "string",
4043
+ "vnfcConfigurableProperties": {}
4044
+ },
4045
+ "computeSnapshotResource": {
4046
+ "vimConnectionId": "string",
4047
+ "resourceProviderId": "string",
4048
+ "resourceId": "string",
4049
+ "vimLevelResourceType": "string"
4050
+ },
4051
+ "storageSnapshotResources": {
4052
+ "storageResourceId": "string",
4053
+ "storageSnapshotResource": {
4054
+ "vimConnectionId": "string",
4055
+ "resourceProviderId": "string",
4056
+ "resourceId": "string",
4057
+ "vimLevelResourceType": "string"
4058
+ }
4059
+ },
4060
+ "userDefinedData": {}
4061
+ },
4062
+ {
4063
+ "id": "string",
4064
+ "vnfcInstanceId": "string",
4065
+ "creationStartedAt": "string",
4066
+ "creationFinishedAt": "string",
4067
+ "vnfcResourceInfoId": {
4068
+ "id": "string",
4069
+ "vduId": "string",
4070
+ "vnfcResourceInfoId": "string",
4071
+ "vnfcState": "string",
4072
+ "vnfcConfigurableProperties": {}
4073
+ },
4074
+ "computeSnapshotResource": {
4075
+ "vimConnectionId": "string",
4076
+ "resourceProviderId": "string",
4077
+ "resourceId": "string",
4078
+ "vimLevelResourceType": "string"
4079
+ },
4080
+ "storageSnapshotResources": {
4081
+ "storageResourceId": "string",
4082
+ "storageSnapshotResource": {
4083
+ "vimConnectionId": "string",
4084
+ "resourceProviderId": "string",
4085
+ "resourceId": "string",
4086
+ "vimLevelResourceType": "string"
4087
+ }
4088
+ },
4089
+ "userDefinedData": {}
4090
+ },
4091
+ {
4092
+ "id": "string",
4093
+ "vnfcInstanceId": "string",
4094
+ "creationStartedAt": "string",
4095
+ "creationFinishedAt": "string",
4096
+ "vnfcResourceInfoId": {
4097
+ "id": "string",
4098
+ "vduId": "string",
4099
+ "vnfcResourceInfoId": "string",
4100
+ "vnfcState": "string",
4101
+ "vnfcConfigurableProperties": {}
4102
+ },
4103
+ "computeSnapshotResource": {
4104
+ "vimConnectionId": "string",
4105
+ "resourceProviderId": "string",
4106
+ "resourceId": "string",
4107
+ "vimLevelResourceType": "string"
4108
+ },
4109
+ "storageSnapshotResources": {
4110
+ "storageResourceId": "string",
4111
+ "storageSnapshotResource": {
4112
+ "vimConnectionId": "string",
4113
+ "resourceProviderId": "string",
4114
+ "resourceId": "string",
4115
+ "vimLevelResourceType": "string"
4116
+ }
4117
+ },
4118
+ "userDefinedData": {}
4119
+ },
4120
+ {
4121
+ "id": "string",
4122
+ "vnfcInstanceId": "string",
4123
+ "creationStartedAt": "string",
4124
+ "creationFinishedAt": "string",
4125
+ "vnfcResourceInfoId": {
4126
+ "id": "string",
4127
+ "vduId": "string",
4128
+ "vnfcResourceInfoId": "string",
4129
+ "vnfcState": "string",
4130
+ "vnfcConfigurableProperties": {}
4131
+ },
4132
+ "computeSnapshotResource": {
4133
+ "vimConnectionId": "string",
4134
+ "resourceProviderId": "string",
4135
+ "resourceId": "string",
4136
+ "vimLevelResourceType": "string"
4137
+ },
4138
+ "storageSnapshotResources": {
4139
+ "storageResourceId": "string",
4140
+ "storageSnapshotResource": {
4141
+ "vimConnectionId": "string",
4142
+ "resourceProviderId": "string",
4143
+ "resourceId": "string",
4144
+ "vimLevelResourceType": "string"
4145
+ }
4146
+ },
4147
+ "userDefinedData": {}
4148
+ },
4149
+ {
4150
+ "id": "string",
4151
+ "vnfcInstanceId": "string",
4152
+ "creationStartedAt": "string",
4153
+ "creationFinishedAt": "string",
4154
+ "vnfcResourceInfoId": {
4155
+ "id": "string",
4156
+ "vduId": "string",
4157
+ "vnfcResourceInfoId": "string",
4158
+ "vnfcState": "string",
4159
+ "vnfcConfigurableProperties": {}
4160
+ },
4161
+ "computeSnapshotResource": {
4162
+ "vimConnectionId": "string",
4163
+ "resourceProviderId": "string",
4164
+ "resourceId": "string",
4165
+ "vimLevelResourceType": "string"
4166
+ },
4167
+ "storageSnapshotResources": {
4168
+ "storageResourceId": "string",
4169
+ "storageSnapshotResource": {
4170
+ "vimConnectionId": "string",
4171
+ "resourceProviderId": "string",
4172
+ "resourceId": "string",
4173
+ "vimLevelResourceType": "string"
4174
+ }
4175
+ },
4176
+ "userDefinedData": {}
4177
+ }
4178
+ ],
4179
+ "userDefinedData": {}
4180
+ },
4181
+ "_links": {
4182
+ "self": {
4183
+ "href": "string"
4184
+ },
4185
+ "takenFrom": {
4186
+ "href": "string"
4187
+ }
4188
+ }
4189
+ }