Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceSummary.Retention |
TablespaceSummary.Retention.create(String key) |
TablespaceSummary.Retention |
TablespaceSummary.getRetention()
Indicates whether undo retention guarantee is enabled for the tablespace.
|
static TablespaceSummary.Retention |
TablespaceSummary.Retention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceSummary.Retention[] |
TablespaceSummary.Retention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TablespaceSummary.Builder |
TablespaceSummary.Builder.retention(TablespaceSummary.Retention retention)
Indicates whether undo retention guarantee is enabled for the tablespace.
|
Copyright © 2016–2024. All rights reserved.