Package | Description |
---|---|
com.oracle.bmc.sch.model |
Modifier and Type | Class and Description |
---|---|
class |
FunctionTaskDetails
The Functions task.
|
class |
LogRuleTaskDetails
The log filter task.
|
Modifier and Type | Method and Description |
---|---|
List<TaskDetails> |
CreateServiceConnectorDetails.getTasks()
The list of tasks.
|
List<TaskDetails> |
ServiceConnector.getTasks()
The list of tasks.
|
List<TaskDetails> |
UpdateServiceConnectorDetails.getTasks()
The list of the tasks.
|
Modifier and Type | Method and Description |
---|---|
CreateServiceConnectorDetails.Builder |
CreateServiceConnectorDetails.Builder.tasks(List<TaskDetails> tasks)
The list of tasks.
|
ServiceConnector.Builder |
ServiceConnector.Builder.tasks(List<TaskDetails> tasks)
The list of tasks.
|
UpdateServiceConnectorDetails.Builder |
UpdateServiceConnectorDetails.Builder.tasks(List<TaskDetails> tasks)
The list of the tasks.
|
Constructor and Description |
---|
CreateServiceConnectorDetails(String displayName,
String compartmentId,
String description,
SourceDetails source,
List<TaskDetails> tasks,
TargetDetails target,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
ServiceConnector(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecyleDetails,
SourceDetails source,
List<TaskDetails> tasks,
TargetDetails target,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateServiceConnectorDetails(String displayName,
String description,
SourceDetails source,
List<TaskDetails> tasks,
TargetDetails target,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.