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