Uses of Class
com.oracle.bmc.databasemanagement.model.Tablespace.PredicateEvaluation
-
Packages that use Tablespace.PredicateEvaluation Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Tablespace.PredicateEvaluation in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Tablespace.PredicateEvaluation Modifier and Type Method Description static Tablespace.PredicateEvaluation
Tablespace.PredicateEvaluation. create(String key)
Tablespace.PredicateEvaluation
Tablespace. getPredicateEvaluation()
Indicates whether predicates are evaluated by Host or by Storage.static Tablespace.PredicateEvaluation
Tablespace.PredicateEvaluation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tablespace.PredicateEvaluation[]
Tablespace.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 Tablespace.PredicateEvaluation Modifier and Type Method Description Tablespace.Builder
Tablespace.Builder. predicateEvaluation(Tablespace.PredicateEvaluation predicateEvaluation)
Indicates whether predicates are evaluated by Host or by Storage.
-