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