DisableAutoAssociationDetails¶
-
class
oci.log_analytics.models.
DisableAutoAssociationDetails
(**kwargs)¶ Bases:
object
The information required to disable log source auto-association.
Methods
__init__
(**kwargs)Initializes a new DisableAutoAssociationDetails object with values from keyword arguments. Attributes
items
Gets the items of this DisableAutoAssociationDetails. -
__init__
(**kwargs)¶ Initializes a new DisableAutoAssociationDetails 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.DisableAutoAssociationDetail]) – The value to assign to the items property of this DisableAutoAssociationDetails.
-
items
¶ Gets the items of this DisableAutoAssociationDetails. A list of information required to disable auto association on a source.
Returns: The items of this DisableAutoAssociationDetails. Return type: list[oci.log_analytics.models.DisableAutoAssociationDetail]
-