@Generated(value="OracleSDKGenerator", comments="API Version: 20181231") public enum Region extends Enum<Region> implements BmcEnum
The available Oracle Cloud Infrastructure regions supported by the Support Management API.
Enum Constant and Description |
---|
Ams |
Bom |
Dev |
EuFrankfurt1 |
Fra |
Gru |
Hyd |
Iad |
Icn |
IntegNext |
IntegStable |
Jed |
Kix |
Lhr |
Mel |
Nrt |
Phx |
Sea |
Syd |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
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 Icn
public static final Region Bom
public static final Region Gru
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 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 nullCopyright © 2016–2023. All rights reserved.