Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static Job.ScheduleType |
Job.ScheduleType.create(String key) |
Job.ScheduleType |
Job.getScheduleType()
The schedule type of the job.
|
Job.ScheduleType |
JobSummary.getScheduleType()
The schedule type of the job.
|
Job.ScheduleType |
CreateJobDetails.getScheduleType()
The schedule type of the job.
|
static Job.ScheduleType |
Job.ScheduleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.ScheduleType[] |
Job.ScheduleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlJob.Builder |
SqlJob.Builder.scheduleType(Job.ScheduleType scheduleType) |
JobSummary.Builder |
JobSummary.Builder.scheduleType(Job.ScheduleType scheduleType)
The schedule type of the job.
|
CreateSqlJobDetails.Builder |
CreateSqlJobDetails.Builder.scheduleType(Job.ScheduleType scheduleType) |
Constructor and Description |
---|
CreateJobDetails(String name,
String description,
String compartmentId,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
String timeout,
JobExecutionResultLocation resultLocation,
JobScheduleDetails scheduleDetails)
Deprecated.
|
CreateSqlJobDetails(String name,
String description,
String compartmentId,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
String timeout,
JobExecutionResultLocation resultLocation,
JobScheduleDetails scheduleDetails,
String sqlText,
SqlJob.SqlType sqlType,
SqlJob.OperationType operationType,
String userName,
String password,
String secretId,
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,
JobScheduleDetails scheduleDetails,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
JobSummary(String id,
String compartmentId,
String name,
String description,
String managedDatabaseGroupId,
String managedDatabaseId,
DatabaseSubType databaseSubType,
Job.ScheduleType scheduleType,
JobScheduleDetails scheduleDetails,
JobTypes jobType,
Job.LifecycleState lifecycleState,
String timeout,
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,
JobScheduleDetails scheduleDetails,
String submissionErrorMessage,
Date timeCreated,
Date timeUpdated,
SqlJob.SqlType sqlType,
String sqlText,
SqlJob.OperationType operationType,
String userName,
SqlJob.Role role)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.