Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static JobRun.RunStatus |
JobRun.RunStatus.create(String key) |
JobRun.RunStatus |
JobRun.getRunStatus()
The status of the job run.
|
JobRun.RunStatus |
JobRunSummary.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 |
---|---|
JobRun.Builder |
JobRun.Builder.runStatus(JobRun.RunStatus runStatus)
The status of the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.runStatus(JobRun.RunStatus runStatus)
The status of the job run.
|
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–2024. All rights reserved.