Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Class and Description |
---|---|
class |
IngestTimeRuleMetricExtractionAction
Details of metric to post to OCI Monitoring if ingest time rule condition(s) are satisfied.
|
Modifier and Type | Method and Description |
---|---|
List<IngestTimeRuleAction> |
CreateIngestTimeRuleDetails.getActions()
The action(s) to be performed if the ingest time rule condition(s) are satisfied.
|
List<IngestTimeRuleAction> |
IngestTimeRule.getActions()
The action(s) to be performed if the ingest time rule condition(s) are satisfied.
|
Modifier and Type | Method and Description |
---|---|
CreateIngestTimeRuleDetails.Builder |
CreateIngestTimeRuleDetails.Builder.actions(List<IngestTimeRuleAction> actions)
The action(s) to be performed if the ingest time rule condition(s) are satisfied.
|
IngestTimeRule.Builder |
IngestTimeRule.Builder.actions(List<IngestTimeRuleAction> actions)
The action(s) to be performed if the ingest time rule condition(s) are satisfied.
|
Constructor and Description |
---|
CreateIngestTimeRuleDetails(String compartmentId,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
IngestTimeRuleCondition conditions,
List<IngestTimeRuleAction> actions)
Deprecated.
|
IngestTimeRule(String id,
String compartmentId,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Date timeCreated,
Date timeUpdated,
ConfigLifecycleState lifecycleState,
String displayName,
Boolean isEnabled,
IngestTimeRuleCondition conditions,
List<IngestTimeRuleAction> actions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.