@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum SqlCollectionLifecycleState extends Enum<SqlCollectionLifecycleState> implements BmcEnum
The current state of SQL collections available on the target.
Enum Constant and Description |
---|
Collecting |
Completed |
Creating |
Deleted |
Deleting |
Failed |
Inactive |
NeedsAttention |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Updating |
Modifier and Type | Method and Description |
---|---|
static SqlCollectionLifecycleState |
create(String key) |
String |
getValue() |
static SqlCollectionLifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlCollectionLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlCollectionLifecycleState Creating
public static final SqlCollectionLifecycleState Updating
public static final SqlCollectionLifecycleState Collecting
public static final SqlCollectionLifecycleState Completed
public static final SqlCollectionLifecycleState Inactive
public static final SqlCollectionLifecycleState Failed
public static final SqlCollectionLifecycleState Deleting
public static final SqlCollectionLifecycleState Deleted
public static final SqlCollectionLifecycleState NeedsAttention
public static final SqlCollectionLifecycleState UnknownEnumValue
public static SqlCollectionLifecycleState[] values()
for (SqlCollectionLifecycleState c : SqlCollectionLifecycleState.values()) System.out.println(c);
public static SqlCollectionLifecycleState 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 SqlCollectionLifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.