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 SummaryEnum Constants Enum Constant Description HighUtilizationLowUtilizationMediumHighUtilizationMediumLowUtilization
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevelcreate(String key)StringgetValue()static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevelvalueOf(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- 
HighUtilizationpublic static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel HighUtilization 
 - 
LowUtilizationpublic static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel LowUtilization 
 - 
MediumHighUtilizationpublic static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel MediumHighUtilization 
 - 
MediumLowUtilizationpublic static final SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel MediumLowUtilization 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static SummarizeHostInsightResourceForecastTrendRequest.UtilizationLevel create(String key) 
 
- 
 
-