Enum MigrationLifecycleStates
- java.lang.Object
-
- java.lang.Enum<MigrationLifecycleStates>
-
- com.oracle.bmc.databasemigration.model.MigrationLifecycleStates
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<MigrationLifecycleStates>
@Generated(value="OracleSDKGenerator", comments="API Version: 20230518") public enum MigrationLifecycleStates extends Enum<MigrationLifecycleStates> implements BmcEnum
Possible Migration lifecycle states.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Accepted
Active
Canceled
Creating
Deleted
Deleting
Failed
Inactive
InProgress
NeedsAttention
Succeeded
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Updating
Waiting
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MigrationLifecycleStates
create(String key)
String
getValue()
static MigrationLifecycleStates
valueOf(String name)
Returns the enum constant of this type with the specified name.static MigrationLifecycleStates[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Creating
public static final MigrationLifecycleStates Creating
-
Updating
public static final MigrationLifecycleStates Updating
-
Active
public static final MigrationLifecycleStates Active
-
InProgress
public static final MigrationLifecycleStates InProgress
-
Accepted
public static final MigrationLifecycleStates Accepted
-
Succeeded
public static final MigrationLifecycleStates Succeeded
-
Canceled
public static final MigrationLifecycleStates Canceled
-
Waiting
public static final MigrationLifecycleStates Waiting
-
NeedsAttention
public static final MigrationLifecycleStates NeedsAttention
-
Inactive
public static final MigrationLifecycleStates Inactive
-
Deleting
public static final MigrationLifecycleStates Deleting
-
Deleted
public static final MigrationLifecycleStates Deleted
-
Failed
public static final MigrationLifecycleStates Failed
-
UnknownEnumValue
public static final MigrationLifecycleStates UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static MigrationLifecycleStates[] 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 (MigrationLifecycleStates c : MigrationLifecycleStates.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MigrationLifecycleStates 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 MigrationLifecycleStates create(String key)
-
-