Uses of Class
com.oracle.bmc.databasemanagement.model.Datafile.LostWriteProtect
-
Packages that use Datafile.LostWriteProtect Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Datafile.LostWriteProtect in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Datafile.LostWriteProtect Modifier and Type Method Description static Datafile.LostWriteProtect
Datafile.LostWriteProtect. create(String key)
Datafile.LostWriteProtect
Datafile. getLostWriteProtect()
The lost write protection status of the file.static Datafile.LostWriteProtect
Datafile.LostWriteProtect. valueOf(String name)
Returns the enum constant of this type with the specified name.static Datafile.LostWriteProtect[]
Datafile.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 Datafile.LostWriteProtect Modifier and Type Method Description Datafile.Builder
Datafile.Builder. lostWriteProtect(Datafile.LostWriteProtect lostWriteProtect)
The lost write protection status of the file.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type Datafile.LostWriteProtect Constructor Description Datafile(String name, Datafile.Status status, Datafile.OnlineStatus onlineStatus, Boolean isAutoExtensible, Datafile.LostWriteProtect lostWriteProtect, Datafile.Shared shared, BigDecimal instanceId, BigDecimal maxSizeKB, BigDecimal allocatedSizeKB, BigDecimal userSizeKB, BigDecimal incrementBy, BigDecimal freeSpaceKB, BigDecimal usedSpaceKB, Double usedPercentAvailable, Double usedPercentAllocated)
Deprecated.
-