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