LogAnalyticsSourceCollection

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

Bases: object

Methods

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

Attributes

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

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

Gets the items of this LogAnalyticsSourceCollection. An array of sources.

Returns:The items of this LogAnalyticsSourceCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsSourceSummary]