aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/src/test/resources/__files/BuildingBlocks/aaiL3NetworkMapped_to_aai.json
blob: 7a30ade095c5f33d4f437eaef676491978688796 (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "networkId" : "TESTING_ID",
  "networkName" : "TESTING_NAME",
  "networkType" : "CONTRAIL_EXTERNAL",
  "networkRole" : "dmz_direct",
  "networkTechnology" : "contrail",
  "neutronNetworkId" : null,
  "isBoundToVpn" : false,
  "serviceId" : "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
  "networkRoleInstance" : 1,
  "resourceVersion" : null,
  "orchestrationStatus" : "Created",
  "heatStackId" : "heatStack_id",
  "msoCatalogKey" : null,
  "contrailNetworkFqdn" : "contrailNetwork_fqdn",
  "modelInvariantId" : "modelInvariant_id",
  "modelVersionId" : "modelCustomization_id",
  "personaModelVersion" : null,
  "modelCustomizationId" : "modelCustomization_id",
  "widgetModelId" : "widgetModel_id",
  "widgetModelVersion" : "widgetModel_version",
  "physicalNetworkName" : "physicalNetwork_name",
  "isProviderNetwork" : false,
  "isSharedNetwork" : false,
  "isExternalNetwork" : false,
  "selflink" : "self_link",
  "operationalStatus" : "operationalStatus",
  "subnets" : {
    "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
    } ]
  },
  "ctagAssignments" : {
    "ctagAssignment" : [ {
      "vlanIdInner" : 1,
      "resourceVersion" : null,
      "relationshipList" : null
    } ]
  },
  "segmentationAssignments" : {
    "segmentationAssignment" : [ {
      "segmentationId" : "segmentationId1",
      "resourceVersion" : null,
      "relationshipList" : null
    }, {
      "segmentationId" : "segmentationId2",
      "resourceVersion" : null,
      "relationshipList" : null
    } ]
  },
  "relationshipList" : null
}