Uses of Class
com.oracle.bmc.database.model.DbIormConfig
-
Packages that use DbIormConfig Package Description com.oracle.bmc.database.model -
-
Uses of DbIormConfig in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DbIormConfig Modifier and Type Method Description DbIormConfig
DbIormConfig.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type DbIormConfig Modifier and Type Method Description List<DbIormConfig>
ExadataIormConfig. getDbPlans()
An array of IORM settings for all the database in the Exadata DB system.Methods in com.oracle.bmc.database.model with parameters of type DbIormConfig Modifier and Type Method Description DbIormConfig.Builder
DbIormConfig.Builder. copy(DbIormConfig model)
Method parameters in com.oracle.bmc.database.model with type arguments of type DbIormConfig Modifier and Type Method Description ExadataIormConfig.Builder
ExadataIormConfig.Builder. dbPlans(List<DbIormConfig> dbPlans)
An array of IORM settings for all the database in the Exadata DB system.Constructor parameters in com.oracle.bmc.database.model with type arguments of type DbIormConfig Constructor Description ExadataIormConfig(ExadataIormConfig.LifecycleState lifecycleState, String lifecycleDetails, ExadataIormConfig.Objective objective, List<DbIormConfig> dbPlans)
Deprecated.
-