Package com.oracle.bmc.opsi.model
Enum AwrQueryResult.AwrResultType
- java.lang.Object
-
- java.lang.Enum<AwrQueryResult.AwrResultType>
-
- com.oracle.bmc.opsi.model.AwrQueryResult.AwrResultType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<AwrQueryResult.AwrResultType>
- Enclosing class:
- AwrQueryResult
public static enum AwrQueryResult.AwrResultType extends Enum<AwrQueryResult.AwrResultType> implements BmcEnum
The result type of AWR query.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AwrdbAshCpuUsageSet
AwrdbDbParameterChange
AwrdbDbParameterSet
AwrdbDbReport
AwrdbEventHistogram
AwrdbEventSet
AwrdbMetricsSet
AwrdbSet
AwrdbSnapshotRangeSet
AwrdbSnapshotSet
AwrdbSqlReport
AwrdbSysstatSet
AwrdbTopEventSet
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwrQueryResult.AwrResultType
create(String key)
String
getValue()
static AwrQueryResult.AwrResultType
valueOf(String name)
Returns the enum constant of this type with the specified name.static AwrQueryResult.AwrResultType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AwrdbSet
public static final AwrQueryResult.AwrResultType AwrdbSet
-
AwrdbSnapshotRangeSet
public static final AwrQueryResult.AwrResultType AwrdbSnapshotRangeSet
-
AwrdbSnapshotSet
public static final AwrQueryResult.AwrResultType AwrdbSnapshotSet
-
AwrdbMetricsSet
public static final AwrQueryResult.AwrResultType AwrdbMetricsSet
-
AwrdbSysstatSet
public static final AwrQueryResult.AwrResultType AwrdbSysstatSet
-
AwrdbTopEventSet
public static final AwrQueryResult.AwrResultType AwrdbTopEventSet
-
AwrdbEventSet
public static final AwrQueryResult.AwrResultType AwrdbEventSet
-
AwrdbEventHistogram
public static final AwrQueryResult.AwrResultType AwrdbEventHistogram
-
AwrdbDbParameterSet
public static final AwrQueryResult.AwrResultType AwrdbDbParameterSet
-
AwrdbDbParameterChange
public static final AwrQueryResult.AwrResultType AwrdbDbParameterChange
-
AwrdbAshCpuUsageSet
public static final AwrQueryResult.AwrResultType AwrdbAshCpuUsageSet
-
AwrdbDbReport
public static final AwrQueryResult.AwrResultType AwrdbDbReport
-
AwrdbSqlReport
public static final AwrQueryResult.AwrResultType AwrdbSqlReport
-
UnknownEnumValue
public static final AwrQueryResult.AwrResultType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static AwrQueryResult.AwrResultType[] 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 (AwrQueryResult.AwrResultType c : AwrQueryResult.AwrResultType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AwrQueryResult.AwrResultType 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 AwrQueryResult.AwrResultType create(String key)
-
-