@Generated(value="OracleSDKGenerator", comments="API Version: 20220528") public enum ActionLifecycleStates extends Enum<ActionLifecycleStates> implements BmcEnum
Possible Lifecycle states for the Exadata Fleet Update Action resource.
Enum Constant and Description |
---|
Accepted |
Canceled |
Canceling |
Deleted |
Deleting |
Failed |
InProgress |
NeedsAttention |
Succeeded |
Unknown |
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 |
Waiting |
Modifier and Type | Method and Description |
---|---|
static ActionLifecycleStates |
create(String key) |
String |
getValue() |
static ActionLifecycleStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionLifecycleStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionLifecycleStates Accepted
public static final ActionLifecycleStates InProgress
public static final ActionLifecycleStates Waiting
public static final ActionLifecycleStates Updating
public static final ActionLifecycleStates Failed
public static final ActionLifecycleStates NeedsAttention
public static final ActionLifecycleStates Succeeded
public static final ActionLifecycleStates Canceling
public static final ActionLifecycleStates Canceled
public static final ActionLifecycleStates Unknown
public static final ActionLifecycleStates Deleting
public static final ActionLifecycleStates Deleted
public static final ActionLifecycleStates UnknownEnumValue
public static ActionLifecycleStates[] values()
for (ActionLifecycleStates c : ActionLifecycleStates.values()) System.out.println(c);
public static ActionLifecycleStates valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ActionLifecycleStates create(String key)
Copyright © 2016–2024. All rights reserved.