Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.ExtentManagement
-
Packages that use TablespaceSummary.ExtentManagement Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.ExtentManagement in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.ExtentManagement Modifier and Type Method Description static TablespaceSummary.ExtentManagement
TablespaceSummary.ExtentManagement. create(String key)
TablespaceSummary.ExtentManagement
TablespaceSummary. getExtentManagement()
Indicates whether the extents in the tablespace are Locally managed or Dictionary managed.static TablespaceSummary.ExtentManagement
TablespaceSummary.ExtentManagement. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.ExtentManagement[]
TablespaceSummary.ExtentManagement. 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.ExtentManagement Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. extentManagement(TablespaceSummary.ExtentManagement extentManagement)
Indicates whether the extents in the tablespace are Locally managed or Dictionary managed.
-