LogSetsCount¶
-
class
oci.log_analytics.models.
LogSetsCount
(**kwargs)¶ Bases:
object
total number of log sets
Methods
__init__
(**kwargs)Initializes a new LogSetsCount object with values from keyword arguments. Attributes
count
[Required] Gets the count of this LogSetsCount. -
__init__
(**kwargs)¶ Initializes a new LogSetsCount 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 LogSetsCount.
-
count
¶ [Required] Gets the count of this LogSetsCount. This is the total number of log sets the tenancy has configured.
Returns: The count of this LogSetsCount. Return type: int
-