Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceStorageSize.Unit |
TablespaceStorageSize.Unit.create(String key) |
TablespaceStorageSize.Unit |
TablespaceStorageSize.getUnit()
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
|
static TablespaceStorageSize.Unit |
TablespaceStorageSize.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceStorageSize.Unit[] |
TablespaceStorageSize.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TablespaceStorageSize.Builder |
TablespaceStorageSize.Builder.unit(TablespaceStorageSize.Unit unit)
Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.
|
Constructor and Description |
---|
TablespaceStorageSize(BigDecimal size,
TablespaceStorageSize.Unit unit)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.