Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceSummary.Shared |
TablespaceSummary.Shared.create(String key) |
TablespaceSummary.Shared |
TablespaceSummary.getShared()
Indicates whether the tablespace is for shared tablespace, or for local temporary tablespace
for leaf (read-only) instances, or for local temporary tablespace for all instance types.
|
static TablespaceSummary.Shared |
TablespaceSummary.Shared.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceSummary.Shared[] |
TablespaceSummary.Shared.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.shared(TablespaceSummary.Shared shared)
Indicates whether the tablespace is for shared tablespace, or for local temporary
tablespace for leaf (read-only) instances, or for local temporary tablespace for all
instance types.
|
Copyright © 2016–2024. All rights reserved.