Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / test / resources / payloads / resource / generic-vnf-with-vf-module.json
1 {
2     "vnf-id": "test-vnf11",
3     "vnf-name": "example-vnf-name-val-37069",
4     "vnf-name2": "example-vnf-name2-val-58382",
5     "vnf-type": "example-vnf-type-val-95069",
6     "in-maint": true,
7     "is-closed-loop-disabled": true,
8     "vf-modules": {
9         "vf-module": [
10             {
11                 "vf-module-id": "vf-module-test11",
12                 "is-base-vf-module": true,
13                 "automated-assignment": true
14             }
15         ]
16     }
17 }