| Package | Description |
|---|---|
| com.oracle.bmc.databasemanagement.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectStorageJobExecutionResultLocation
The details about Object Storage job execution result location type.
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutionResultLocation |
Job.getResultLocation() |
JobExecutionResultLocation |
CreateJobDetails.getResultLocation() |
| Modifier and Type | Method and Description |
|---|---|
CreateSqlJobDetails.Builder |
CreateSqlJobDetails.Builder.resultLocation(JobExecutionResultLocation resultLocation) |
SqlJob.Builder |
SqlJob.Builder.resultLocation(JobExecutionResultLocation resultLocation) |
| Constructor and Description |
|---|
CreateJobDetails(String name,
String description,
String compartmentId,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
String timeout,
JobExecutionResultLocation resultLocation)
Deprecated.
|
CreateSqlJobDetails(String name,
String description,
String compartmentId,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
String timeout,
JobExecutionResultLocation resultLocation,
String sqlText,
SqlJob.SqlType sqlType,
SqlJob.OperationType operationType,
String userName,
String password,
SqlJob.Role role)
Deprecated.
|
Job(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
List<JobDatabase> managedDatabasesDetails,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
Job.LifecycleState lifecycleState,
String timeout,
JobExecutionResultLocation resultLocation,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
SqlJob(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
List<JobDatabase> managedDatabasesDetails,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
Job.LifecycleState lifecycleState,
String timeout,
JobExecutionResultLocation resultLocation,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated,
SqlJob.SqlType sqlType,
String sqlText,
SqlJob.OperationType operationType,
String userName,
SqlJob.Role role)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.