Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static RuleKind |
RuleKind.create(String key) |
RuleKind |
Rule.getKind()
The kind of rule - either an ingest time rule or a scheduled task.
|
RuleKind |
RuleSummary.getKind()
The kind of rule - either an ingest time rule or a scheduled task.
|
static RuleKind |
RuleKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleKind[] |
RuleKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Rule.Builder |
Rule.Builder.kind(RuleKind kind)
The kind of rule - either an ingest time rule or a scheduled task.
|
RuleSummary.Builder |
RuleSummary.Builder.kind(RuleKind kind)
The kind of rule - either an ingest time rule or a scheduled task.
|
Constructor and Description |
---|
Rule(String id,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ConfigLifecycleState lifecycleState,
RuleKind kind,
String targetService,
String displayName,
Boolean isEnabled,
Rule.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
Deprecated.
|
RuleSummary(String id,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ConfigLifecycleState lifecycleState,
RuleKind kind,
String targetService,
String displayName,
Boolean isEnabled,
RuleSummary.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.