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 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 SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel
create(String key)
String
getValue()
static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel
valueOf(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
-
HighUtilization
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel HighUtilization
-
LowUtilization
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel LowUtilization
-
MediumHighUtilization
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel MediumHighUtilization
-
MediumLowUtilization
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel MediumLowUtilization
-
-
Method Detail
-
values
public 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
-
valueOf
public 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 nameNullPointerException
- if the argument is null
-
create
public static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel create(String key)
-
-