public static enum SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel extends Enum<SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel>
Filter by utilization level by the following buckets:
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 String getValue()
public static SummarizeHostInsightResourceCapacityTrendRequest.UtilizationLevel create(String key)
Copyright © 2016–2022. All rights reserved.