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