@@ -79,6 +79,8 @@ const (
79
79
RegionMEJeddah1 Region = "me-jeddah-1"
80
80
// RegionMEDubai1 represents the region for Saudi Arabia East (Dubai).
81
81
RegionMEDubai1 Region = "me-dubai-1"
82
+ // RegionMERiyadh1 represents the region for Riyadh
83
+ RegionMERiyadh1 Region = "me-riyadh-1"
82
84
// RegionMXQueretaro1 represents the region for Mexico (Queretaro).
83
85
RegionMXQueretaro1 Region = "mx-queretaro-1"
84
86
// RegionMXMonterrey1 represents the region for Mexico (Monterrey).
@@ -199,6 +201,13 @@ const (
199
201
// RegionEUJovanovac1 represents the dedicated region for Rome
200
202
RegionEUDCCRome1 Region = "eu-dcc-rome-1"
201
203
204
+ // OC23 REGIONS
205
+
206
+ // RegionUSSomerset1 represents the US somerset region
207
+ RegionUSSomerset1 Region = "us-somerset-1"
208
+ // RegionUSThames1 represents the US thames region
209
+ RegionUSThames1 Region = "us-thames-1"
210
+
202
211
// OC24 REGIONS
203
212
204
213
// RegionEUDCCZurich1 represents the dedicated region for Zurich
@@ -226,6 +235,13 @@ const (
226
235
// RegionUSDCCSWJordan1 represents the dedicated region for SWJordan2
227
236
RegionUSDCCSWJordan2 Region = "us-dcc-swjordan-2"
228
237
238
+ // OC29 REGIONS
239
+
240
+ // RegionMEAbudhabi2 represents the region for abudhabi 2
241
+ RegionMEAbudhabi2 Region = "me-abudhabi-2"
242
+ // RegionMEAbudhabi4 represents the region for abudhabi 4
243
+ RegionMEAbudhabi4 Region = "me-abudhabi-4"
244
+
229
245
// OC31 REGIONS
230
246
231
247
// RegionAPHobsonville1 represents the dedicated region for Hobsonville
@@ -249,11 +265,13 @@ var realm = map[string]string{
249
265
"oc20" : "oraclecloud20.com" ,
250
266
"oc21" : "oraclecloud21.com" ,
251
267
"oc22" : "psn-pco.it" ,
268
+ "oc23" : "oraclecloud23.com" ,
252
269
"oc24" : "oraclecloud24.com" ,
253
270
"oc25" : "nricloud.jp" ,
254
271
"oc26" : "oraclecloud26.com" ,
255
272
"oc27" : "oraclecloud27.com" ,
256
273
"oc28" : "oraclecloud28.com" ,
274
+ "oc29" : "oraclecloud29.com" ,
257
275
"oc31" : "sovereigncloud.nz" ,
258
276
}
259
277
@@ -278,6 +296,7 @@ var regionRealm = map[Region]string{
278
296
RegionAPMelbourne1 : "oc1" ,
279
297
RegionMEJeddah1 : "oc1" ,
280
298
RegionMEDubai1 : "oc1" ,
299
+ RegionMERiyadh1 : "oc1" ,
281
300
RegionMXQueretaro1 : "oc1" ,
282
301
RegionMXMonterrey1 : "oc1" ,
283
302
RegionILJerusalem1 : "oc1" ,
@@ -341,6 +360,9 @@ var regionRealm = map[Region]string{
341
360
342
361
RegionEUDCCRome1 : "oc22" ,
343
362
363
+ RegionUSSomerset1 : "oc23" ,
364
+ RegionUSThames1 : "oc23" ,
365
+
344
366
RegionEUDCCZurich1 : "oc24" ,
345
367
346
368
RegionAPDCCTokyo1 : "oc25" ,
@@ -352,6 +374,9 @@ var regionRealm = map[Region]string{
352
374
353
375
RegionUSDCCSWJordan2 : "oc28" ,
354
376
377
+ RegionMEAbudhabi2 : "oc29" ,
378
+ RegionMEAbudhabi4 : "oc29" ,
379
+
355
380
RegionAPHobsonville1 : "oc31" ,
356
381
}
357
382
@@ -389,6 +414,7 @@ var shortNameRegion = map[string]Region{
389
414
"yyz" : RegionCAToronto1 ,
390
415
"jed" : RegionMEJeddah1 ,
391
416
"dxb" : RegionMEDubai1 ,
417
+ "ruh" : RegionMERiyadh1 ,
392
418
"qro" : RegionMXQueretaro1 ,
393
419
"mty" : RegionMXMonterrey1 ,
394
420
"mtz" : RegionILJerusalem1 ,
@@ -425,12 +451,16 @@ var shortNameRegion = map[string]Region{
425
451
"doh" : RegionMEDCCDoha1 ,
426
452
"beg" : RegionEUJovanovac1 ,
427
453
"nap" : RegionEUDCCRome1 ,
454
+ "ebb" : RegionUSSomerset1 ,
455
+ "ebl" : RegionUSThames1 ,
428
456
"avz" : RegionEUDCCZurich1 ,
429
457
"tyo" : RegionAPDCCTokyo1 ,
430
458
"uky" : RegionAPDCCOsaka1 ,
431
459
"ahu" : RegionMEAbudhabi3 ,
432
460
"ozz" : RegionUSDCCSWJordan1 ,
433
461
"drs" : RegionUSDCCSWJordan2 ,
462
+ "rkt" : RegionMEAbudhabi2 ,
463
+ "shj" : RegionMEAbudhabi4 ,
434
464
"izq" : RegionAPHobsonville1 ,
435
465
}
436
466
0 commit comments