public static enum SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy extends Enum<SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy> implements BmcEnum
Sorts using end timestamp , capacity or baseCapacity
Enum Constant and Description |
---|
BaseCapacity |
Capacity |
EndTimestamp |
Modifier and Type | Method and Description |
---|---|
static SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy |
create(String key) |
String |
getValue() |
static SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy EndTimestamp
public static final SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy Capacity
public static final SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy BaseCapacity
public static SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy[] values()
for (SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy c : SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy.values()) System.out.println(c);
public static SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy 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 SummarizeDatabaseInsightResourceCapacityTrendRequest.SortBy create(String key)
Copyright © 2016–2023. All rights reserved.