SourceSummaryReport¶
-
class
oci.log_analytics.models.
SourceSummaryReport
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new SourceSummaryReport object with values from keyword arguments. Attributes
auto_association_source_count
Gets the auto_association_source_count of this SourceSummaryReport. non_oob_count
Gets the non_oob_count of this SourceSummaryReport. oob_count
Gets the oob_count of this SourceSummaryReport. -
__init__
(**kwargs)¶ Initializes a new SourceSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - non_oob_count (int) – The value to assign to the non_oob_count property of this SourceSummaryReport.
- auto_association_source_count (int) – The value to assign to the auto_association_source_count property of this SourceSummaryReport.
- oob_count (int) – The value to assign to the oob_count property of this SourceSummaryReport.
-
auto_association_source_count
¶ Gets the auto_association_source_count of this SourceSummaryReport. The count of sources set to auto-associate.
Returns: The auto_association_source_count of this SourceSummaryReport. Return type: int
-
non_oob_count
¶ Gets the non_oob_count of this SourceSummaryReport. The count of custom (user defined) sources.
Returns: The non_oob_count of this SourceSummaryReport. Return type: int
-
oob_count
¶ Gets the oob_count of this SourceSummaryReport. The count of built in sources.
Returns: The oob_count of this SourceSummaryReport. Return type: int
-