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.
Enum Constant and Description |
---|
HighUtilization |
LowUtilization |
MediumHighUtilization |
MediumLowUtilization |
Modifier and Type | Method and 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.
|
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel HighUtilization
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel LowUtilization
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel MediumHighUtilization
public static final SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel MediumLowUtilization
public static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel[] values()
for (SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel c : SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel.values()) System.out.println(c);
public static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel create(String key)
Copyright © 2016–2024. All rights reserved.