Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.PredicateEvaluation
-
Packages that use TablespaceSummary.PredicateEvaluation Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.PredicateEvaluation in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.PredicateEvaluation Modifier and Type Method Description static TablespaceSummary.PredicateEvaluation
TablespaceSummary.PredicateEvaluation. create(String key)
TablespaceSummary.PredicateEvaluation
TablespaceSummary. getPredicateEvaluation()
Indicates whether predicates are evaluated by Host or by Storage.static TablespaceSummary.PredicateEvaluation
TablespaceSummary.PredicateEvaluation. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.PredicateEvaluation[]
TablespaceSummary.PredicateEvaluation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type TablespaceSummary.PredicateEvaluation Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. predicateEvaluation(TablespaceSummary.PredicateEvaluation predicateEvaluation)
Indicates whether predicates are evaluated by Host or by Storage.
-