Uses of Class
com.oracle.bmc.database.model.ExadataIormConfig.Objective
-
Packages that use ExadataIormConfig.Objective Package Description com.oracle.bmc.database.model -
-
Uses of ExadataIormConfig.Objective in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadataIormConfig.Objective Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type ExadataIormConfig.Objective Modifier and Type Method Description ExadataIormConfig.Builder
ExadataIormConfig.Builder. objective(ExadataIormConfig.Objective objective)
The current value for the IORM objective.Constructors in com.oracle.bmc.database.model with parameters of type ExadataIormConfig.Objective Constructor Description ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState, String lifecycleDetails, ExadataIormConfig.Objective objective, List<DbIormConfig> dbPlans)
Deprecated.
-