Uses of Class
com.oracle.bmc.database.model.ExadataIormConfigUpdateDetails.Objective
-
Packages that use ExadataIormConfigUpdateDetails.Objective Package Description com.oracle.bmc.database.model -
-
Uses of ExadataIormConfigUpdateDetails.Objective in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadataIormConfigUpdateDetails.Objective Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type ExadataIormConfigUpdateDetails.Objective Modifier and Type Method Description ExadataIormConfigUpdateDetails.Builder
ExadataIormConfigUpdateDetails.Builder. objective(ExadataIormConfigUpdateDetails.Objective objective)
Value for the IORM objective Default is “Auto”Constructors in com.oracle.bmc.database.model with parameters of type ExadataIormConfigUpdateDetails.Objective Constructor Description ExadataIormConfigUpdateDetails(ExadataIormConfigUpdateDetails.Objective objective, List<DbIormConfigUpdateDetail> dbPlans)
Deprecated.
-