RegexMatchResult

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

Bases: object

Methods

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

Attributes

matched_log_entry_end_index Gets the matched_log_entry_end_index of this RegexMatchResult.
regex_score Gets the regex_score of this RegexMatchResult.
regex_steps_info Gets the regex_steps_info of this RegexMatchResult.
step_count Gets the step_count of this RegexMatchResult.
sub_regexes_match_info Gets the sub_regexes_match_info of this RegexMatchResult.
__init__(**kwargs)

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

Parameters:
  • matched_log_entry_end_index (int) – The value to assign to the matched_log_entry_end_index property of this RegexMatchResult.
  • regex_score (int) – The value to assign to the regex_score property of this RegexMatchResult.
  • regex_steps_info (list[oci.log_analytics.models.StepInfo]) – The value to assign to the regex_steps_info property of this RegexMatchResult.
  • step_count (int) – The value to assign to the step_count property of this RegexMatchResult.
  • sub_regexes_match_info (dict(str, MatchInfo)) – The value to assign to the sub_regexes_match_info property of this RegexMatchResult.
matched_log_entry_end_index

Gets the matched_log_entry_end_index of this RegexMatchResult. The matched log entry end index.

Returns:The matched_log_entry_end_index of this RegexMatchResult.
Return type:int
regex_score

Gets the regex_score of this RegexMatchResult. The regular expression score.

Returns:The regex_score of this RegexMatchResult.
Return type:int
regex_steps_info

Gets the regex_steps_info of this RegexMatchResult. The regular expression steps information.

Returns:The regex_steps_info of this RegexMatchResult.
Return type:list[oci.log_analytics.models.StepInfo]
step_count

Gets the step_count of this RegexMatchResult. The regular expression step count.

Returns:The step_count of this RegexMatchResult.
Return type:int
sub_regexes_match_info

Gets the sub_regexes_match_info of this RegexMatchResult. The regular expression match information.

Returns:The sub_regexes_match_info of this RegexMatchResult.
Return type:dict(str, MatchInfo)