public static enum SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType extends Enum<SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType> implements BmcEnum
Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)
Enum Constant and Description |
---|
Database |
Diskgroup |
Host |
StorageServer |
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 SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType |
create(String key) |
String |
getValue() |
static SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType Database
public static final SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType Host
public static final SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType StorageServer
public static final SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType Diskgroup
public static final SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType UnknownEnumValue
public static SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType[] values()
for (SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType c : SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType.values()) System.out.println(c);
public static SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType 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 SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType create(String key)
Copyright © 2016–2025. All rights reserved.