Package com.oracle.bmc.datascience.model
Enum MlApplicationInstanceView.LifecycleSubstate
- java.lang.Object
-
- java.lang.Enum<MlApplicationInstanceView.LifecycleSubstate>
-
- com.oracle.bmc.datascience.model.MlApplicationInstanceView.LifecycleSubstate
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<MlApplicationInstanceView.LifecycleSubstate>
- Enclosing class:
- MlApplicationInstanceView
public static enum MlApplicationInstanceView.LifecycleSubstate extends Enum<MlApplicationInstanceView.LifecycleSubstate> implements BmcEnum
The current substate of the MlApplicationInstance(View).The substate has MlApplicationInstance(View) 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 MlApplicationInstanceView.LifecycleSubstate
create(String key)
String
getValue()
static MlApplicationInstanceView.LifecycleSubstate
valueOf(String name)
Returns the enum constant of this type with the specified name.static MlApplicationInstanceView.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 MlApplicationInstanceView.LifecycleSubstate Creating
-
Updating
public static final MlApplicationInstanceView.LifecycleSubstate Updating
-
Upgrading
public static final MlApplicationInstanceView.LifecycleSubstate Upgrading
-
Active
public static final MlApplicationInstanceView.LifecycleSubstate Active
-
Inactive
public static final MlApplicationInstanceView.LifecycleSubstate Inactive
-
Deleting
public static final MlApplicationInstanceView.LifecycleSubstate Deleting
-
Deleted
public static final MlApplicationInstanceView.LifecycleSubstate Deleted
-
NeedsAttention
public static final MlApplicationInstanceView.LifecycleSubstate NeedsAttention
-
Failed
public static final MlApplicationInstanceView.LifecycleSubstate Failed
-
NonRecoverableProviderIssue
public static final MlApplicationInstanceView.LifecycleSubstate NonRecoverableProviderIssue
-
RecoverableProviderIssue
public static final MlApplicationInstanceView.LifecycleSubstate RecoverableProviderIssue
-
NonRecoverableServiceIssue
public static final MlApplicationInstanceView.LifecycleSubstate NonRecoverableServiceIssue
-
RecoverableServiceIssue
public static final MlApplicationInstanceView.LifecycleSubstate RecoverableServiceIssue
-
UnknownEnumValue
public static final MlApplicationInstanceView.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 MlApplicationInstanceView.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 (MlApplicationInstanceView.LifecycleSubstate c : MlApplicationInstanceView.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 MlApplicationInstanceView.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 MlApplicationInstanceView.LifecycleSubstate create(String key)
-
-