public static enum ListIndexesRequest.LifecycleState extends Enum<ListIndexesRequest.LifecycleState> implements BmcEnum
Filter list by the lifecycle state of the item.
Enum Constant and Description |
---|
Active |
All |
Creating |
Deleted |
Deleting |
Failed |
Inactive |
Updating |
Modifier and Type | Method and Description |
---|---|
static ListIndexesRequest.LifecycleState |
create(String key) |
String |
getValue() |
static ListIndexesRequest.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListIndexesRequest.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListIndexesRequest.LifecycleState All
public static final ListIndexesRequest.LifecycleState Creating
public static final ListIndexesRequest.LifecycleState Updating
public static final ListIndexesRequest.LifecycleState Active
public static final ListIndexesRequest.LifecycleState Deleting
public static final ListIndexesRequest.LifecycleState Deleted
public static final ListIndexesRequest.LifecycleState Failed
public static final ListIndexesRequest.LifecycleState Inactive
public static ListIndexesRequest.LifecycleState[] values()
for (ListIndexesRequest.LifecycleState c : ListIndexesRequest.LifecycleState.values()) System.out.println(c);
public static ListIndexesRequest.LifecycleState 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 ListIndexesRequest.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.