Package com.oracle.bmc.database.model
Enum DbNode.LifecycleState
- java.lang.Object
- 
- java.lang.Enum<DbNode.LifecycleState>
- 
- com.oracle.bmc.database.model.DbNode.LifecycleState
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<DbNode.LifecycleState>
 - Enclosing class:
- DbNode
 
 public static enum DbNode.LifecycleState extends Enum<DbNode.LifecycleState> implements BmcEnum The current state of the database node.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description AvailableFailedProvisioningStartingStoppedStoppingTerminatedTerminatingUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Updating
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DbNode.LifecycleStatecreate(String key)StringgetValue()static DbNode.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static DbNode.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Provisioningpublic static final DbNode.LifecycleState Provisioning 
 - 
Availablepublic static final DbNode.LifecycleState Available 
 - 
Updatingpublic static final DbNode.LifecycleState Updating 
 - 
Stoppingpublic static final DbNode.LifecycleState Stopping 
 - 
Stoppedpublic static final DbNode.LifecycleState Stopped 
 - 
Startingpublic static final DbNode.LifecycleState Starting 
 - 
Terminatingpublic static final DbNode.LifecycleState Terminating 
 - 
Terminatedpublic static final DbNode.LifecycleState Terminated 
 - 
Failedpublic static final DbNode.LifecycleState Failed 
 - 
UnknownEnumValuepublic static final DbNode.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- 
valuespublic static DbNode.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 (DbNode.LifecycleState c : DbNode.LifecycleState.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static DbNode.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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static DbNode.LifecycleState create(String key) 
 
- 
 
-