LogAnalyticsAssociatedEntityCollection

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

Bases: object

LogAnalytics Associated Entity Collection

Methods

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

Attributes

items Gets the items of this LogAnalyticsAssociatedEntityCollection.
__init__(**kwargs)

Initializes a new LogAnalyticsAssociatedEntityCollection 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.LogAnalyticsAssociatedEntity]) – The value to assign to the items property of this LogAnalyticsAssociatedEntityCollection.
items

Gets the items of this LogAnalyticsAssociatedEntityCollection. A list of entities.

Returns:The items of this LogAnalyticsAssociatedEntityCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsAssociatedEntity]