Skip to content

Commit 8babf7f

Browse files
authored
Add new Regions: AP_SILVERDALE_1 AP_SUWON_1 AP_SEOUL_2
1 parent b51da46 commit 8babf7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/src/main/java/oracle/nosql/driver/Region.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,10 @@ public class Region {
182182
public static final Region ME_ABUDHABI_2 = register("me-abudhabi-2", Realm.OC29, "rkt");
183183
public static final Region ME_ABUDHABI_4 = register("me-abudhabi-4", Realm.OC29, "shj");
184184
public static final Region AP_HOBSONVILLE_1 = register("ap-hobsonville-1", Realm.OC31, "izq");
185+
public static final Region AP_SILVERDALE_1 = register("ap-silverdale-1", Realm.OC31, "jjt");
185186
public static final Region AP_SUWON_1 = register("ap-suwon-1", Realm.OC35, "dln");
187+
public static final Region AP_SEOUL_2 = register("ap-seoul-2", Realm.OC35, "dtz");
188+
public static final Region AP_CHUNCHEON_2 = register("ap-chuncheon-2", Realm.OC35, "bno");
186189
/* Known Regions end generated code */
187190

188191
/* instance state */

0 commit comments

Comments
 (0)