DisableAutoAssociationDetail¶
-
class
oci.log_analytics.models.
DisableAutoAssociationDetail
(**kwargs)¶ Bases:
object
The information required to disable log source auto-association.
Methods
__init__
(**kwargs)Initializes a new DisableAutoAssociationDetail object with values from keyword arguments. Attributes
delete_existing_associations
Gets the delete_existing_associations of this DisableAutoAssociationDetail. -
__init__
(**kwargs)¶ Initializes a new DisableAutoAssociationDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: delete_existing_associations (bool) – The value to assign to the delete_existing_associations property of this DisableAutoAssociationDetail.
-
delete_existing_associations
¶ Gets the delete_existing_associations of this DisableAutoAssociationDetail. A flag indicating whether or not to delete all the existing associations of the log source.
Returns: The delete_existing_associations of this DisableAutoAssociationDetail. Return type: bool
-