Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static ExadataIormConfig.Objective |
ExadataIormConfig.Objective.create(String key) |
ExadataIormConfig.Objective |
ExadataIormConfig.getObjective()
The current value for the IORM objective.
|
static ExadataIormConfig.Objective |
ExadataIormConfig.Objective.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExadataIormConfig.Objective[] |
ExadataIormConfig.Objective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExadataIormConfig.Builder |
ExadataIormConfig.Builder.objective(ExadataIormConfig.Objective objective)
The current value for the IORM objective.
|
Constructor and Description |
---|
ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState,
String lifecycleDetails,
ExadataIormConfig.Objective objective,
List<DbIormConfig> dbPlans)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.