Containerization feature of SO
[so.git] / bpmn / MSOCommonBPMN / src / test / resources / __files / ExecuteBuildingBlock / aaiL3NetworkInput.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                         }
33                 ]
34         },
35         "ctagAssignments": {
36                 "ctagAssignment": [
37                         {
38                                 "vlanIdInner": 1234
39                         }
40                 ]
41         },
42         "segmentationAssignments": {
43                 "segmentationAssignment": [
44                         {
45                                 "segmentationId": "segmentationId"
46                         }
47                 ]
48         },
49         "relationshipList": null
50 }