aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInput.json
blob: 212074ba06996380b6af7845c442710d5c2a2e37 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
	"networkId": "networkId",
	"networkName": "networkName",
	"networkType": null,
	"networkRole": null,
	"networkTechnology": null,
	"neutronNetworkId": null,
	"isBoundToVpn": true,
	"serviceId": "serviceId",
	"networkRoleInstance": 1234,
	"resourceVersion": null,
	"orchestrationStatus": "Assigned",
	"heatStackId": "heatStackId",
	"msoCatalogKey": null,
	"contrailNetworkFqdn": "contrailNetworkFqdn",
	"modelInvariantId": null,
	"modelVersionId": null,
	"personaModelVersion": null,
	"modelCustomizationId": null,
	"widgetModelId": "widgetModelId",
	"widgetModelVersion": "widgetModelVersion",
	"physicalNetworkName": "physicalNetworkName",
	"isProviderNetwork": true,
	"isSharedNetwork": true,
	"isExternalNetwork": true,
	"selflink": "selflink",
	"operationalStatus": "operationalStatus",
	"subnets": {
		"subnet": [
			{
				"subnetId": "subnetId"
			}
		]
	},
	"ctagAssignments": {
		"ctagAssignment": [
			{
				"vlanIdInner": 1234
			}
		]
	},
	"segmentationAssignments": {
		"segmentationAssignment": [
			{
				"segmentationId": "segmentationId"
			}
		]
	},
	"relationshipList": null
}