Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.AllocationType
-
Packages that use TablespaceSummary.AllocationType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.AllocationType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.AllocationType Modifier and Type Method Description static TablespaceSummary.AllocationType
TablespaceSummary.AllocationType. create(String key)
TablespaceSummary.AllocationType
TablespaceSummary. getAllocationType()
The type of extent allocation in effect for the tablespace.static TablespaceSummary.AllocationType
TablespaceSummary.AllocationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.AllocationType[]
TablespaceSummary.AllocationType. 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.AllocationType Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. allocationType(TablespaceSummary.AllocationType allocationType)
The type of extent allocation in effect for the tablespace.
-