Package com.oracle.bmc.nosql.model
Enum UpdateConfigurationDetails.Environment
- java.lang.Object
-
- java.lang.Enum<UpdateConfigurationDetails.Environment>
-
- com.oracle.bmc.nosql.model.UpdateConfigurationDetails.Environment
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<UpdateConfigurationDetails.Environment>
- Enclosing class:
- UpdateConfigurationDetails
public static enum UpdateConfigurationDetails.Environment extends Enum<UpdateConfigurationDetails.Environment> implements BmcEnum
The service environment type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Hosted
MultiTenancy
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateConfigurationDetails.Environment
create(String key)
String
getValue()
static UpdateConfigurationDetails.Environment
valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateConfigurationDetails.Environment[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MultiTenancy
public static final UpdateConfigurationDetails.Environment MultiTenancy
-
Hosted
public static final UpdateConfigurationDetails.Environment Hosted
-
-
Method Detail
-
values
public static UpdateConfigurationDetails.Environment[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UpdateConfigurationDetails.Environment c : UpdateConfigurationDetails.Environment.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UpdateConfigurationDetails.Environment valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static UpdateConfigurationDetails.Environment create(String key)
-
-