ParserSummaryReport

class oci.log_analytics.models.ParserSummaryReport(**kwargs)

Bases: object

Methods

__init__(**kwargs) Initializes a new ParserSummaryReport object with values from keyword arguments.

Attributes

non_oob_count Gets the non_oob_count of this ParserSummaryReport.
oob_count Gets the oob_count of this ParserSummaryReport.
__init__(**kwargs)

Initializes a new ParserSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • non_oob_count (int) – The value to assign to the non_oob_count property of this ParserSummaryReport.
  • oob_count (int) – The value to assign to the oob_count property of this ParserSummaryReport.
non_oob_count

Gets the non_oob_count of this ParserSummaryReport. The count of custom (user defined) parsers.

Returns:The non_oob_count of this ParserSummaryReport.
Return type:int
oob_count

Gets the oob_count of this ParserSummaryReport. The count of built in parsers.

Returns:The oob_count of this ParserSummaryReport.
Return type:int