Package com.oracle.bmc.database.requests
Enum ListDbConnectionBundlesRequest.LifecycleState
- java.lang.Object
-
- java.lang.Enum<ListDbConnectionBundlesRequest.LifecycleState>
-
- com.oracle.bmc.database.requests.ListDbConnectionBundlesRequest.LifecycleState
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ListDbConnectionBundlesRequest.LifecycleState>
- Enclosing class:
- ListDbConnectionBundlesRequest
public static enum ListDbConnectionBundlesRequest.LifecycleState extends Enum<ListDbConnectionBundlesRequest.LifecycleState> implements BmcEnum
A filter that returns only resources that match the given lifecycle state.The state value is case-insensitive.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDbConnectionBundlesRequest.LifecycleStatecreate(String key)StringgetValue()static ListDbConnectionBundlesRequest.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static ListDbConnectionBundlesRequest.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Creating
public static final ListDbConnectionBundlesRequest.LifecycleState Creating
-
Active
public static final ListDbConnectionBundlesRequest.LifecycleState Active
-
Inactive
public static final ListDbConnectionBundlesRequest.LifecycleState Inactive
-
Updating
public static final ListDbConnectionBundlesRequest.LifecycleState Updating
-
Deleting
public static final ListDbConnectionBundlesRequest.LifecycleState Deleting
-
Deleted
public static final ListDbConnectionBundlesRequest.LifecycleState Deleted
-
Failed
public static final ListDbConnectionBundlesRequest.LifecycleState Failed
-
-
Method Detail
-
values
public static ListDbConnectionBundlesRequest.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 (ListDbConnectionBundlesRequest.LifecycleState c : ListDbConnectionBundlesRequest.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 ListDbConnectionBundlesRequest.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 ListDbConnectionBundlesRequest.LifecycleState create(String key)
-
-