Package com.oracle.bmc.opsi.requests
Enum SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel
- java.lang.Object
- 
- java.lang.Enum<SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel>
- 
- com.oracle.bmc.opsi.requests.SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel>
 - Enclosing class:
- SummarizeHostInsightResourceCapacityTrendRequest
 
 public static enum SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel extends Enum<SummarizeHostInsightResourceCapacityTrendRequest.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 SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevelcreate(String key)StringgetValue()static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevelvalueOf(String name)Returns the enum constant of this type with the specified name.static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
HighUtilizationpublic static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel HighUtilization 
 - 
LowUtilizationpublic static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel LowUtilization 
 - 
MediumHighUtilizationpublic static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel MediumHighUtilization 
 - 
MediumLowUtilizationpublic static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel MediumLowUtilization 
 
- 
 - 
Method Detail- 
valuespublic static SummarizeHostInsightResourceCapacityTrendRequest.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 (SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel c : SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static SummarizeHostInsightResourceCapacityTrendRequest.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 SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel create(String key) 
 
- 
 
-