RuleSummaryReport¶
-
class
oci.log_analytics.models.
RuleSummaryReport
(**kwargs)¶ Bases:
object
A summary count of detection rules.
Methods
__init__
(**kwargs)Initializes a new RuleSummaryReport object with values from keyword arguments. Attributes
ingest_time_rules_count
[Required] Gets the ingest_time_rules_count of this RuleSummaryReport. saved_search_rules_count
[Required] Gets the saved_search_rules_count of this RuleSummaryReport. total_count
[Required] Gets the total_count of this RuleSummaryReport. -
__init__
(**kwargs)¶ Initializes a new RuleSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_count (int) – The value to assign to the total_count property of this RuleSummaryReport.
- ingest_time_rules_count (int) – The value to assign to the ingest_time_rules_count property of this RuleSummaryReport.
- saved_search_rules_count (int) – The value to assign to the saved_search_rules_count property of this RuleSummaryReport.
-
ingest_time_rules_count
¶ [Required] Gets the ingest_time_rules_count of this RuleSummaryReport. The count of ingest time rules.
Returns: The ingest_time_rules_count of this RuleSummaryReport. Return type: int
-
saved_search_rules_count
¶ [Required] Gets the saved_search_rules_count of this RuleSummaryReport. The count of saved search rules.
Returns: The saved_search_rules_count of this RuleSummaryReport. Return type: int
-
total_count
¶ [Required] Gets the total_count of this RuleSummaryReport. The total count of detection rules.
Returns: The total_count of this RuleSummaryReport. Return type: int
-