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