Package com.oracle.bmc.opsi.requests
Enum SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
- java.lang.Object
-
- java.lang.Enum<SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel>
-
- com.oracle.bmc.opsi.requests.SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel>
- Enclosing class:
- SummarizeHostInsightResourceForecastTrendRequest
public static enum SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel extends Enum<SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel> implements BmcEnum
Filter by utilization level by the following buckets: - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.- LOW_UTILIZATION: DBs with utilization lower than 25.
- MEDIUM_HIGH_UTILIZATION: DBs with utilization greater or equal than 50 but lower than 75. - MEDIUM_LOW_UTILIZATION: DBs with utilization greater or equal than 25 but lower than 50.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HighUtilization
LowUtilization
MediumHighUtilization
MediumLowUtilization
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
create(String key)
String
getValue()
static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel
valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HighUtilization
public static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel HighUtilization
-
LowUtilization
public static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel LowUtilization
-
MediumHighUtilization
public static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel MediumHighUtilization
-
MediumLowUtilization
public static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel MediumLowUtilization
-
-
Method Detail
-
values
public static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel[] 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 (SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel c : SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel 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 SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel create(String key)
-
-