EnableAutoAssociationDetail¶
-
class
oci.log_analytics.models.
EnableAutoAssociationDetail
(**kwargs)¶ Bases:
object
The information required to enable log source auto-association.
Methods
__init__
(**kwargs)Initializes a new EnableAutoAssociationDetail object with values from keyword arguments. Attributes
log_group_id
Gets the log_group_id of this EnableAutoAssociationDetail. -
__init__
(**kwargs)¶ Initializes a new EnableAutoAssociationDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: log_group_id (str) – The value to assign to the log_group_id property of this EnableAutoAssociationDetail.
-
log_group_id
¶ Gets the log_group_id of this EnableAutoAssociationDetail. The unique identifier of the log group to use when auto-associting the log source to eligible entities.
Returns: The log_group_id of this EnableAutoAssociationDetail. Return type: str
-