Package com.oracle.bmc.oda.model
Enum OdaInstance.LifecycleSubState
- java.lang.Object
- 
- java.lang.Enum<OdaInstance.LifecycleSubState>
- 
- com.oracle.bmc.oda.model.OdaInstance.LifecycleSubState
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<OdaInstance.LifecycleSubState>
 - Enclosing class:
- OdaInstance
 
 public static enum OdaInstance.LifecycleSubState extends Enum<OdaInstance.LifecycleSubState> implements BmcEnum The current sub-state of the Digital Assistant instance.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ActivatingCustomerEncryptionKeyChangingCompartmentCreatingDeactivatingCustomerEncryptionKeyDeletePendingDeletingPurgingQueuedRecoveringStartingStoppingUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdatingUpdatingCustomerEncryptionKey
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OdaInstance.LifecycleSubStatecreate(String key)StringgetValue()static OdaInstance.LifecycleSubStatevalueOf(String name)Returns the enum constant of this type with the specified name.static OdaInstance.LifecycleSubState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Creatingpublic static final OdaInstance.LifecycleSubState Creating 
 - 
Startingpublic static final OdaInstance.LifecycleSubState Starting 
 - 
Stoppingpublic static final OdaInstance.LifecycleSubState Stopping 
 - 
ChangingCompartmentpublic static final OdaInstance.LifecycleSubState ChangingCompartment 
 - 
ActivatingCustomerEncryptionKeypublic static final OdaInstance.LifecycleSubState ActivatingCustomerEncryptionKey 
 - 
UpdatingCustomerEncryptionKeypublic static final OdaInstance.LifecycleSubState UpdatingCustomerEncryptionKey 
 - 
DeactivatingCustomerEncryptionKeypublic static final OdaInstance.LifecycleSubState DeactivatingCustomerEncryptionKey 
 - 
Deletingpublic static final OdaInstance.LifecycleSubState Deleting 
 - 
DeletePendingpublic static final OdaInstance.LifecycleSubState DeletePending 
 - 
Recoveringpublic static final OdaInstance.LifecycleSubState Recovering 
 - 
Updatingpublic static final OdaInstance.LifecycleSubState Updating 
 - 
Purgingpublic static final OdaInstance.LifecycleSubState Purging 
 - 
Queuedpublic static final OdaInstance.LifecycleSubState Queued 
 - 
UnknownEnumValuepublic static final OdaInstance.LifecycleSubState 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 OdaInstance.LifecycleSubState[] 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 (OdaInstance.LifecycleSubState c : OdaInstance.LifecycleSubState.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static OdaInstance.LifecycleSubState 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 OdaInstance.LifecycleSubState create(String key) 
 
- 
 
-