Package com.oracle.bmc.database.model
Enum DbNodeSummary.LifecycleState
- java.lang.Object
-
- java.lang.Enum<DbNodeSummary.LifecycleState>
-
- com.oracle.bmc.database.model.DbNodeSummary.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DbNodeSummary.LifecycleState>
- Enclosing class:
- DbNodeSummary
public static enum DbNodeSummary.LifecycleState extends Enum<DbNodeSummary.LifecycleState> implements BmcEnum
The current state of the database node.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Available
Failed
Provisioning
Starting
Stopped
Stopping
Terminated
Terminating
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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DbNodeSummary.LifecycleState
create(String key)
String
getValue()
static DbNodeSummary.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static DbNodeSummary.LifecycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Provisioning
public static final DbNodeSummary.LifecycleState Provisioning
-
Available
public static final DbNodeSummary.LifecycleState Available
-
Updating
public static final DbNodeSummary.LifecycleState Updating
-
Stopping
public static final DbNodeSummary.LifecycleState Stopping
-
Stopped
public static final DbNodeSummary.LifecycleState Stopped
-
Starting
public static final DbNodeSummary.LifecycleState Starting
-
Terminating
public static final DbNodeSummary.LifecycleState Terminating
-
Terminated
public static final DbNodeSummary.LifecycleState Terminated
-
Failed
public static final DbNodeSummary.LifecycleState Failed
-
UnknownEnumValue
public static final DbNodeSummary.LifecycleState 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 DbNodeSummary.LifecycleState[] 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 (DbNodeSummary.LifecycleState c : DbNodeSummary.LifecycleState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DbNodeSummary.LifecycleState 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 DbNodeSummary.LifecycleState create(String key)
-
-