AutoAssociationState¶
-
class
oci.log_analytics.models.
AutoAssociationState
(**kwargs)¶ Bases:
object
Auto association state of the source.
Methods
__init__
(**kwargs)Initializes a new AutoAssociationState object with values from keyword arguments. Attributes
is_enabled
Gets the is_enabled of this AutoAssociationState. log_group_id
Gets the log_group_id of this AutoAssociationState. -
__init__
(**kwargs)¶ Initializes a new AutoAssociationState object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_enabled (bool) – The value to assign to the is_enabled property of this AutoAssociationState.
- log_group_id (str) – The value to assign to the log_group_id property of this AutoAssociationState.
-
is_enabled
¶ Gets the is_enabled of this AutoAssociationState. A flag indicating whether or not auto association is enabled.
Returns: The is_enabled of this AutoAssociationState. Return type: bool
-
log_group_id
¶ Gets the log_group_id of this AutoAssociationState. The unique identifier of the log group to use for auto association.
Returns: The log_group_id of this AutoAssociationState. Return type: str
-