| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static JobRun.RunStatus |
JobRun.RunStatus.create(String key) |
JobRun.RunStatus |
JobRunSummary.getRunStatus()
The status of the job run.
|
JobRun.RunStatus |
JobRun.getRunStatus()
The status of the job run.
|
static JobRun.RunStatus |
JobRun.RunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobRun.RunStatus[] |
JobRun.RunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JobRunSummary.Builder |
JobRunSummary.Builder.runStatus(JobRun.RunStatus runStatus) |
JobRun.Builder |
JobRun.Builder.runStatus(JobRun.RunStatus runStatus) |
| Constructor and Description |
|---|
JobRun(String id,
String name,
String compartmentId,
String jobId,
String jobName,
String managedDatabaseGroupId,
String managedDatabaseId,
JobRun.RunStatus runStatus,
Date timeSubmitted,
Date timeUpdated)
Deprecated.
|
JobRunSummary(String id,
String name,
String compartmentId,
String jobId,
String jobName,
String managedDatabaseGroupId,
String managedDatabaseId,
JobRun.RunStatus runStatus,
Date timeSubmitted,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.