Package oracle.nosql.driver
Class Region
java.lang.Object
oracle.nosql.driver.Region
Cloud service only.
The class contains the regions in the Oracle Cloud Infrastructure at the time of this release. The Oracle NoSQL Database Cloud Service is not available in all of these regions. For a definitive list of regions in which the Oracle NoSQL Database Cloud Service is available see Data Regions for Platform and Infrastructure Services.
A Region may be provided to
NoSQLHandleConfig(Region,AuthorizationProvider)
to configure a handle to communicate in a specific Region.
The string-based endpoints associated with regions for the Oracle NoSQL Database Cloud Service are of the format
https://nosql.{region}.oci.{secondLevelDomain}Examples of known second level domains include:
- oraclecloud.com
- oraclegovcloud.com
- oraclegovcloud.uk
nosql.us-ashburn-1.oci.oraclecloud.comIf the Oracle NoSQL Database Cloud Service becomes available in a region not listed here it is possible to connect to that region using the endpoint and
NoSQLHandleConfig(String,AuthorizationProvider)
For more information about Oracle Cloud Infrastructure regions see Regions and Availability Domains.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Region
JNBstatic final Region
NJAstatic final Region
YNYstatic final Region
WGAstatic final Region
ORKstatic final Region
SNNstatic final Region
DACstatic final Region
BGYstatic final Region
MXPstatic final Region
UKYstatic final Region
DUSstatic final Region
DTMstatic final Region
TYOstatic final Region
IZQstatic final Region
HYDstatic final Region
UKBstatic final Region
MELstatic final Region
BOMstatic final Region
KIXstatic final Region
SINstatic final Region
ICNstatic final Region
XSPstatic final Region
SYDstatic final Region
NRTstatic final Region
YULstatic final Region
YYZstatic final Region
AMSstatic final Region
NAPstatic final Region
AVZstatic final Region
FRAstatic final Region
STRstatic final Region
BEGstatic final Region
MADstatic final Region
VLLstatic final Region
MRSstatic final Region
LINstatic final Region
CDGstatic final Region
ARNstatic final Region
ZRHstatic final Region
MTZstatic final Region
AUHstatic final Region
AHUstatic final Region
DOHstatic final Region
MCTstatic final Region
DXBstatic final Region
JEDstatic final Region
MTYstatic final Region
QROstatic final Region
BOGstatic final Region
SCLstatic final Region
GRUstatic final Region
VAPstatic final Region
VCPstatic final Region
CWLstatic final Region
BRSstatic final Region
LTNstatic final Region
LHRstatic final Region
IADstatic final Region
ORDstatic final Region
IFPstatic final Region
GCNstatic final Region
YUMstatic final Region
OZZstatic final Region
DRSstatic final Region
RICstatic final Region
PIAstatic final Region
TUSstatic final Region
LFIstatic final Region
LUFstatic final Region
PHXstatic final Region
AGAstatic final Region
SJCstatic final Region
TIWstatic final Region
SGU -
Method Summary
Modifier and TypeMethodDescriptionendpoint()
Returns the NoSQL Database Cloud Service Endpoint for this region.static Region
fromRegionId
(String regionId) Returns the Region associated with the string value supplied, or null if the string does not represent a known region.
-
Field Details
-
AF_JOHANNESBURG_1
JNB -
AP_CHUNCHEON_1
YNY -
AP_HYDERABAD_1
HYD -
AP_MELBOURNE_1
MEL -
AP_MUMBAI_1
BOM -
AP_OSAKA_1
KIX -
AP_SINGAPORE_1
ICN -
AP_SINGAPORE_2
XSP -
AP_SEOUL_1
SIN -
AP_SYDNEY_1
SYD -
AP_TOKYO_1
NRT -
UK_CARDIFF_1
CWL -
UK_LONDON_1
LHR -
EU_AMSTERDAM_1
AMS -
EU_FRANKFURT_1
FRA -
EU_MADRID_1
MAD -
EU_MARSEILLE_1
MRS -
EU_MILAN_1
LIN -
EU_PARIS_1
CDG -
EU_STOCKHOLM_1
ARN -
EU_ZURICH_1
ZRH -
ME_ABUDHABI_1
AUH -
ME_DUBAI_1
DXB -
ME_JEDDAH_1
JED -
MX_QUERETARO_1
QRO -
MX_MONTERREY_1
MTY -
IL_JERUSALEM_1
MTZ -
US_ASHBURN_1
IAD -
US_PHOENIX_1
PHX -
US_SANJOSE_1
SJC -
US_SALTLAKE_2
AGA -
US_CHICAGO_1
ORD -
CA_MONTREAL_1
YUL -
CA_TORONTO_1
YYZ -
SA_BOGOTA_1
BOG -
SA_SAOPAULO_1
GRU -
SA_SANTIAGO_1
SCL -
SA_VALPARAISO_1
VAP -
SA_VINHEDO_1
VCP -
US_LANGLEY_1
LFI -
US_LUKE_1
LUF -
US_GOV_ASHBURN_1
RIC -
US_GOV_CHICAGO_1
PIA -
US_GOV_PHOENIX_1
TUS -
UK_GOV_LONDON_1
LTN -
UK_GOV_CARDIFF_1
BRS -
US_TACOMA_1
TIW -
AP_CHIYODA_1
NJA -
AP_IBARAKI_1
UKB -
ME_DCC_MUSCAT_1
MCT -
AP_DCC_CANBERRA_1
WGA -
AP_DCC_DUBLIN_1
ORK -
AP_DCC_DUBLIN_2
SNN -
AP_DCC_MILAN_1
BGY -
AP_DCC_MILAN_2
MXP -
AP_DCC_RATING_1
DUS -
AP_DCC_RATING_2
DTM -
AP_DCC_GAZIPUR_1
DAC -
US_WESTJORDAN_1
SGU -
US_DCC_PHOENIX_1
IFP -
US_DCC_PHOENIX_2
GCN -
US_DCC_PHOENIX_4
YUM -
EU_FRANKFURT_2
STR -
EU_MADRID_2
VLL -
EU_JOVANOVAC_1
BEG -
ME_DCC_DOHA_1
DOH -
EU_DCC_ROME_1
NAP -
EU_DCC_ZURICH_1
AVZ -
AP_DCC_TOKYO_1
TYO -
AP_DCC_OSAKA_1
UKY -
ME_ABUDHABI_3
AHU -
US_DCC_SWJORDAN_1
OZZ -
US_DCC_SWJORDAN_2
DRS -
AP_HOBSONVILLE_1
IZQ
-
-
Method Details
-
endpoint
Returns the NoSQL Database Cloud Service Endpoint for this region.- Returns:
- NoSQL Database Cloud Service Endpoint
-
fromRegionId
Returns the Region associated with the string value supplied, or null if the string does not represent a known region.- Parameters:
regionId
- the string value of the region- Returns:
- the Region or null if the string does not represent a Region.
-