Containerization feature of SO
[so.git] / bpmn / so-bpmn-tasks / src / test / resources / __files / BuildingBlocks / aaiSubnetsMapped_to_aai.json
1 {
2   "subnet" : [ {
3     "subnetId" : "57e9a1ff-d14f-4071-a828-b19ae98eb2fc",
4     "subnetName" : "subnetName",
5     "neutronSubnetId" : null,
6     "gatewayAddress" : "192.168.52.1",
7     "networkStartAddress" : null,
8     "cidrMask" : "24",
9     "ipVersion" : "4",
10     "orchestrationStatus" : "Created",
11     "dhcpEnabled" : true,
12     "dhcpStart" : "dhcpStart",
13     "dhcpEnd" : "dhcpEnd",
14     "subnetRole" : "subnetRole",
15     "ipAssignmentDirection" : "true",
16     "resourceVersion" : null,
17     "subnetSequence" : 3,
18     "hostRoutes" : {
19       "hostRoute" : [ {
20         "hostRouteId" : "string",
21         "routePrefix" : "192.10.16.0/24",
22         "nextHop" : "192.10.16.100/24",
23         "nextHopType" : "ip-address",
24         "resourceVersion" : null,
25         "relationshipList" : null
26       }, {
27         "hostRouteId" : "string",
28         "routePrefix" : "192.110.17.0/24",
29         "nextHop" : "192.110.17.110/24",
30         "nextHopType" : "ip-address",
31         "resourceVersion" : null,
32         "relationshipList" : null
33       } ]
34     },
35     "relationshipList" : null
36   }, {
37     "subnetId" : "57e9a1ff-d14f-4071-a828-b19ae98eb2fc",
38     "subnetName" : "subnetName",
39     "neutronSubnetId" : null,
40     "gatewayAddress" : "192.168.52.1",
41     "networkStartAddress" : null,
42     "cidrMask" : "24",
43     "ipVersion" : "4",
44     "orchestrationStatus" : "Created",
45     "dhcpEnabled" : true,
46     "dhcpStart" : "dhcpStart",
47     "dhcpEnd" : "dhcpEnd",
48     "subnetRole" : "subnetRole",
49     "ipAssignmentDirection" : "true",
50     "resourceVersion" : null,
51     "subnetSequence" : 3,
52     "hostRoutes" : {
53       "hostRoute" : [ {
54         "hostRouteId" : "string",
55         "routePrefix" : "192.10.16.0/24",
56         "nextHop" : "192.10.16.100/24",
57         "nextHopType" : "ip-address",
58         "resourceVersion" : null,
59         "relationshipList" : null
60       }, {
61         "hostRouteId" : "string",
62         "routePrefix" : "192.110.17.0/24",
63         "nextHop" : "192.110.17.110/24",
64         "nextHopType" : "ip-address",
65         "resourceVersion" : null,
66         "relationshipList" : null
67       } ]
68     },
69     "relationshipList" : null
70   } ]
71 }