@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public enum Region extends Enum<Region>
Available OCI Regions supported by CIMS. eg: PHX, IAD
Enum Constant and Description |
---|
Ams |
Bom |
Dev |
EuFrankfurt1 |
Fra |
Gru |
Hyd |
Iad |
Icn |
IntegNext |
IntegStable |
Jed |
Kix |
Lhr |
Mel |
Nrt |
Phx |
Sea |
Syd |
Tiw |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
UsGovAshburn1 |
UsGovChicago1 |
UsGovPhoenix1 |
UsLangley1 |
UsLuke1 |
Yny |
Yul |
Yyz |
Zrh |
Modifier and Type | Method and Description |
---|---|
static Region |
create(String key) |
String |
getValue() |
static Region |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Region Dev
public static final Region Sea
public static final Region IntegNext
public static final Region IntegStable
public static final Region Phx
public static final Region Iad
public static final Region Fra
public static final Region EuFrankfurt1
public static final Region Lhr
public static final Region Yyz
public static final Region Nrt
public static final Region UsLangley1
public static final Region UsLuke1
public static final Region Icn
public static final Region Bom
public static final Region Gru
public static final Region UsGovAshburn1
public static final Region UsGovPhoenix1
public static final Region UsGovChicago1
public static final Region Syd
public static final Region Zrh
public static final Region Jed
public static final Region Ams
public static final Region Kix
public static final Region Mel
public static final Region Yul
public static final Region Hyd
public static final Region Yny
public static final Region Tiw
public static final Region UnknownEnumValue
public static Region[] values()
for (Region c : Region.values()) System.out.println(c);
public static Region valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2016–2020. All rights reserved.