summaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/NetworkMapper/l3-network-multiple-subnets.json
blob: 21df57108bdc44593829539973b1c3299eb12242 (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
{
      "network-id" : "aNetworkId",
      "cascaded" : false,
      "cloud-params" : { },
      "network-name" : "aNetworkName",
      "neutron-network-id" : null,
      "network-type" : "aNetworkType",
      "network-technology" : "aNetworkTechnology",
      "network-role" : "",
      "is-bound-to-vpn" : false,
      "service-id" : "aServiceId",
      "network-role-instance" : 0,
      "orchestration-status" : "ACTIVE",
      "heat-stack-id" : null,
      "contrail-network-fqdn" : null,
      "network-policies" : [ ],
      "contrail-network-route-table-references" : [ ],
      "widget-model-id" : null,
      "widget-model-version" : null,
      "physical-network-name" : "pNetworkName",
      "is-provider-network" : false,
      "is-shared-network" : false,
      "is-external-network" : false,
      "self-link" : "/",
      "operational-status" : null,
      "subnets" : [ {
        "subnet-id" : "subnetId1",
        "subnet-name" : "aSubnetName1",
        "neutron-subnet-id" : null,
        "gateway-address" : "192.168.1.1",
        "network-start-address" : "192.168.1.2",
        "cidr-mask" : "10",
        "ip-version" : "4",
        "orchestration-status" : "ACTIVE",
        "dhcp-enabled" : true,
        "dhcp-start" : "192.168.1.2",
        "dhcp-end" : "192.168.1.16",
        "subnet-role" : "",
        "ip-assignment-direction" : "true",
        "subnet-sequence" : null,
        "host-routes": [{
			"host-route-id": "hrId1",
			"route-prefix": "192.168.0.0/16",
			"next-hop": "192.168.1.1",
			"next-hop-type": null
			}, {
			"host-route-id": "hrId2",
			"route-prefix": "192.168.1.5/16",
			"next-hop": "192.168.1.1",
			"next-hop-type": null
			}]
      }, {
        "subnet-id" : "subnetId2",
        "subnet-name" : "aSubnetName2",
        "neutron-subnet-id" : null,
        "network-start-address" : "192.168.1.2",
        "cidr-mask" : "10",
        "ip-version" : "4",
        "orchestration-status" : "ACTIVE",
        "dhcp-enabled" : true,
        "dhcp-start" : "192.168.1.2",
        "dhcp-end" : "192.168.1.16",
        "subnet-role" : "",
        "ip-assignment-direction" : "true",
        "subnet-sequence" : null,
        "host-routes": [{
			"host-route-id": "hrId1",
			"route-prefix": "192.168.0.0/16",
			"next-hop": "192.168.1.1",
			"next-hop-type": null
			}, {
			"host-route-id": "hrId2",
			"route-prefix": "192.168.1.5/16",
			"next-hop": "192.168.1.1",
			"next-hop-type": null
			}]
      }]
}