LogAnalyticsAssociationCollection¶
- 
class oci.log_analytics.models.LogAnalyticsAssociationCollection(**kwargs)¶
- Bases: - object- A collection of associations. - Methods - __init__(**kwargs)- Initializes a new LogAnalyticsAssociationCollection object with values from keyword arguments. - Attributes - items- Gets the items of this LogAnalyticsAssociationCollection. - 
__init__(**kwargs)¶
- Initializes a new LogAnalyticsAssociationCollection 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.LogAnalyticsAssociation]) – The value to assign to the items property of this LogAnalyticsAssociationCollection. 
 - 
items¶
- Gets the items of this LogAnalyticsAssociationCollection. An array of associations. - Returns: - The items of this LogAnalyticsAssociationCollection. - Return type: - list[oci.log_analytics.models.LogAnalyticsAssociation] 
 
-