@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public enum SqlTuningSetStatusTypes extends Enum<SqlTuningSetStatusTypes> implements BmcEnum
The status types of a Sql Tuning Set. Refer to the following documentaion for details https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/ALL_SCHEDULER_JOBS.html#GUID-D72A57AD-96EB-4FB9-A599-33CB238AFA62
Enum Constant and Description |
---|
Blocked |
Broken |
ChainStalled |
Completed |
Disabled |
Failed |
Remote |
ResourceUnavailable |
RetryScheduled |
Running |
Scheduled |
Succeeded |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static SqlTuningSetStatusTypes |
create(String key) |
String |
getValue() |
static SqlTuningSetStatusTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTuningSetStatusTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SqlTuningSetStatusTypes Disabled
public static final SqlTuningSetStatusTypes RetryScheduled
public static final SqlTuningSetStatusTypes Scheduled
public static final SqlTuningSetStatusTypes Blocked
public static final SqlTuningSetStatusTypes Running
public static final SqlTuningSetStatusTypes Completed
public static final SqlTuningSetStatusTypes Broken
public static final SqlTuningSetStatusTypes Failed
public static final SqlTuningSetStatusTypes Remote
public static final SqlTuningSetStatusTypes ResourceUnavailable
public static final SqlTuningSetStatusTypes Succeeded
public static final SqlTuningSetStatusTypes ChainStalled
public static final SqlTuningSetStatusTypes UnknownEnumValue
public static SqlTuningSetStatusTypes[] values()
for (SqlTuningSetStatusTypes c : SqlTuningSetStatusTypes.values()) System.out.println(c);
public static SqlTuningSetStatusTypes 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 SqlTuningSetStatusTypes create(String key)
Copyright © 2016–2024. All rights reserved.