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