LogAnalyticsParserFunctionCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsParserFunctionCollection
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsParserFunctionCollection object with values from keyword arguments. Attributes
items
Gets the items of this LogAnalyticsParserFunctionCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsParserFunctionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.log_analytics.models.LogAnalyticsParserFunction]) – The value to assign to the items property of this LogAnalyticsParserFunctionCollection.
-
items
¶ Gets the items of this LogAnalyticsParserFunctionCollection. An array of parser function.
Returns: The items of this LogAnalyticsParserFunctionCollection. Return type: list[oci.log_analytics.models.LogAnalyticsParserFunction]
-