added in mapping of aggregate routes in
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / ExecuteBuildingBlock / aaiL3NetworkInputWithSubnets.json
1 {
2         "networkId": "networkId",
3         "networkName": "networkName",
4         "networkType": null,
5         "networkRole": null,
6         "networkTechnology": null,
7         "neutronNetworkId": null,
8         "isBoundToVpn": true,
9         "serviceId": "serviceId",
10         "networkRoleInstance": 1234,
11         "resourceVersion": null,
12         "orchestrationStatus": "Assigned",
13         "heatStackId": "heatStackId",
14         "msoCatalogKey": null,
15         "contrailNetworkFqdn": "contrailNetworkFqdn",
16         "modelInvariantId": null,
17         "modelVersionId": null,
18         "personaModelVersion": null,
19         "modelCustomizationId": null,
20         "widgetModelId": "widgetModelId",
21         "widgetModelVersion": "widgetModelVersion",
22         "physicalNetworkName": "physicalNetworkName",
23         "isProviderNetwork": true,
24         "isSharedNetwork": true,
25         "isExternalNetwork": true,
26         "selflink": "selflink",
27         "operationalStatus": "operationalStatus",
28         "subnets": {
29                 "subnet": [
30                         {
31                                 "subnetId": "subnetId",
32                                 "subnetName": "subnetName",
33                                 "neutronSubnetId": "neutronSubnetId",
34                                 "gatewayAddress": "10.80.12.1",
35                                 "networkStartAddress": "10.80.12.0",
36                                 "cidrMask": "23",
37                                 "ipVersion": "4",
38                                 "orchestrationStatus": "Active",
39                                 "dhcpEnabled": true,
40                                 "dhcpStart": "10.80.12.3",
41                                 "dhcpEnd": "10.80.13.254",
42                                 "subnetRole": "s1",
43                                 "ipAssignmentDirection": "true",
44                                 "resourceVersion": "1557499815393",
45                                 "hostRoutes": {
46                                         "hostRoute": [
47                                                 {
48                                                         "hostRouteId": "91324351-01bf-43f8-a302-8c873451b4f1",
49                                                         "routePrefix": "10.0.0.0/16",
50                                                         "nextHop": "10.80.12.1",
51                                                         "resourceVersion": "1557499777501"
52                                                 }
53                                         ]
54                                 }
55                         }
56                 ]
57         },
58         "ctagAssignments": {
59                 "ctagAssignment": [
60                         {
61                                 "vlanIdInner": 1234
62                         }
63                 ]
64         },
65         "segmentationAssignments": {
66                 "segmentationAssignment": [
67                         {
68                                 "segmentationId": "segmentationId"
69                         }
70                 ]
71         },
72         "aggregateRoutes": {
73                 "aggregateRoute": [
74                         {
75                                 "routeId": "routeId",
76                                 "networkStartAddress": "10.80.12.0",
77                                 "cidrMask": "23",
78                                 "ipVersion": "4"
79                         }
80                 ]
81         },
82         "relationshipList": null
83 }