@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class AddDataFilesDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The details required to add data files or temp files to the tablespace.
Note: Objects should always be created or deserialized using the AddDataFilesDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the AddDataFilesDetails.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AddDataFilesDetails.Builder |
static class |
AddDataFilesDetails.FileType
Specifies whether the file is a data file or temp file.
|
Constructor and Description |
---|
AddDataFilesDetails(TablespaceAdminCredentialDetails credentialDetails,
AddDataFilesDetails.FileType fileType,
List<String> dataFiles,
Integer fileCount,
TablespaceStorageSize fileSize,
Boolean isReusable,
Boolean isAutoExtensible,
TablespaceStorageSize autoExtendNextSize,
TablespaceStorageSize autoExtendMaxSize,
Boolean isMaxSizeUnlimited)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AddDataFilesDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
TablespaceStorageSize |
getAutoExtendMaxSize()
The maximum disk space allowed for automatic extension of the data files or temp files.
|
TablespaceStorageSize |
getAutoExtendNextSize()
The size of the next increment of disk space to be allocated automatically when more extents
are required.
|
TablespaceAdminCredentialDetails |
getCredentialDetails() |
List<String> |
getDataFiles()
The list of data files or temp files added to the tablespace.
|
Integer |
getFileCount()
The number of data files or temp files to be added for the tablespace.
|
TablespaceStorageSize |
getFileSize()
The size of each data file or temp file.
|
AddDataFilesDetails.FileType |
getFileType()
Specifies whether the file is a data file or temp file.
|
Boolean |
getIsAutoExtensible()
Specifies whether the data file or temp file can be extended automatically.
|
Boolean |
getIsMaxSizeUnlimited()
Specifies whether the disk space of the data file or temp file can be limited.
|
Boolean |
getIsReusable()
Specifies whether Oracle can reuse the data file or temp file.
|
int |
hashCode() |
AddDataFilesDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"credentialDetails","fileType","dataFiles","fileCount","fileSize","isReusable","isAutoExtensible","autoExtendNextSize","autoExtendMaxSize","isMaxSizeUnlimited"}) public AddDataFilesDetails(TablespaceAdminCredentialDetails credentialDetails, AddDataFilesDetails.FileType fileType, List<String> dataFiles, Integer fileCount, TablespaceStorageSize fileSize, Boolean isReusable, Boolean isAutoExtensible, TablespaceStorageSize autoExtendNextSize, TablespaceStorageSize autoExtendMaxSize, Boolean isMaxSizeUnlimited)
public static AddDataFilesDetails.Builder builder()
Create a new builder.
public AddDataFilesDetails.Builder toBuilder()
public TablespaceAdminCredentialDetails getCredentialDetails()
public AddDataFilesDetails.FileType getFileType()
Specifies whether the file is a data file or temp file.
public List<String> getDataFiles()
The list of data files or temp files added to the tablespace.
public Integer getFileCount()
The number of data files or temp files to be added for the tablespace. This is for Oracle Managed Files only.
public TablespaceStorageSize getFileSize()
The size of each data file or temp file.
public Boolean getIsReusable()
Specifies whether Oracle can reuse the data file or temp file. Reuse is only allowed when the file name is provided.
public Boolean getIsAutoExtensible()
Specifies whether the data file or temp file can be extended automatically.
public TablespaceStorageSize getAutoExtendNextSize()
The size of the next increment of disk space to be allocated automatically when more extents are required.
public TablespaceStorageSize getAutoExtendMaxSize()
The maximum disk space allowed for automatic extension of the data files or temp files.
public Boolean getIsMaxSizeUnlimited()
Specifies whether the disk space of the data file or temp file can be limited.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.