@Generated(value="OracleSDKGenerator", comments="API Version: 20180222") public enum AddonLifecycleState extends Enum<AddonLifecycleState> implements BmcEnum
The lifecycle state of an addon.
Enum Constant and Description |
---|
Active |
Creating |
Deleted |
Deleting |
Failed |
NeedsAttention |
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 |
Modifier and Type | Method and Description |
---|---|
static AddonLifecycleState |
create(String key) |
String |
getValue() |
static AddonLifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddonLifecycleState Creating
public static final AddonLifecycleState Active
public static final AddonLifecycleState Deleting
public static final AddonLifecycleState Deleted
public static final AddonLifecycleState Updating
public static final AddonLifecycleState NeedsAttention
public static final AddonLifecycleState Failed
public static final AddonLifecycleState UnknownEnumValue
public static AddonLifecycleState[] values()
for (AddonLifecycleState c : AddonLifecycleState.values()) System.out.println(c);
public static AddonLifecycleState 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 AddonLifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.