aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json
blob: 8e4e3632e945fea71202f03ad401f2061ee978f3 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
	"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",
				"subnetName": "subnetName",
				"neutronSubnetId": "neutronSubnetId",
				"gatewayAddress": "10.80.12.1",
				"networkStartAddress": "10.80.12.0",
				"cidrMask": "23",
				"ipVersion": "4",
				"orchestrationStatus": "Active",
				"dhcpEnabled": true,
				"dhcpStart": "10.80.12.3",
				"dhcpEnd": "10.80.13.254",
				"subnetRole": "s1",
				"ipAssignmentDirection": "true",
				"resourceVersion": "1557499815393",
				"hostRoutes": {
					"hostRoute": [
						{
							"hostRouteId": "91324351-01bf-43f8-a302-8c873451b4f1",
							"routePrefix": "10.0.0.0/16",
							"nextHop": "10.80.12.1",
							"resourceVersion": "1557499777501"
						}
					]
				}
			}
		]
	},
	"ctagAssignments": {
		"ctagAssignment": [
			{
				"vlanIdInner": 1234
			}
		]
	},
	"segmentationAssignments": {
		"segmentationAssignment": [
			{
				"segmentationId": "segmentationId"
			}
		]
	},
	"aggregateRoutes": {
		"aggregateRoute": [
			{
				"aggRouteId": "routeId",
				"networkStartAddress": "10.80.12.0",
				"cidrMask": "23",
				"ipVersion": "4"
			}
		]
	},
	"relationshipList": null
}