Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static UpdateTablespaceDetails.Status |
UpdateTablespaceDetails.Status.create(String key) |
UpdateTablespaceDetails.Status |
UpdateTablespaceDetails.getStatus()
The status of the tablespace.
|
static UpdateTablespaceDetails.Status |
UpdateTablespaceDetails.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTablespaceDetails.Status[] |
UpdateTablespaceDetails.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateTablespaceDetails.Builder |
UpdateTablespaceDetails.Builder.status(UpdateTablespaceDetails.Status status)
The status of the tablespace.
|
Constructor and Description |
---|
UpdateTablespaceDetails(TablespaceAdminCredentialDetails credentialDetails,
DatabaseCredentialDetails databaseCredential,
String name,
UpdateTablespaceDetails.Type type,
TablespaceStorageSize fileSize,
UpdateTablespaceDetails.Status status,
Boolean isAutoExtensible,
TablespaceStorageSize autoExtendNextSize,
TablespaceStorageSize autoExtendMaxSize,
Boolean isMaxSizeUnlimited,
Boolean isDefault)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.