Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / test / resources / payloads / resource / generic-vnf-implied-delete.json
1 {
2   "vnf-id": "generic-vnf-implied-delete",
3   "vnf-type": "sometype",
4   "in-maint": true,
5   "is-closed-loop-disabled": true,
6   "vf-modules": {
7       "vf-module": [
8           {
9               "vf-module-id": "vf-mod-id1",
10               "is-base-vf-module": true
11           },
12           {
13               "vf-module-id": "vf-mod-id2",
14               "is-base-vf-module": true
15           },
16           {
17               "vf-module-id": "vf-mod-id3",
18               "is-base-vf-module": true
19           },
20           {
21               "vf-module-id": "vf-mod-id4",
22               "is-base-vf-module": true
23           }
24       ]
25   }
26 }