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 SummaryEnum Constants Enum Constant Description HostedMultiTenancy
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateConfigurationDetails.Environmentcreate(String key)StringgetValue()static UpdateConfigurationDetails.EnvironmentvalueOf(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- 
MultiTenancypublic static final UpdateConfigurationDetails.Environment MultiTenancy 
 - 
Hostedpublic static final UpdateConfigurationDetails.Environment Hosted 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static UpdateConfigurationDetails.Environment create(String key) 
 
- 
 
-