Uses of Class
com.oracle.bmc.databasemanagement.model.CreateTablespaceDetails.Type
-
Packages that use CreateTablespaceDetails.Type Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CreateTablespaceDetails.Type in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CreateTablespaceDetails.Type Modifier and Type Method Description static CreateTablespaceDetails.TypeCreateTablespaceDetails.Type. create(String key)CreateTablespaceDetails.TypeCreateTablespaceDetails. getType()The type of tablespace.static CreateTablespaceDetails.TypeCreateTablespaceDetails.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateTablespaceDetails.Type[]CreateTablespaceDetails.Type. 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 CreateTablespaceDetails.Type Modifier and Type Method Description CreateTablespaceDetails.BuilderCreateTablespaceDetails.Builder. type(CreateTablespaceDetails.Type type)The type of tablespace.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CreateTablespaceDetails.Type Constructor Description CreateTablespaceDetails(TablespaceAdminCredentialDetails credentialDetails, DatabaseCredentialDetails databaseCredential, String name, CreateTablespaceDetails.Type type, Boolean isBigfile, List<String> dataFiles, Integer fileCount, TablespaceStorageSize fileSize, Boolean isReusable, Boolean isAutoExtensible, TablespaceStorageSize autoExtendNextSize, TablespaceStorageSize autoExtendMaxSize, Boolean isMaxSizeUnlimited, Integer blockSizeInKilobytes, Boolean isEncrypted, String encryptionAlgorithm, CreateTablespaceDetails.DefaultCompress defaultCompress, CreateTablespaceDetails.Status status, CreateTablespaceDetails.ExtentManagement extentManagement, TablespaceStorageSize extentUniformSize, CreateTablespaceDetails.SegmentManagement segmentManagement, Boolean isDefault)Deprecated.
-