Uses of Class
com.oracle.bmc.database.model.DbIormConfigUpdateDetail
-
Packages that use DbIormConfigUpdateDetail Package Description com.oracle.bmc.database.model -
-
Uses of DbIormConfigUpdateDetail in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbIormConfigUpdateDetail Modifier and Type Method Description DbIormConfigUpdateDetail
DbIormConfigUpdateDetail.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type DbIormConfigUpdateDetail Modifier and Type Method Description List<DbIormConfigUpdateDetail>
ExadataIormConfigUpdateDetails. getDbPlans()
Array of IORM Setting for all the database in this Exadata DB SystemMethods in com.oracle.bmc.database.model with parameters of type DbIormConfigUpdateDetail Modifier and Type Method Description DbIormConfigUpdateDetail.Builder
DbIormConfigUpdateDetail.Builder. copy(DbIormConfigUpdateDetail model)
Method parameters in com.oracle.bmc.database.model with type arguments of type DbIormConfigUpdateDetail Modifier and Type Method Description ExadataIormConfigUpdateDetails.Builder
ExadataIormConfigUpdateDetails.Builder. dbPlans(List<DbIormConfigUpdateDetail> dbPlans)
Array of IORM Setting for all the database in this Exadata DB SystemConstructor parameters in com.oracle.bmc.database.model with type arguments of type DbIormConfigUpdateDetail Constructor Description ExadataIormConfigUpdateDetails(ExadataIormConfigUpdateDetails.Objective objective, List<DbIormConfigUpdateDetail> dbPlans)
Deprecated.
-