Package com.oracle.bmc.datasafe.model
Enum ServiceList
- java.lang.Object
-
- java.lang.Enum<ServiceList>
-
- com.oracle.bmc.datasafe.model.ServiceList
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ServiceList>
@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum ServiceList extends Enum<ServiceList> implements BmcEnum
List of (Oracle) Data Safe services, the only production service is DataSafe, the other services are used in devtest.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DataSafe
DataSafeDev
DataSafeDev1
DataSafeDev2
DataSafeDev3
DataSafeDev4
DataSafeDev5
DataSafeDev6
DataSafeDev7
DataSafeDev8
DataSafeDev9
DataSafeLrg1
DataSafeLrg2
DataSafeLrg3
DataSafeLrg4
DataSafePtest
DataSafeStage
DataSafeStest
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceList
create(String key)
String
getValue()
static ServiceList
valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceList[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DataSafe
public static final ServiceList DataSafe
-
DataSafeDev
public static final ServiceList DataSafeDev
-
DataSafeDev1
public static final ServiceList DataSafeDev1
-
DataSafeDev2
public static final ServiceList DataSafeDev2
-
DataSafeDev3
public static final ServiceList DataSafeDev3
-
DataSafeDev4
public static final ServiceList DataSafeDev4
-
DataSafeDev5
public static final ServiceList DataSafeDev5
-
DataSafeDev6
public static final ServiceList DataSafeDev6
-
DataSafeDev7
public static final ServiceList DataSafeDev7
-
DataSafeDev8
public static final ServiceList DataSafeDev8
-
DataSafeDev9
public static final ServiceList DataSafeDev9
-
DataSafeLrg1
public static final ServiceList DataSafeLrg1
-
DataSafeLrg2
public static final ServiceList DataSafeLrg2
-
DataSafeLrg3
public static final ServiceList DataSafeLrg3
-
DataSafeLrg4
public static final ServiceList DataSafeLrg4
-
DataSafePtest
public static final ServiceList DataSafePtest
-
DataSafeStest
public static final ServiceList DataSafeStest
-
DataSafeStage
public static final ServiceList DataSafeStage
-
-
Method Detail
-
values
public static ServiceList[] 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 (ServiceList c : ServiceList.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ServiceList 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 ServiceList create(String key)
-
-