AlertLogCountsCollection

class oci.database_management.models.AlertLogCountsCollection(**kwargs)

Bases: object

The collection of the counts of different level or type of alert logs.

Methods

__init__(**kwargs) Initializes a new AlertLogCountsCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AlertLogCountsCollection.
managed_database_id [Required] Gets the managed_database_id of this AlertLogCountsCollection.
__init__(**kwargs)

Initializes a new AlertLogCountsCollection 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 AlertLogCountsCollection.
  • items (list[oci.database_management.models.AlertLogCountSummary]) – The value to assign to the items property of this AlertLogCountsCollection.
items

[Required] Gets the items of this AlertLogCountsCollection. An array of the counts of different urgency or type of alert logs.

Returns:The items of this AlertLogCountsCollection.
Return type:list[oci.database_management.models.AlertLogCountSummary]
managed_database_id

[Required] Gets the managed_database_id of this AlertLogCountsCollection. The OCID of the Managed Database.

Returns:The managed_database_id of this AlertLogCountsCollection.
Return type:str