Uses of Class
com.oracle.bmc.loganalytics.model.RuleKind
-
Packages that use RuleKind Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RuleKind in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RuleKind Modifier and Type Method 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.Methods in com.oracle.bmc.loganalytics.model with parameters of type RuleKind Modifier and Type Method 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.Constructors in com.oracle.bmc.loganalytics.model with parameters of type RuleKind Constructor 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.
-