Enum ListEntitySourceAssociationsRequest.LifeCycleState
- java.lang.Object
-
- java.lang.Enum<ListEntitySourceAssociationsRequest.LifeCycleState>
-
- com.oracle.bmc.loganalytics.requests.ListEntitySourceAssociationsRequest.LifeCycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListEntitySourceAssociationsRequest.LifeCycleState>
- Enclosing class:
- ListEntitySourceAssociationsRequest
public static enum ListEntitySourceAssociationsRequest.LifeCycleState extends Enum<ListEntitySourceAssociationsRequest.LifeCycleState> implements BmcEnum
The life cycle state used for filtering.Only associations with the specified life cycle state will be returned.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Accepted
All
Failed
InProgress
Succeeded
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEntitySourceAssociationsRequest.LifeCycleState
create(String key)
String
getValue()
static ListEntitySourceAssociationsRequest.LifeCycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListEntitySourceAssociationsRequest.LifeCycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
All
public static final ListEntitySourceAssociationsRequest.LifeCycleState All
-
Accepted
public static final ListEntitySourceAssociationsRequest.LifeCycleState Accepted
-
InProgress
public static final ListEntitySourceAssociationsRequest.LifeCycleState InProgress
-
Succeeded
public static final ListEntitySourceAssociationsRequest.LifeCycleState Succeeded
-
Failed
public static final ListEntitySourceAssociationsRequest.LifeCycleState Failed
-
-
Method Detail
-
values
public static ListEntitySourceAssociationsRequest.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 (ListEntitySourceAssociationsRequest.LifeCycleState c : ListEntitySourceAssociationsRequest.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 ListEntitySourceAssociationsRequest.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 ListEntitySourceAssociationsRequest.LifeCycleState create(String key)
-
-