Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static TablespaceAdminStatus.Status |
TablespaceAdminStatus.Status.create(String key) |
TablespaceAdminStatus.Status |
TablespaceAdminStatus.getStatus()
The status of a tablespace admin action.
|
static TablespaceAdminStatus.Status |
TablespaceAdminStatus.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablespaceAdminStatus.Status[] |
TablespaceAdminStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TablespaceAdminStatus.Builder |
TablespaceAdminStatus.Builder.status(TablespaceAdminStatus.Status status)
The status of a tablespace admin action.
|
Constructor and Description |
---|
TablespaceAdminStatus(TablespaceAdminStatus.Status status,
Integer errorCode,
String errorMessage)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.