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