Springboot 2.0 upgrade
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / aai / GenericVnf.json
1 {
2         "closedLoopDisabled":false,
3         "vnf-id":"vnfId1",
4         "vnf-name":"vnfName",
5         "vnf-type":"vnfType",
6         "orchestration-status":"PRECREATED",
7         "vf-modules": {
8                 "vf-module": [{
9                         "vf-module-id": "lukewarm",
10                         "vf-module-name": "testVfModuleNameGWPrim",
11                         "heat-stack-id": "fastburn",
12             "is-base-vf-module": true,
13             "orchestration-status": "Created"
14                 },
15                         {
16                         "vf-module-id": "testVfModuleIdGWSec",
17                         "vf-module-name": "testVfModuleNameGWSec",
18                         "heat-stack-id": "testHeatStackIdGWSec",
19             "orchestration-status": "Created"
20                 }]
21         },
22         "volume-groups":[],
23         "line-of-business":null,
24         "platform":null,
25         "cascaded":false,
26         "cloud-params":{},
27         "cloud-context":null,
28         "solution":null,
29         "vnf-name-2":null,
30         "service-id":null,
31         "regional-resource-zone":null,
32         "prov-status":null,
33         "operational-status":null,
34         "equipment-role":null,
35         "management-option":null,
36         "ipv4-oam-address":null,
37         "ipv4-loopback0-address":null,
38         "nm-lan-v6-address":null,
39         "management-v6-address":null,
40         "vcpu":null,
41         "vcpu-units":null,
42         "vmemory":null,
43         "vmemory-units":null,
44         "vdisk":null,
45         "vdisk-units":null,
46         "in-maint":false,
47         "is-closed-loop-disabled":false,
48         "summary-status":null,
49         "encrypted-access-flag":null,
50         "as-number":null,
51         "regional-resource-subzone":null,
52         "self-link":null,
53         "ipv4-oam-gateway-address":null,
54         "ipv4-oam-gateway-address-prefix-length":null,
55         "vlan-id-outer":null,"nm-profile-name":null,
56         "model-info-generic-vnf":null
57 }