Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static HistoricAddmResult.Status |
HistoricAddmResult.Status.create(String key) |
HistoricAddmResult.Status |
HistoricAddmResult.getStatus()
The status of the ADDM task.
|
static HistoricAddmResult.Status |
HistoricAddmResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricAddmResult.Status[] |
HistoricAddmResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.status(HistoricAddmResult.Status status)
The status of the ADDM task.
|
Constructor and Description |
---|
HistoricAddmResult(Boolean isNewlyCreated,
String taskName,
Long taskId,
String description,
String dbUser,
HistoricAddmResult.Status status,
Date timeCreated,
HistoricAddmResult.HowCreated howCreated,
Date startSnapshotTime,
Date endSnapshotTime,
Long beginSnapshotId,
Long endSnapshotId,
Long findings)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.