Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceSummary.ExtentManagement |
TablespaceSummary.ExtentManagement.create(String key) |
TablespaceSummary.ExtentManagement |
TablespaceSummary.getExtentManagement()
Indicates whether the extents in the tablespace are Locally managed or Dictionary managed.
|
static TablespaceSummary.ExtentManagement |
TablespaceSummary.ExtentManagement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceSummary.ExtentManagement[] |
TablespaceSummary.ExtentManagement.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.extentManagement(TablespaceSummary.ExtentManagement extentManagement)
Indicates whether the extents in the tablespace are Locally managed or Dictionary
managed.
|
Copyright © 2016–2024. All rights reserved.