Package com.oracle.bmc.opsi.requests
Enum SummarizeExadataInsightResourceUsageRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<SummarizeExadataInsightResourceUsageRequest.SortBy>
-
- com.oracle.bmc.opsi.requests.SummarizeExadataInsightResourceUsageRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<SummarizeExadataInsightResourceUsageRequest.SortBy>
- Enclosing class:
- SummarizeExadataInsightResourceUsageRequest
public static enum SummarizeExadataInsightResourceUsageRequest.SortBy extends Enum<SummarizeExadataInsightResourceUsageRequest.SortBy> implements BmcEnum
The order in which resource usage summary records are listed
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Capacity
Usage
UsageChangePercent
UtilizationPercent
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarizeExadataInsightResourceUsageRequest.SortBy
create(String key)
String
getValue()
static SummarizeExadataInsightResourceUsageRequest.SortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeExadataInsightResourceUsageRequest.SortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UtilizationPercent
public static final SummarizeExadataInsightResourceUsageRequest.SortBy UtilizationPercent
-
Usage
public static final SummarizeExadataInsightResourceUsageRequest.SortBy Usage
-
Capacity
public static final SummarizeExadataInsightResourceUsageRequest.SortBy Capacity
-
UsageChangePercent
public static final SummarizeExadataInsightResourceUsageRequest.SortBy UsageChangePercent
-
-
Method Detail
-
values
public static SummarizeExadataInsightResourceUsageRequest.SortBy[] 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 (SummarizeExadataInsightResourceUsageRequest.SortBy c : SummarizeExadataInsightResourceUsageRequest.SortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SummarizeExadataInsightResourceUsageRequest.SortBy 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 SummarizeExadataInsightResourceUsageRequest.SortBy create(String key)
-
-