Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static HistoricAddmResult.HowCreated |
HistoricAddmResult.HowCreated.create(String key) |
HistoricAddmResult.HowCreated |
HistoricAddmResult.getHowCreated()
A description of how the task was created.
|
static HistoricAddmResult.HowCreated |
HistoricAddmResult.HowCreated.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricAddmResult.HowCreated[] |
HistoricAddmResult.HowCreated.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.howCreated(HistoricAddmResult.HowCreated howCreated)
A description of how the task was created.
|
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.