Uses of Class
com.oracle.bmc.databasemanagement.model.Datafile.Status
-
Packages that use Datafile.Status Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Datafile.Status in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Datafile.Status Modifier and Type Method Description static Datafile.Status
Datafile.Status. create(String key)
Datafile.Status
Datafile. getStatus()
The status of the file.static Datafile.Status
Datafile.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Datafile.Status[]
Datafile.Status. 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.Status Modifier and Type Method Description Datafile.Builder
Datafile.Builder. status(Datafile.Status status)
The status of the file.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type Datafile.Status 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.
-