Dynamic Cloud Owner Support
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / BuildingBlocks / VnfAndVfModuleMapper / grApiVmNetworkSubSectionWith5GParams.json
1 {
2         "network-role": "vmNetworkRole0",
3         "segmentation-id" : "my-segemntation-id",
4         "floating-ips": {
5                 "floating-ip-v4": [
6                         "floatingIpV40",
7                         "floatingIpV41"
8                 ],
9                 "floating-ip-v6": [
10                         "floatingIpV60",
11                         "floatingIpV61"
12                 ]
13         },
14         "interface-route-prefixes": {
15                 "interface-route-prefix": [
16                         "interfaceRoutePrefix0",
17                         "interfaceRoutePrefix1"
18                 ]
19         },
20         "sriov-parameters": {
21                 "heat-vlan-filters": {
22                         "heat-vlan-filter": [
23                                 "heatVlanFilter0",
24                                 "heatVlanFilter1"
25                         ]
26                 }
27         },
28         "network-information-items": {
29                 "network-information-item": [
30                         {
31                                 "network-ips": {
32                                         "network-ip": [
33                                                 "ip0",
34                                                 "ip1"
35                                         ]
36                                 },
37                                 "ip-version": "ipv4"
38                         },
39                         {
40                                 "network-ips": {
41                                         "network-ip": [
42                                                 "ip2",
43                                                 "ip3"
44                                         ]
45                                 },
46                                 "ip-version": "ipv6"
47                         }
48                 ]
49         },
50         "related-networks" : {
51                 "related-network" : [{
52                         "vlan-tags" : {
53                                 "is-private" : "True",
54                                 "upper-tag-id" : "1"
55                         }
56                 },{
57                         "vlan-tags" : {
58                                 "is-private" : "False",
59                                 "upper-tag-id" : "2"
60                         }
61                 },{
62                         "vlan-tags" : {
63                                 "is-private" : "True",
64                                 "upper-tag-id" : "3"
65                         }
66                 },{
67                         "vlan-tags" : {
68                                 "is-private" : "False",
69                                 "upper-tag-id" : "3"
70                         }
71                 }]
72         }
73 }