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