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