LogAnalyticsParserFunction

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

Bases: object

Methods

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

Attributes

is_enabled Gets the is_enabled of this LogAnalyticsParserFunction.
is_system Gets the is_system of this LogAnalyticsParserFunction.
parser_function_id Gets the parser_function_id of this LogAnalyticsParserFunction.
parser_function_name Gets the parser_function_name of this LogAnalyticsParserFunction.
parser_function_parameters Gets the parser_function_parameters of this LogAnalyticsParserFunction.
parser_function_priority Gets the parser_function_priority of this LogAnalyticsParserFunction.
parser_id Gets the parser_id of this LogAnalyticsParserFunction.
parser_meta_plugin Gets the parser_meta_plugin of this LogAnalyticsParserFunction.
parser_meta_plugin_name Gets the parser_meta_plugin_name of this LogAnalyticsParserFunction.
parser_name Gets the parser_name of this LogAnalyticsParserFunction.
__init__(**kwargs)

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

Parameters:
  • parser_meta_plugin (oci.log_analytics.models.LogAnalyticsParserMetaPlugin) – The value to assign to the parser_meta_plugin property of this LogAnalyticsParserFunction.
  • parser_function_id (int) – The value to assign to the parser_function_id property of this LogAnalyticsParserFunction.
  • parser_function_name (str) – The value to assign to the parser_function_name property of this LogAnalyticsParserFunction.
  • is_enabled (bool) – The value to assign to the is_enabled property of this LogAnalyticsParserFunction.
  • is_system (bool) – The value to assign to the is_system property of this LogAnalyticsParserFunction.
  • parser_id (int) – The value to assign to the parser_id property of this LogAnalyticsParserFunction.
  • parser_name (str) – The value to assign to the parser_name property of this LogAnalyticsParserFunction.
  • parser_meta_plugin_name (str) – The value to assign to the parser_meta_plugin_name property of this LogAnalyticsParserFunction.
  • parser_function_priority (int) – The value to assign to the parser_function_priority property of this LogAnalyticsParserFunction.
  • parser_function_parameters (list[oci.log_analytics.models.LogAnalyticsParserFunctionParameter]) – The value to assign to the parser_function_parameters property of this LogAnalyticsParserFunction.
is_enabled

Gets the is_enabled of this LogAnalyticsParserFunction. A flag inidcating whether or not the parser function is enabled.

Returns:The is_enabled of this LogAnalyticsParserFunction.
Return type:bool
is_system

Gets the is_system of this LogAnalyticsParserFunction. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.

Returns:The is_system of this LogAnalyticsParserFunction.
Return type:bool
parser_function_id

Gets the parser_function_id of this LogAnalyticsParserFunction. The parser function unique identifier.

Returns:The parser_function_id of this LogAnalyticsParserFunction.
Return type:int
parser_function_name

Gets the parser_function_name of this LogAnalyticsParserFunction. The parser function internal name.

Returns:The parser_function_name of this LogAnalyticsParserFunction.
Return type:str
parser_function_parameters

Gets the parser_function_parameters of this LogAnalyticsParserFunction. The parser function parameter list.

Returns:The parser_function_parameters of this LogAnalyticsParserFunction.
Return type:list[oci.log_analytics.models.LogAnalyticsParserFunctionParameter]
parser_function_priority

Gets the parser_function_priority of this LogAnalyticsParserFunction. The parser function priority.

Returns:The parser_function_priority of this LogAnalyticsParserFunction.
Return type:int
parser_id

Gets the parser_id of this LogAnalyticsParserFunction. The associated parser unique identifier.

Returns:The parser_id of this LogAnalyticsParserFunction.
Return type:int
parser_meta_plugin

Gets the parser_meta_plugin of this LogAnalyticsParserFunction.

Returns:The parser_meta_plugin of this LogAnalyticsParserFunction.
Return type:oci.log_analytics.models.LogAnalyticsParserMetaPlugin
parser_meta_plugin_name

Gets the parser_meta_plugin_name of this LogAnalyticsParserFunction. The plugin internal name.

Returns:The parser_meta_plugin_name of this LogAnalyticsParserFunction.
Return type:str
parser_name

Gets the parser_name of this LogAnalyticsParserFunction. The associated parser internal name.

Returns:The parser_name of this LogAnalyticsParserFunction.
Return type:str