public static enum ExadataIormConfigUpdateDetails.Objective extends Enum<ExadataIormConfigUpdateDetails.Objective> implements BmcEnum
Value for the IORM objective Default is “Auto”
Enum Constant and Description |
---|
Auto |
Balanced |
Basic |
HighThroughput |
LowLatency |
Modifier and Type | Method and Description |
---|---|
static ExadataIormConfigUpdateDetails.Objective |
create(String key) |
String |
getValue() |
static ExadataIormConfigUpdateDetails.Objective |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExadataIormConfigUpdateDetails.Objective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExadataIormConfigUpdateDetails.Objective LowLatency
public static final ExadataIormConfigUpdateDetails.Objective HighThroughput
public static final ExadataIormConfigUpdateDetails.Objective Balanced
public static final ExadataIormConfigUpdateDetails.Objective Auto
public static final ExadataIormConfigUpdateDetails.Objective Basic
public static ExadataIormConfigUpdateDetails.Objective[] values()
for (ExadataIormConfigUpdateDetails.Objective c : ExadataIormConfigUpdateDetails.Objective.values()) System.out.println(c);
public static ExadataIormConfigUpdateDetails.Objective 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 ExadataIormConfigUpdateDetails.Objective create(String key)
Copyright © 2016–2024. All rights reserved.