LogAnalyticsEntityCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsEntityCollection
(**kwargs)¶ Bases:
object
Collection of log analytics entities.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsEntityCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LogAnalyticsEntityCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsEntityCollection 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.LogAnalyticsEntitySummary]) – The value to assign to the items property of this LogAnalyticsEntityCollection.
-
items
¶ [Required] Gets the items of this LogAnalyticsEntityCollection. Array of log analytics entity summary.
Returns: The items of this LogAnalyticsEntityCollection. Return type: list[oci.log_analytics.models.LogAnalyticsEntitySummary]
-