Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
TablespaceStorageSize |
TablespaceStorageSize.Builder.build() |
TablespaceStorageSize |
UpdateTablespaceDetails.getAutoExtendMaxSize()
The maximum disk space allowed for automatic extension of the data files or temp files.
|
TablespaceStorageSize |
ResizeDataFileDetails.getAutoExtendMaxSize()
The maximum disk space allowed for automatic extension of the data files or temp files.
|
TablespaceStorageSize |
CreateTablespaceDetails.getAutoExtendMaxSize()
The maximum disk space allowed for automatic extension of the data files or temp files.
|
TablespaceStorageSize |
AddDataFilesDetails.getAutoExtendMaxSize()
The maximum disk space allowed for automatic extension of the data files or temp files.
|
TablespaceStorageSize |
UpdateTablespaceDetails.getAutoExtendNextSize()
The size of the next increment of disk space to be allocated automatically when more extents
are required.
|
TablespaceStorageSize |
ResizeDataFileDetails.getAutoExtendNextSize()
The size of the next increment of disk space to be allocated automatically when more extents
are required.
|
TablespaceStorageSize |
CreateTablespaceDetails.getAutoExtendNextSize()
The size of the next increment of disk space to be allocated automatically when more extents
are required.
|
TablespaceStorageSize |
AddDataFilesDetails.getAutoExtendNextSize()
The size of the next increment of disk space to be allocated automatically when more extents
are required.
|
TablespaceStorageSize |
CreateTablespaceDetails.getExtentUniformSize()
The size of the extent when the tablespace is managed with uniform extents of a specific
size.
|
TablespaceStorageSize |
UpdateTablespaceDetails.getFileSize()
The size of each data file or temp file.
|
TablespaceStorageSize |
ResizeDataFileDetails.getFileSize()
The new size of the data file or temp file.
|
TablespaceStorageSize |
CreateTablespaceDetails.getFileSize()
The size of each data file or temp file.
|
TablespaceStorageSize |
AddDataFilesDetails.getFileSize()
The size of each data file or temp file.
|
Modifier and Type | Method and Description |
---|---|
UpdateTablespaceDetails.Builder |
UpdateTablespaceDetails.Builder.autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
|
ResizeDataFileDetails.Builder |
ResizeDataFileDetails.Builder.autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
|
CreateTablespaceDetails.Builder |
CreateTablespaceDetails.Builder.autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
|
AddDataFilesDetails.Builder |
AddDataFilesDetails.Builder.autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
|
UpdateTablespaceDetails.Builder |
UpdateTablespaceDetails.Builder.autoExtendNextSize(TablespaceStorageSize autoExtendNextSize)
The size of the next increment of disk space to be allocated automatically when more
extents are required.
|
ResizeDataFileDetails.Builder |
ResizeDataFileDetails.Builder.autoExtendNextSize(TablespaceStorageSize autoExtendNextSize)
The size of the next increment of disk space to be allocated automatically when more
extents are required.
|
CreateTablespaceDetails.Builder |
CreateTablespaceDetails.Builder.autoExtendNextSize(TablespaceStorageSize autoExtendNextSize)
The size of the next increment of disk space to be allocated automatically when more
extents are required.
|
AddDataFilesDetails.Builder |
AddDataFilesDetails.Builder.autoExtendNextSize(TablespaceStorageSize autoExtendNextSize)
The size of the next increment of disk space to be allocated automatically when more
extents are required.
|
TablespaceStorageSize.Builder |
TablespaceStorageSize.Builder.copy(TablespaceStorageSize model) |
CreateTablespaceDetails.Builder |
CreateTablespaceDetails.Builder.extentUniformSize(TablespaceStorageSize extentUniformSize)
The size of the extent when the tablespace is managed with uniform extents of a specific
size.
|
UpdateTablespaceDetails.Builder |
UpdateTablespaceDetails.Builder.fileSize(TablespaceStorageSize fileSize)
The size of each data file or temp file.
|
ResizeDataFileDetails.Builder |
ResizeDataFileDetails.Builder.fileSize(TablespaceStorageSize fileSize)
The new size of the data file or temp file.
|
CreateTablespaceDetails.Builder |
CreateTablespaceDetails.Builder.fileSize(TablespaceStorageSize fileSize)
The size of each data file or temp file.
|
AddDataFilesDetails.Builder |
AddDataFilesDetails.Builder.fileSize(TablespaceStorageSize fileSize)
The size of each data file or temp file.
|
Copyright © 2016–2023. All rights reserved.