AttentionLogCountsCollection¶
-
class
oci.database_management.models.
AttentionLogCountsCollection
(**kwargs)¶ Bases:
object
The collection of the counts of different urgency or type of attention logs.
Methods
__init__
(**kwargs)Initializes a new AttentionLogCountsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AttentionLogCountsCollection. managed_database_id
[Required] Gets the managed_database_id of this AttentionLogCountsCollection. -
__init__
(**kwargs)¶ Initializes a new AttentionLogCountsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - managed_database_id (str) – The value to assign to the managed_database_id property of this AttentionLogCountsCollection.
- items (list[oci.database_management.models.AttentionLogCountSummary]) – The value to assign to the items property of this AttentionLogCountsCollection.
-
items
¶ [Required] Gets the items of this AttentionLogCountsCollection. An array of the counts of different urgency or type of attention logs.
Returns: The items of this AttentionLogCountsCollection. Return type: list[oci.database_management.models.AttentionLogCountSummary]
-