AutoAssociationCollection¶
-
class
oci.log_analytics.models.
AutoAssociationCollection
(**kwargs)¶ Bases:
object
Auto association details of the source.
Methods
__init__
(**kwargs)Initializes a new AutoAssociationCollection object with values from keyword arguments. Attributes
items
Gets the items of this AutoAssociationCollection. -
__init__
(**kwargs)¶ Initializes a new AutoAssociationCollection 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.AutoAssociationState]) – The value to assign to the items property of this AutoAssociationCollection.
-
items
¶ Gets the items of this AutoAssociationCollection. Auto association details of the source.
Returns: The items of this AutoAssociationCollection. Return type: list[oci.log_analytics.models.AutoAssociationState]
-