add junit coverage for SvnfmService
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / ExecuteBuildingBlock / l3NetworkExpectedWithSubnet.json
1 {
2         "network-id": "networkId",
3         "cascaded": null,
4         "cloud-params": {
5                 
6         },
7         "network-name": "networkName",
8         "is-bound-to-vpn": true,
9         "service-id": "serviceId",
10         "network-role-instance": 1234,
11         "orchestration-status": "ASSIGNED",
12         "heat-stack-id": "heatStackId",
13         "contrail-network-fqdn": "contrailNetworkFqdn",
14         "widget-model-id": "widgetModelId",
15         "widget-model-version": "widgetModelVersion",
16         "physical-network-name": "physicalNetworkName",
17         "is-provider-network": true,
18         "is-shared-network": true,
19         "is-external-network": true,
20         "self-link": "selflink",
21         "operational-status": "operationalStatus",
22         "subnets": [
23                 {
24                         "subnet-id": "subnetId",
25                         "subnet-name": "subnetName",
26                         "neutron-subnet-id": "neutronSubnetId",
27                         "gateway-address": "10.80.12.1",
28                         "network-start-address": "10.80.12.0",
29                         "cidr-mask": "23",
30                         "ip-version": "4",
31                         "dhcp-enabled": true,
32                         "dhcp-start": "10.80.12.3",
33                         "dhcp-end": "10.80.13.254",
34                         "subnet-role": "s1",
35                         "ip-assignment-direction": "true",
36                         "host-routes": [
37                                 {
38                                         "host-route-id": "91324351-01bf-43f8-a302-8c873451b4f1",
39                                         "route-prefix": "10.0.0.0/16",
40                                         "next-hop": "10.80.12.1"
41                                 }
42                         ]
43                 }
44         ],
45         "ctag-assignments": [
46                 {
47                         "vlan-id-inner": 1234
48                 }
49         ],
50         "segmentation-assignments": [
51                 {
52                         "segmentation-id": "segmentationId"
53                 }
54         ],
55         "model-info-network": null
56 }