AddmTasksCollection

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

Bases: object

The list of ADDM task metadata.

Methods

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

Attributes

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

Initializes a new AddmTasksCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • items (list[oci.database_management.models.AddmTaskSummary]) – The value to assign to the items property of this AddmTasksCollection.
  • managed_database_id (str) – The value to assign to the managed_database_id property of this AddmTasksCollection.
items

[Required] Gets the items of this AddmTasksCollection. The list of ADDM task metadata.

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

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

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