File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
driver/src/main/java/oracle/nosql/driver Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ public class Region {
142
142
143
143
/* OC17 */
144
144
public static final Region US_DCC_PHOENIX_1 = new Region ("us-dcc-phoenix-1" );
145
+ public static final Region US_DCC_PHOENIX_2 = new Region ("us-dcc-phoenix-2" );
145
146
146
147
static {
147
148
/* OC1 */
@@ -233,6 +234,7 @@ public class Region {
233
234
234
235
/* OC17 */
235
236
OC17_REGIONS .put (US_DCC_PHOENIX_1 .getRegionId (), US_DCC_PHOENIX_1 );
237
+ OC17_REGIONS .put (US_DCC_PHOENIX_2 .getRegionId (), US_DCC_PHOENIX_2 );
236
238
}
237
239
238
240
private final static MessageFormat OC1_EP_BASE = new MessageFormat (
Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ class Utils {
197
197
198
198
/* OC17 */
199
199
IAM_URI .put ("ifp" , OC17_EP_BASE .format (new Object [] {"us-dcc-phoenix-1" }));
200
+ IAM_URI .put ("gcn" , OC17_EP_BASE .format (new Object [] {"us-dcc-phoenix-2" }));
200
201
}
201
202
202
203
static String getIAMURL (String regionIdOrCode ) {
You can’t perform that action at this time.
0 commit comments