Package | Description |
---|---|
com.oracle.bmc.loganalytics.model | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
static TaskType |
TaskType.create(String key) |
TaskType |
CreateStandardTaskDetails.getTaskType()
Task type.
|
TaskType |
ScheduledTask.getTaskType()
Task type.
|
TaskType |
ScheduledTaskSummary.getTaskType()
Task type.
|
static TaskType |
TaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskType[] |
TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateStandardTaskDetails.Builder |
CreateStandardTaskDetails.Builder.taskType(TaskType taskType)
Task type.
|
StandardTask.Builder |
StandardTask.Builder.taskType(TaskType taskType) |
ScheduledTaskSummary.Builder |
ScheduledTaskSummary.Builder.taskType(TaskType taskType)
Task type.
|
Constructor and Description |
---|
CreateStandardTaskDetails(String compartmentId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
TaskType taskType,
List<Schedule> schedules,
Action action)
Deprecated.
|
ScheduledTask(String id,
String displayName,
TaskType taskType,
List<Schedule> schedules,
Action action,
ScheduledTask.TaskStatus taskStatus,
ScheduledTask.PauseReason pauseReason,
String workRequestId,
Long numOccurrences,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Date timeOfNextExecution,
ScheduledTask.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ScheduledTaskSummary(String id,
TaskType taskType,
String targetService,
String compartmentId,
Date timeCreated,
Date timeUpdated,
ScheduledTask.LifecycleState lifecycleState,
ScheduledTaskSummary.TaskStatus taskStatus,
ScheduledTask.PauseReason pauseReason,
String workRequestId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ScheduledTaskSummary.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
Deprecated.
|
StandardTask(String id,
String displayName,
TaskType taskType,
List<Schedule> schedules,
Action action,
ScheduledTask.TaskStatus taskStatus,
ScheduledTask.PauseReason pauseReason,
String workRequestId,
Long numOccurrences,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Date timeOfNextExecution,
ScheduledTask.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
StandardTask.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TaskType |
ListScheduledTasksRequest.getTaskType()
Required parameter to specify schedule task type.
|
Modifier and Type | Method and Description |
---|---|
ListScheduledTasksRequest.Builder |
ListScheduledTasksRequest.Builder.taskType(TaskType taskType)
Required parameter to specify schedule task type.
|
Copyright © 2016–2024. All rights reserved.