Package com.oracle.bmc.datascience.model
Enum MlApplicationInstance.LifecycleSubstate
- java.lang.Object
- 
- java.lang.Enum<MlApplicationInstance.LifecycleSubstate>
- 
- com.oracle.bmc.datascience.model.MlApplicationInstance.LifecycleSubstate
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<MlApplicationInstance.LifecycleSubstate>
 - Enclosing class:
- MlApplicationInstance
 
 public static enum MlApplicationInstance.LifecycleSubstate extends Enum<MlApplicationInstance.LifecycleSubstate> implements BmcEnum The current substate of the MlApplicationInstance.The substate has MlApplicationInstance specific values in comparison with lifecycleState which has standard values common for all OCI resources. The NEEDS_ATTENTION and FAILED substates are deprecated in favor of (NON_)?RECOVERABLE_(PROVIDER|SERVICE)_ISSUE and will be removed in next release. 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ActiveCreatingDeletedDeletingFailedInactiveNeedsAttentionNonRecoverableProviderIssueNonRecoverableServiceIssueRecoverableProviderIssueRecoverableServiceIssueUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdatingUpgrading
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MlApplicationInstance.LifecycleSubstatecreate(String key)StringgetValue()static MlApplicationInstance.LifecycleSubstatevalueOf(String name)Returns the enum constant of this type with the specified name.static MlApplicationInstance.LifecycleSubstate[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Creatingpublic static final MlApplicationInstance.LifecycleSubstate Creating 
 - 
Updatingpublic static final MlApplicationInstance.LifecycleSubstate Updating 
 - 
Upgradingpublic static final MlApplicationInstance.LifecycleSubstate Upgrading 
 - 
Activepublic static final MlApplicationInstance.LifecycleSubstate Active 
 - 
Inactivepublic static final MlApplicationInstance.LifecycleSubstate Inactive 
 - 
Deletingpublic static final MlApplicationInstance.LifecycleSubstate Deleting 
 - 
Deletedpublic static final MlApplicationInstance.LifecycleSubstate Deleted 
 - 
NeedsAttentionpublic static final MlApplicationInstance.LifecycleSubstate NeedsAttention 
 - 
Failedpublic static final MlApplicationInstance.LifecycleSubstate Failed 
 - 
NonRecoverableProviderIssuepublic static final MlApplicationInstance.LifecycleSubstate NonRecoverableProviderIssue 
 - 
RecoverableProviderIssuepublic static final MlApplicationInstance.LifecycleSubstate RecoverableProviderIssue 
 - 
NonRecoverableServiceIssuepublic static final MlApplicationInstance.LifecycleSubstate NonRecoverableServiceIssue 
 - 
RecoverableServiceIssuepublic static final MlApplicationInstance.LifecycleSubstate RecoverableServiceIssue 
 - 
UnknownEnumValuepublic static final MlApplicationInstance.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 MlApplicationInstance.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 (MlApplicationInstance.LifecycleSubstate c : MlApplicationInstance.LifecycleSubstate.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static MlApplicationInstance.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 MlApplicationInstance.LifecycleSubstate create(String key) 
 
- 
 
-