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 Summary
Enum Constants Enum Constant Description Active
Creating
Deleted
Deleting
Failed
Inactive
NeedsAttention
NonRecoverableProviderIssue
NonRecoverableServiceIssue
RecoverableProviderIssue
RecoverableServiceIssue
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
Upgrading
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MlApplicationInstance.LifecycleSubstate
create(String key)
String
getValue()
static MlApplicationInstance.LifecycleSubstate
valueOf(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
-
Creating
public static final MlApplicationInstance.LifecycleSubstate Creating
-
Updating
public static final MlApplicationInstance.LifecycleSubstate Updating
-
Upgrading
public static final MlApplicationInstance.LifecycleSubstate Upgrading
-
Active
public static final MlApplicationInstance.LifecycleSubstate Active
-
Inactive
public static final MlApplicationInstance.LifecycleSubstate Inactive
-
Deleting
public static final MlApplicationInstance.LifecycleSubstate Deleting
-
Deleted
public static final MlApplicationInstance.LifecycleSubstate Deleted
-
NeedsAttention
public static final MlApplicationInstance.LifecycleSubstate NeedsAttention
-
Failed
public static final MlApplicationInstance.LifecycleSubstate Failed
-
NonRecoverableProviderIssue
public static final MlApplicationInstance.LifecycleSubstate NonRecoverableProviderIssue
-
RecoverableProviderIssue
public static final MlApplicationInstance.LifecycleSubstate RecoverableProviderIssue
-
NonRecoverableServiceIssue
public static final MlApplicationInstance.LifecycleSubstate NonRecoverableServiceIssue
-
RecoverableServiceIssue
public static final MlApplicationInstance.LifecycleSubstate RecoverableServiceIssue
-
UnknownEnumValue
public 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
-
values
public 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
-
valueOf
public 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 nameNullPointerException
- if the argument is null
-
create
public static MlApplicationInstance.LifecycleSubstate create(String key)
-
-