Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Class and Description |
---|---|
class |
IngestTimeRuleFieldCondition
The field condition(s) to evaluate for an ingest time rule.
|
Modifier and Type | Method and Description |
---|---|
IngestTimeRuleCondition |
CreateIngestTimeRuleDetails.getConditions() |
IngestTimeRuleCondition |
IngestTimeRule.getConditions() |
Modifier and Type | Method and Description |
---|---|
CreateIngestTimeRuleDetails.Builder |
CreateIngestTimeRuleDetails.Builder.conditions(IngestTimeRuleCondition conditions) |
IngestTimeRule.Builder |
IngestTimeRule.Builder.conditions(IngestTimeRuleCondition conditions) |
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.