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 SummaryFieldsModifier and TypeFieldDescriptionstatic final RegionJNBstatic final RegionNJAstatic final RegionYNYstatic final RegionWGAstatic final RegionORKstatic final RegionSNNstatic final RegionBGYstatic final RegionMXPstatic final RegionDUSstatic final RegionDTMstatic final RegionHYDstatic final RegionUKBstatic final RegionMELstatic final RegionBOMstatic final RegionKIXstatic final RegionSINstatic final RegionICNstatic final RegionSYDstatic final RegionNRTstatic final RegionYULstatic final RegionYYZstatic final RegionAMSstatic final RegionNAPstatic final RegionAVZstatic final RegionFRAstatic final RegionSTRstatic final RegionBEGstatic final RegionMADstatic final RegionVLLstatic final RegionMRSstatic final RegionLINstatic final RegionCDGstatic final RegionARNstatic final RegionZRHstatic final RegionMTZstatic final RegionAUHstatic final RegionMCTstatic final RegionDXBstatic final RegionJEDstatic final RegionMTYstatic final RegionQROstatic final RegionBOGstatic final RegionSCLstatic final RegionGRUstatic final RegionVAPstatic final RegionVCPstatic final RegionCWLstatic final RegionBRSstatic final RegionLTNstatic final RegionLHRstatic final RegionIADstatic final RegionORDstatic final RegionIFPstatic final RegionGCNstatic final RegionYUMstatic final RegionOZZstatic final RegionDRSstatic final RegionRICstatic final RegionPIAstatic final RegionTUSstatic final RegionLFIstatic final RegionLUFstatic final RegionPHXstatic final RegionAGAstatic final RegionSJCstatic final RegionTIWstatic final RegionSGU
- 
Method SummaryModifier and TypeMethodDescriptionendpoint()Returns the NoSQL Database Cloud Service Endpoint for this region.static RegionfromRegionId(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_1JNB
- 
AP_CHUNCHEON_1YNY
- 
AP_HYDERABAD_1HYD
- 
AP_MELBOURNE_1MEL
- 
AP_MUMBAI_1BOM
- 
AP_OSAKA_1KIX
- 
AP_SINGAPORE_1ICN
- 
AP_SEOUL_1SIN
- 
AP_SYDNEY_1SYD
- 
AP_TOKYO_1NRT
- 
UK_CARDIFF_1CWL
- 
UK_LONDON_1LHR
- 
EU_AMSTERDAM_1AMS
- 
EU_FRANKFURT_1FRA
- 
EU_MADRID_1MAD
- 
EU_MARSEILLE_1MRS
- 
EU_MILAN_1LIN
- 
EU_PARIS_1CDG
- 
EU_STOCKHOLM_1ARN
- 
EU_ZURICH_1ZRH
- 
ME_ABUDHABI_1AUH
- 
ME_DUBAI_1DXB
- 
ME_JEDDAH_1JED
- 
MX_QUERETARO_1QRO
- 
MX_MONTERREY_1MTY
- 
IL_JERUSALEM_1MTZ
- 
US_ASHBURN_1IAD
- 
US_PHOENIX_1PHX
- 
US_SANJOSE_1SJC
- 
US_SALTLAKE_2AGA
- 
US_CHICAGO_1ORD
- 
CA_MONTREAL_1YUL
- 
CA_TORONTO_1YYZ
- 
SA_BOGOTA_1BOG
- 
SA_SAOPAULO_1GRU
- 
SA_SANTIAGO_1SCL
- 
SA_VALPARAISO_1VAP
- 
SA_VINHEDO_1VCP
- 
US_LANGLEY_1LFI
- 
US_LUKE_1LUF
- 
US_GOV_ASHBURN_1RIC
- 
US_GOV_CHICAGO_1PIA
- 
US_GOV_PHOENIX_1TUS
- 
UK_GOV_LONDON_1LTN
- 
UK_GOV_CARDIFF_1BRS
- 
US_TACOMA_1TIW
- 
AP_CHIYODA_1NJA
- 
AP_IBARAKI_1UKB
- 
ME_DCC_MUSCAT_1MCT
- 
AP_DCC_CANBERRA_1WGA
- 
AP_DCC_DUBLIN_1ORK
- 
AP_DCC_DUBLIN_2SNN
- 
AP_DCC_MILAN_1BGY
- 
AP_DCC_MILAN_2MXP
- 
AP_DCC_RATING_1DUS
- 
AP_DCC_RATING_2DTM
- 
US_WESTJORDAN_1SGU
- 
US_DCC_PHOENIX_1IFP
- 
US_DCC_PHOENIX_2GCN
- 
US_DCC_PHOENIX_4YUM
- 
EU_FRANKFURT_2STR
- 
EU_MADRID_2VLL
- 
EU_JOVANOVAC_1BEG
- 
EU_DCC_ROME_1NAP
- 
EU_DCC_ZURICH_1AVZ
- 
US_DCC_SWJORDAN_1OZZ
- 
US_DCC_SWJORDAN_2DRS
 
- 
- 
Method Details- 
endpointReturns the NoSQL Database Cloud Service Endpoint for this region.- Returns:
- NoSQL Database Cloud Service Endpoint
 
- 
fromRegionIdReturns 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.
 
 
-