Uses of Class
com.oracle.bmc.loganalytics.model.ConfigLifecycleState
-
Packages that use ConfigLifecycleState Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of ConfigLifecycleState in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ConfigLifecycleState Modifier and Type Method Description Waiter<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse>
LogAnalyticsWaiters. forIngestTimeRule(GetIngestTimeRuleRequest request, ConfigLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse>
LogAnalyticsWaiters. forIngestTimeRule(GetIngestTimeRuleRequest request, ConfigLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse>
LogAnalyticsWaiters. forIngestTimeRule(GetIngestTimeRuleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ConfigLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ConfigLifecycleState in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ConfigLifecycleState Modifier and Type Method Description static ConfigLifecycleState
ConfigLifecycleState. create(String key)
ConfigLifecycleState
IngestTimeRule. getLifecycleState()
The current state of the ingest time rule.ConfigLifecycleState
IngestTimeRuleSummary. getLifecycleState()
The current state of the ingest time rule.ConfigLifecycleState
Rule. getLifecycleState()
The current state of the logging analytics 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.Methods in com.oracle.bmc.loganalytics.model with parameters of type ConfigLifecycleState Modifier and Type Method Description IngestTimeRule.Builder
IngestTimeRule.Builder. lifecycleState(ConfigLifecycleState lifecycleState)
The current state of the ingest time rule.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.RuleSummary.Builder
RuleSummary.Builder. lifecycleState(ConfigLifecycleState lifecycleState)
The current state of the logging analytics rule.Constructors in com.oracle.bmc.loganalytics.model with parameters of type ConfigLifecycleState Constructor 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. -
Uses of ConfigLifecycleState in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ConfigLifecycleState Modifier and Type Method Description ConfigLifecycleState
ListIngestTimeRulesRequest. getLifecycleState()
The rule lifecycle state used for filtering.ConfigLifecycleState
ListRulesRequest. getLifecycleState()
The rule lifecycle state used for filtering.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ConfigLifecycleState Modifier and Type Method Description ListIngestTimeRulesRequest.Builder
ListIngestTimeRulesRequest.Builder. lifecycleState(ConfigLifecycleState lifecycleState)
The rule lifecycle state used for filtering.ListRulesRequest.Builder
ListRulesRequest.Builder. lifecycleState(ConfigLifecycleState lifecycleState)
The rule lifecycle state used for filtering.
-