Uses of Class
com.oracle.bmc.databasemanagement.model.Tablespace.Shared
-
Packages that use Tablespace.Shared Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of Tablespace.Shared in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return Tablespace.Shared Modifier and Type Method Description static Tablespace.Shared
Tablespace.Shared. create(String key)
Tablespace.Shared
Tablespace. getShared()
Indicates whether the tablespace is for shared tablespace, or for local temporary tablespace for leaf (read-only) instances, or for local temporary tablespace for all instance types.static Tablespace.Shared
Tablespace.Shared. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tablespace.Shared[]
Tablespace.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 Tablespace.Shared Modifier and Type Method Description Tablespace.Builder
Tablespace.Builder. shared(Tablespace.Shared shared)
Indicates whether the tablespace is for shared tablespace, or for local temporary tablespace for leaf (read-only) instances, or for local temporary tablespace for all instance types.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type Tablespace.Shared Constructor Description Tablespace(String name, Tablespace.Type type, Tablespace.Status status, BigDecimal blockSizeBytes, Tablespace.Logging logging, Boolean isForceLogging, Tablespace.ExtentManagement extentManagement, Tablespace.AllocationType allocationType, Boolean isPluggedIn, Tablespace.SegmentSpaceManagement segmentSpaceManagement, Tablespace.DefaultTableCompression defaultTableCompression, Tablespace.Retention retention, Boolean isBigfile, Tablespace.PredicateEvaluation predicateEvaluation, Boolean isEncrypted, Tablespace.CompressFor compressFor, Tablespace.DefaultInMemory defaultInMemory, Tablespace.DefaultInMemoryPriority defaultInMemoryPriority, Tablespace.DefaultInMemoryDistribute defaultInMemoryDistribute, Tablespace.DefaultInMemoryCompression defaultInMemoryCompression, Tablespace.DefaultInMemoryDuplicate defaultInMemoryDuplicate, Tablespace.Shared shared, Tablespace.DefaultIndexCompression defaultIndexCompression, Tablespace.IndexCompressFor indexCompressFor, String defaultCellMemory, Tablespace.DefaultInMemoryService defaultInMemoryService, String defaultInMemoryServiceName, Tablespace.LostWriteProtect lostWriteProtect, Boolean isChunkTablespace, String tempGroup, BigDecimal maxSizeKB, BigDecimal allocatedSizeKB, BigDecimal userSizeKB, BigDecimal freeSpaceKB, BigDecimal usedSpaceKB, Double usedPercentAvailable, Double usedPercentAllocated, Boolean isDefault, List<Datafile> datafiles)
Deprecated.
-