EfdRegexResult¶
-
class
oci.log_analytics.models.
EfdRegexResult
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new EfdRegexResult object with values from keyword arguments. Attributes
base_field_name
Gets the base_field_name of this EfdRegexResult. id
Gets the id of this EfdRegexResult. is_valid_regex_syntax
Gets the is_valid_regex_syntax of this EfdRegexResult. match_result
Gets the match_result of this EfdRegexResult. parsed_field_count
Gets the parsed_field_count of this EfdRegexResult. parsed_fields
Gets the parsed_fields of this EfdRegexResult. regex
Gets the regex of this EfdRegexResult. status
Gets the status of this EfdRegexResult. status_description
Gets the status_description of this EfdRegexResult. violations
Gets the violations of this EfdRegexResult. -
__init__
(**kwargs)¶ Initializes a new EfdRegexResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - base_field_name (str) – The value to assign to the base_field_name property of this EfdRegexResult.
- id (int) – The value to assign to the id property of this EfdRegexResult.
- match_result (oci.log_analytics.models.RegexMatchResult) – The value to assign to the match_result property of this EfdRegexResult.
- parsed_field_count (int) – The value to assign to the parsed_field_count property of this EfdRegexResult.
- parsed_fields (dict(str, str)) – The value to assign to the parsed_fields property of this EfdRegexResult.
- regex (str) – The value to assign to the regex property of this EfdRegexResult.
- status (str) – The value to assign to the status property of this EfdRegexResult.
- status_description (str) – The value to assign to the status_description property of this EfdRegexResult.
- is_valid_regex_syntax (bool) – The value to assign to the is_valid_regex_syntax property of this EfdRegexResult.
- violations (list[oci.log_analytics.models.Violation]) – The value to assign to the violations property of this EfdRegexResult.
-
base_field_name
¶ Gets the base_field_name of this EfdRegexResult. The base field name.
Returns: The base_field_name of this EfdRegexResult. Return type: str
-
id
¶ Gets the id of this EfdRegexResult. the unique identifier.
Returns: The id of this EfdRegexResult. Return type: int
-
is_valid_regex_syntax
¶ Gets the is_valid_regex_syntax of this EfdRegexResult. A flag indicating whether or not the regular expression is valid.
Returns: The is_valid_regex_syntax of this EfdRegexResult. Return type: bool
-
match_result
¶ Gets the match_result of this EfdRegexResult.
Returns: The match_result of this EfdRegexResult. Return type: oci.log_analytics.models.RegexMatchResult
-
parsed_field_count
¶ Gets the parsed_field_count of this EfdRegexResult. The parsed field count.
Returns: The parsed_field_count of this EfdRegexResult. Return type: int
-
parsed_fields
¶ Gets the parsed_fields of this EfdRegexResult. The parsed fields.
Returns: The parsed_fields of this EfdRegexResult. Return type: dict(str, str)
-
regex
¶ Gets the regex of this EfdRegexResult. The regular expression.
Returns: The regex of this EfdRegexResult. Return type: str
-
status
¶ Gets the status of this EfdRegexResult. The status.
Returns: The status of this EfdRegexResult. Return type: str
-
status_description
¶ Gets the status_description of this EfdRegexResult. The Status description.
Returns: The status_description of this EfdRegexResult. Return type: str
-
violations
¶ Gets the violations of this EfdRegexResult. The list of violations (if any).
Returns: The violations of this EfdRegexResult. Return type: list[oci.log_analytics.models.Violation]
-