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