aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/aaiSubnetsMapped_to_aai.json
blob: 40463486730df37d950a011ae415bbe17172bbf9 (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
{
  "subnet" : [ {
    "subnetId" : "57e9a1ff-d14f-4071-a828-b19ae98eb2fc",
    "subnetName" : "subnetName",
    "neutronSubnetId" : null,
    "gatewayAddress" : "192.168.52.1",
    "networkStartAddress" : null,
    "cidrMask" : "24",
    "ipVersion" : "4",
    "orchestrationStatus" : "Created",
    "dhcpEnabled" : true,
    "dhcpStart" : "dhcpStart",
    "dhcpEnd" : "dhcpEnd",
    "subnetRole" : "subnetRole",
    "ipAssignmentDirection" : "true",
    "resourceVersion" : null,
    "subnetSequence" : 3,
    "hostRoutes" : {
      "hostRoute" : [ {
        "hostRouteId" : "string",
        "routePrefix" : "192.10.16.0/24",
        "nextHop" : "192.10.16.100/24",
        "nextHopType" : "ip-address",
        "resourceVersion" : null,
        "relationshipList" : null
      }, {
        "hostRouteId" : "string",
        "routePrefix" : "192.110.17.0/24",
        "nextHop" : "192.110.17.110/24",
        "nextHopType" : "ip-address",
        "resourceVersion" : null,
        "relationshipList" : null
      } ]
    },
    "relationshipList" : null
  }, {
    "subnetId" : "57e9a1ff-d14f-4071-a828-b19ae98eb2fc",
    "subnetName" : "subnetName",
    "neutronSubnetId" : null,
    "gatewayAddress" : "192.168.52.1",
    "networkStartAddress" : null,
    "cidrMask" : "24",
    "ipVersion" : "4",
    "orchestrationStatus" : "Created",
    "dhcpEnabled" : true,
    "dhcpStart" : "dhcpStart",
    "dhcpEnd" : "dhcpEnd",
    "subnetRole" : "subnetRole",
    "ipAssignmentDirection" : "true",
    "resourceVersion" : null,
    "subnetSequence" : 3,
    "hostRoutes" : {
      "hostRoute" : [ {
        "hostRouteId" : "string",
        "routePrefix" : "192.10.16.0/24",
        "nextHop" : "192.10.16.100/24",
        "nextHopType" : "ip-address",
        "resourceVersion" : null,
        "relationshipList" : null
      }, {
        "hostRouteId" : "string",
        "routePrefix" : "192.110.17.0/24",
        "nextHop" : "192.110.17.110/24",
        "nextHopType" : "ip-address",
        "resourceVersion" : null,
        "relationshipList" : null
      } ]
    },
    "relationshipList" : null
  } ]
}