@@ -83,6 +83,8 @@ public class Region {
83
83
public static final Region AP_OSAKA_1 = new Region ("ap-osaka-1" );
84
84
/** ICN */
85
85
public static final Region AP_SINGAPORE_1 = new Region ("ap-singapore-1" );
86
+ /** XSP */
87
+ public static final Region AP_SINGAPORE_2 = new Region ("ap-singapore-2" );
86
88
/** SIN */
87
89
public static final Region AP_SEOUL_1 = new Region ("ap-seoul-1" );
88
90
/** SYD */
@@ -247,6 +249,8 @@ public class Region {
247
249
/* OC25 */
248
250
/** TYO */
249
251
public static final Region AP_DCC_TOKYO_1 = new Region ("ap-dcc-tokyo-1" );
252
+ /** UKY */
253
+ public static final Region AP_DCC_OSAKA_1 = new Region ("ap-dcc-osaka-1" );
250
254
251
255
/* OC26 */
252
256
/** AHU */
@@ -276,6 +280,7 @@ public class Region {
276
280
OC1_REGIONS .put (AP_MUMBAI_1 .getRegionId (), AP_MUMBAI_1 );
277
281
OC1_REGIONS .put (AP_OSAKA_1 .getRegionId (), AP_OSAKA_1 );
278
282
OC1_REGIONS .put (AP_SINGAPORE_1 .getRegionId (), AP_SINGAPORE_1 );
283
+ OC1_REGIONS .put (AP_SINGAPORE_2 .getRegionId (), AP_SINGAPORE_2 );
279
284
OC1_REGIONS .put (AP_SEOUL_1 .getRegionId (), AP_SEOUL_1 );
280
285
OC1_REGIONS .put (AP_SYDNEY_1 .getRegionId (), AP_SYDNEY_1 );
281
286
OC1_REGIONS .put (AP_TOKYO_1 .getRegionId (), AP_TOKYO_1 );
@@ -382,6 +387,7 @@ public class Region {
382
387
383
388
/* OC25 */
384
389
OC25_REGIONS .put (AP_DCC_TOKYO_1 .getRegionId (), AP_DCC_TOKYO_1 );
390
+ OC25_REGIONS .put (AP_DCC_OSAKA_1 .getRegionId (), AP_DCC_OSAKA_1 );
385
391
386
392
/* OC26 */
387
393
OC26_REGIONS .put (ME_ABUDHABI_3 .getRegionId (), ME_ABUDHABI_3 );
0 commit comments