Uses of Class
com.oracle.bmc.databasemanagement.model.AddDataFilesDetails.FileType
-
Packages that use AddDataFilesDetails.FileType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of AddDataFilesDetails.FileType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return AddDataFilesDetails.FileType Modifier and Type Method Description static AddDataFilesDetails.FileType
AddDataFilesDetails.FileType. create(String key)
AddDataFilesDetails.FileType
AddDataFilesDetails. getFileType()
Specifies whether the file is a data file or temp file.static AddDataFilesDetails.FileType
AddDataFilesDetails.FileType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AddDataFilesDetails.FileType[]
AddDataFilesDetails.FileType. 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 AddDataFilesDetails.FileType Modifier and Type Method Description AddDataFilesDetails.Builder
AddDataFilesDetails.Builder. fileType(AddDataFilesDetails.FileType fileType)
Specifies whether the file is a data file or temp file.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type AddDataFilesDetails.FileType Constructor Description AddDataFilesDetails(TablespaceAdminCredentialDetails credentialDetails, DatabaseCredentialDetails databaseCredential, AddDataFilesDetails.FileType fileType, List<String> dataFiles, Integer fileCount, TablespaceStorageSize fileSize, Boolean isReusable, Boolean isAutoExtensible, TablespaceStorageSize autoExtendNextSize, TablespaceStorageSize autoExtendMaxSize, Boolean isMaxSizeUnlimited)
Deprecated.
-