Containerization feature of SO
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / ExecuteBuildingBlock / l3NetworkExpected.json
1 {
2         "network-id": "networkId",
3         "cascaded": null,
4         "cloud-params": {},
5         "network-name": "networkName",
6         "is-bound-to-vpn": true,
7         "service-id": "serviceId",
8         "network-role-instance": 1234,
9         "orchestration-status": "ASSIGNED",
10         "heat-stack-id": "heatStackId",
11         "contrail-network-fqdn": "contrailNetworkFqdn",
12         "widget-model-id": "widgetModelId",
13         "widget-model-version": "widgetModelVersion",
14         "physical-network-name": "physicalNetworkName",
15         "is-provider-network": true,
16         "is-shared-network": true,
17         "is-external-network": true,
18         "self-link": "selflink",
19         "operational-status": "operationalStatus",
20         "subnets": [
21                 {
22                         "subnet-id": "subnetId"
23                 }
24         ],
25         "ctag-assignments": [
26                 {
27                         "vlan-id-inner": 1234
28                 }
29         ],
30         "segmentation-assignments": [
31                 {
32                         "segmentation-id": "segmentationId"
33                 }
34         ],
35         "model-info-network": null
36 }