aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/VnfAndVfModuleMapper/grApiVmNetworkSubSectionWith5GParams.json
blob: e83f487a645628f575ec8e4b990249767e14b4dc (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
{
	"network-role": "vmNetworkRole0",
	"segmentation-id" : "my-segemntation-id",
	"floating-ips": {
		"floating-ip-v4": [
			"floatingIpV40",
			"floatingIpV41"
		],
		"floating-ip-v6": [
			"floatingIpV60",
			"floatingIpV61"
		]
	},
	"interface-route-prefixes": {
		"interface-route-prefix": [
			"interfaceRoutePrefix0",
			"interfaceRoutePrefix1"
		]
	},
	"sriov-parameters": {
		"heat-vlan-filters": {
			"heat-vlan-filter": [
				"heatVlanFilter0",
				"heatVlanFilter1"
			]
		}
	},
	"network-information-items": {
		"network-information-item": [
			{
				"network-ips": {
					"network-ip": [
						"ip0",
						"ip1"
					]
				},
				"ip-version": "ipv4"
			},
			{
				"network-ips": {
					"network-ip": [
						"ip2",
						"ip3"
					]
				},
				"ip-version": "ipv6"
			}
		]
	},
	"related-networks" : {
		"related-network" : [{
			"vlan-tags" : {
				"is-private" : "True",
				"upper-tag-id" : "1"
			}
		},{
			"vlan-tags" : {
				"is-private" : "False",
				"upper-tag-id" : "2"
			}
		},{
			"vlan-tags" : {
				"is-private" : "True",
				"upper-tag-id" : "3"
			}
		},{
			"vlan-tags" : {
				"is-private" : "False",
				"upper-tag-id" : "3"
			}
		}]
	}
}