Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.model | |
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse> |
LogAnalyticsWaiters.forIngestTimeRule(GetIngestTimeRuleRequest request,
ConfigLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse> |
LogAnalyticsWaiters.forIngestTimeRule(GetIngestTimeRuleRequest request,
ConfigLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse> |
LogAnalyticsWaiters.forIngestTimeRule(GetIngestTimeRuleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ConfigLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ConfigLifecycleState |
ConfigLifecycleState.create(String key) |
ConfigLifecycleState |
IngestTimeRuleSummary.getLifecycleState()
The current state of the ingest time rule.
|
ConfigLifecycleState |
Rule.getLifecycleState()
The current state of the logging analytics rule.
|
ConfigLifecycleState |
IngestTimeRule.getLifecycleState()
The current state of the ingest time rule.
|
ConfigLifecycleState |
RuleSummary.getLifecycleState()
The current state of the logging analytics rule.
|
static ConfigLifecycleState |
ConfigLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigLifecycleState[] |
ConfigLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IngestTimeRuleSummary.Builder |
IngestTimeRuleSummary.Builder.lifecycleState(ConfigLifecycleState lifecycleState)
The current state of the ingest time rule.
|
Rule.Builder |
Rule.Builder.lifecycleState(ConfigLifecycleState lifecycleState)
The current state of the logging analytics rule.
|
IngestTimeRule.Builder |
IngestTimeRule.Builder.lifecycleState(ConfigLifecycleState lifecycleState)
The current state of the ingest time rule.
|
RuleSummary.Builder |
RuleSummary.Builder.lifecycleState(ConfigLifecycleState lifecycleState)
The current state of the logging analytics rule.
|
Constructor and Description |
---|
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.
|
IngestTimeRuleSummary(String id,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ConfigLifecycleState lifecycleState,
String displayName,
Boolean isEnabled,
IngestTimeRuleSummary.ConditionKind conditionKind,
String fieldName,
String fieldValue)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ConfigLifecycleState |
ListRulesRequest.getLifecycleState()
The rule lifecycle state used for filtering.
|
ConfigLifecycleState |
ListIngestTimeRulesRequest.getLifecycleState()
The rule lifecycle state used for filtering.
|
Modifier and Type | Method and Description |
---|---|
ListRulesRequest.Builder |
ListRulesRequest.Builder.lifecycleState(ConfigLifecycleState lifecycleState)
The rule lifecycle state used for filtering.
|
ListIngestTimeRulesRequest.Builder |
ListIngestTimeRulesRequest.Builder.lifecycleState(ConfigLifecycleState lifecycleState)
The rule lifecycle state used for filtering.
|
Copyright © 2016–2024. All rights reserved.