Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceSummary.AllocationType |
TablespaceSummary.AllocationType.create(String key) |
TablespaceSummary.AllocationType |
TablespaceSummary.getAllocationType()
The type of extent allocation in effect for the tablespace.
|
static TablespaceSummary.AllocationType |
TablespaceSummary.AllocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceSummary.AllocationType[] |
TablespaceSummary.AllocationType.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.allocationType(TablespaceSummary.AllocationType allocationType)
The type of extent allocation in effect for the tablespace.
|
Copyright © 2016–2024. All rights reserved.