Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static CreateTablespaceDetails.SegmentManagement |
CreateTablespaceDetails.SegmentManagement.create(String key) |
CreateTablespaceDetails.SegmentManagement |
CreateTablespaceDetails.getSegmentManagement()
Specifies whether tablespace segment management should be automatic or manual.
|
static CreateTablespaceDetails.SegmentManagement |
CreateTablespaceDetails.SegmentManagement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateTablespaceDetails.SegmentManagement[] |
CreateTablespaceDetails.SegmentManagement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateTablespaceDetails.Builder |
CreateTablespaceDetails.Builder.segmentManagement(CreateTablespaceDetails.SegmentManagement segmentManagement)
Specifies whether tablespace segment management should be automatic or manual.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.