LogGroupSummaryReport¶
-
class
oci.log_analytics.models.
LogGroupSummaryReport
(**kwargs)¶ Bases:
object
A LogAnalytics Log Group summary report.
Methods
__init__
(**kwargs)Initializes a new LogGroupSummaryReport object with values from keyword arguments. Attributes
count
Gets the count of this LogGroupSummaryReport. -
__init__
(**kwargs)¶ Initializes a new LogGroupSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: count (int) – The value to assign to the count property of this LogGroupSummaryReport.
-
count
¶ Gets the count of this LogGroupSummaryReport. The log group count.
Returns: The count of this LogGroupSummaryReport. Return type: int
-