ParserAction¶
-
class
oci.log_analytics.models.
ParserAction
(**kwargs)¶ Bases:
object
A parser action. Typically refers to an operation to be performed while fetching or parsing the logs. Example: Unzip.
Methods
__init__
(**kwargs)Initializes a new ParserAction object with values from keyword arguments. Attributes
name
Gets the name of this ParserAction. order
Gets the order of this ParserAction. -
__init__
(**kwargs)¶ Initializes a new ParserAction object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ParserAction.
- order (int) – The value to assign to the order property of this ParserAction.
-
name
¶ Gets the name of this ParserAction. Parser action name.
Returns: The name of this ParserAction. Return type: str
-
order
¶ Gets the order of this ParserAction. Parser action order.
Returns: The order of this ParserAction. Return type: int
-