Enum FsuReadinessCheck.LifecycleState
- java.lang.Object
-
- java.lang.Enum<FsuReadinessCheck.LifecycleState>
-
- com.oracle.bmc.fleetsoftwareupdate.model.FsuReadinessCheck.LifecycleState
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<FsuReadinessCheck.LifecycleState>
- Enclosing class:
- FsuReadinessCheck
public static enum FsuReadinessCheck.LifecycleState extends Enum<FsuReadinessCheck.LifecycleState> implements BmcEnum
Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AcceptedCanceledCancelingDeletedDeletingFailedInProgressNeedsAttentionSucceededUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Waiting
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FsuReadinessCheck.LifecycleStatecreate(String key)StringgetValue()static FsuReadinessCheck.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static FsuReadinessCheck.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Accepted
public static final FsuReadinessCheck.LifecycleState Accepted
-
InProgress
public static final FsuReadinessCheck.LifecycleState InProgress
-
Failed
public static final FsuReadinessCheck.LifecycleState Failed
-
NeedsAttention
public static final FsuReadinessCheck.LifecycleState NeedsAttention
-
Succeeded
public static final FsuReadinessCheck.LifecycleState Succeeded
-
Waiting
public static final FsuReadinessCheck.LifecycleState Waiting
-
Canceling
public static final FsuReadinessCheck.LifecycleState Canceling
-
Canceled
public static final FsuReadinessCheck.LifecycleState Canceled
-
Deleting
public static final FsuReadinessCheck.LifecycleState Deleting
-
Deleted
public static final FsuReadinessCheck.LifecycleState Deleted
-
UnknownEnumValue
public static final FsuReadinessCheck.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
-
values
public static FsuReadinessCheck.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 (FsuReadinessCheck.LifecycleState c : FsuReadinessCheck.LifecycleState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FsuReadinessCheck.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 nameNullPointerException- if the argument is null
-
create
public static FsuReadinessCheck.LifecycleState create(String key)
-
-