public static enum SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit extends Enum<SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit> implements BmcEnum
Displays usage unit ( CORES, GB , PERCENT, MBPS)
Enum Constant and Description |
---|
Cores |
Gb |
Iops |
Mbps |
Percent |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit |
create(String key) |
String |
getValue() |
static SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit Cores
public static final SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit Gb
public static final SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit Mbps
public static final SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit Iops
public static final SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit Percent
public static final SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit UnknownEnumValue
public static SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit[] values()
for (SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit c : SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit.values()) System.out.println(c);
public static SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit 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 SummarizeDatabaseInsightResourceStatisticsAggregationCollection.UsageUnit create(String key)
Copyright © 2016–2024. All rights reserved.