LookupSummaryReport¶
-
class
oci.log_analytics.models.
LookupSummaryReport
(**kwargs)¶ Bases:
object
Summary report of lookups in the tenancy.
Methods
__init__
(**kwargs)Initializes a new LookupSummaryReport object with values from keyword arguments. Attributes
oracle_defined_count
Gets the oracle_defined_count of this LookupSummaryReport. total_count
Gets the total_count of this LookupSummaryReport. user_created_count
Gets the user_created_count of this LookupSummaryReport. -
__init__
(**kwargs)¶ Initializes a new LookupSummaryReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - user_created_count (int) – The value to assign to the user_created_count property of this LookupSummaryReport.
- oracle_defined_count (int) – The value to assign to the oracle_defined_count property of this LookupSummaryReport.
- total_count (int) – The value to assign to the total_count property of this LookupSummaryReport.
-
oracle_defined_count
¶ Gets the oracle_defined_count of this LookupSummaryReport. The number of oracle defined lookups.
Returns: The oracle_defined_count of this LookupSummaryReport. Return type: int
-
total_count
¶ Gets the total_count of this LookupSummaryReport. The total number of lookups.
Returns: The total_count of this LookupSummaryReport. Return type: int
-
user_created_count
¶ Gets the user_created_count of this LookupSummaryReport. The number of user created lookups.
Returns: The user_created_count of this LookupSummaryReport. Return type: int
-