AbstractParserTestResultLogEntry¶
- 
class 
oci.log_analytics.models.AbstractParserTestResultLogEntry(**kwargs)¶ Bases:
objectMethods
__init__(**kwargs)Initializes a new AbstractParserTestResultLogEntry object with values from keyword arguments. Attributes
extra_info_attributesGets the extra_info_attributes of this AbstractParserTestResultLogEntry. field_mapGets the field_map of this AbstractParserTestResultLogEntry. field_name_value_mapGets the field_name_value_map of this AbstractParserTestResultLogEntry. field_position_value_mapGets the field_position_value_map of this AbstractParserTestResultLogEntry. fieldsGets the fields of this AbstractParserTestResultLogEntry. log_entryGets the log_entry of this AbstractParserTestResultLogEntry. match_statusGets the match_status of this AbstractParserTestResultLogEntry. match_status_descriptionGets the match_status_description of this AbstractParserTestResultLogEntry. - 
__init__(**kwargs)¶ Initializes a new AbstractParserTestResultLogEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - extra_info_attributes (dict(str, str)) – The value to assign to the extra_info_attributes property of this AbstractParserTestResultLogEntry.
 - field_map (dict(str, str)) – The value to assign to the field_map property of this AbstractParserTestResultLogEntry.
 - field_name_value_map (dict(str, str)) – The value to assign to the field_name_value_map property of this AbstractParserTestResultLogEntry.
 - field_position_value_map (dict(str, str)) – The value to assign to the field_position_value_map property of this AbstractParserTestResultLogEntry.
 - fields (dict(str, str)) – The value to assign to the fields property of this AbstractParserTestResultLogEntry.
 - log_entry (str) – The value to assign to the log_entry property of this AbstractParserTestResultLogEntry.
 - match_status (str) – The value to assign to the match_status property of this AbstractParserTestResultLogEntry.
 - match_status_description (str) – The value to assign to the match_status_description property of this AbstractParserTestResultLogEntry.
 
- 
extra_info_attributes¶ Gets the extra_info_attributes of this AbstractParserTestResultLogEntry. Extra information attributes.
Returns: The extra_info_attributes of this AbstractParserTestResultLogEntry. Return type: dict(str, str) 
- 
field_map¶ Gets the field_map of this AbstractParserTestResultLogEntry. The field map.
Returns: The field_map of this AbstractParserTestResultLogEntry. Return type: dict(str, str) 
- 
field_name_value_map¶ Gets the field_name_value_map of this AbstractParserTestResultLogEntry. The field name value map.
Returns: The field_name_value_map of this AbstractParserTestResultLogEntry. Return type: dict(str, str) 
- 
field_position_value_map¶ Gets the field_position_value_map of this AbstractParserTestResultLogEntry. The field position value map.
Returns: The field_position_value_map of this AbstractParserTestResultLogEntry. Return type: dict(str, str) 
- 
fields¶ Gets the fields of this AbstractParserTestResultLogEntry. The parser fields.
Returns: The fields of this AbstractParserTestResultLogEntry. Return type: dict(str, str) 
- 
log_entry¶ Gets the log_entry of this AbstractParserTestResultLogEntry. The log entry.
Returns: The log_entry of this AbstractParserTestResultLogEntry. Return type: str 
- 
match_status¶ Gets the match_status of this AbstractParserTestResultLogEntry. The match status.
Returns: The match_status of this AbstractParserTestResultLogEntry. Return type: str 
- 
match_status_description¶ Gets the match_status_description of this AbstractParserTestResultLogEntry. The match status description.
Returns: The match_status_description of this AbstractParserTestResultLogEntry. Return type: str 
-