public static enum SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric extends Enum<SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric> implements BmcEnum
Defines the type of exadata resource metric (example: CPU, STORAGE)
Enum Constant and Description |
---|
Cpu |
Io |
Iops |
Memory |
Storage |
Throughput |
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 SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric |
create(String key) |
String |
getValue() |
static SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric Cpu
public static final SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric Storage
public static final SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric Io
public static final SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric Memory
public static final SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric Iops
public static final SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric Throughput
public static final SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric UnknownEnumValue
public static SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric[] values()
for (SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric c : SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric.values()) System.out.println(c);
public static SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric 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 SummarizeExadataInsightResourceCapacityTrendCollection.ExadataResourceMetric create(String key)
Copyright © 2016–2024. All rights reserved.