Skip to content

Commit f78fb2c

Browse files
authored
Added IZQ/OC31 ap-hobsonville-1 (#29)
1 parent 3bbd2f0 commit f78fb2c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
## Unreleased
77

88
### Added
9-
- Latest Oracle Cloud Infrastructure regions and region codes: TYO, ABH, DAC, DOH
9+
- Latest Oracle Cloud Infrastructure regions and region codes: TYO, ABH, DAC, DOH, IZQ
1010

1111
### Changed
1212
- Changed copyrights to 2024

nosqldb/common/region.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,11 @@ const (
221221

222222
// RegionUSDCCSWJordan1 represents the dedicated region for SWJordan2
223223
RegionUSDCCSWJordan2 Region = "us-dcc-swjordan-2"
224+
225+
// OC31 REGIONS
226+
227+
// RegionAPHobsonville1 represents the dedicated region for Hobsonville
228+
RegionAPHobsonville1 Region = "ap-hobsonville-1"
224229
)
225230

226231
var realm = map[string]string{
@@ -245,6 +250,7 @@ var realm = map[string]string{
245250
"oc26": "oraclecloud26.com",
246251
"oc27": "oraclecloud27.com",
247252
"oc28": "oraclecloud28.com",
253+
"oc31": "sovereigncloud.nz",
248254
}
249255

250256
var regionRealm = map[Region]string{
@@ -339,6 +345,8 @@ var regionRealm = map[Region]string{
339345
RegionUSDCCSWJordan1: "oc27",
340346

341347
RegionUSDCCSWJordan2: "oc28",
348+
349+
RegionAPHobsonville1: "oc31",
342350
}
343351

344352
var shortNameRegion = map[string]Region{
@@ -415,6 +423,7 @@ var shortNameRegion = map[string]Region{
415423
"ahu": RegionMEAbudhabi3,
416424
"ozz": RegionUSDCCSWJordan1,
417425
"drs": RegionUSDCCSWJordan2,
426+
"izq": RegionAPHobsonville1,
418427
}
419428

420429
func (region Region) secondLevelDomain() string {

0 commit comments

Comments
 (0)