MaintenanceRunHistory

class oci.database.models.MaintenanceRunHistory(**kwargs)

Bases: object

Details of a maintenance run history.

Methods

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

Attributes

db_servers_history_details Gets the db_servers_history_details of this MaintenanceRunHistory.
id [Required] Gets the id of this MaintenanceRunHistory.
maintenance_run_details Gets the maintenance_run_details of this MaintenanceRunHistory.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this MaintenanceRunHistory.
  • maintenance_run_details (oci.database.models.MaintenanceRunSummary) – The value to assign to the maintenance_run_details property of this MaintenanceRunHistory.
  • db_servers_history_details (list[oci.database.models.DbServerHistorySummary]) – The value to assign to the db_servers_history_details property of this MaintenanceRunHistory.
db_servers_history_details

Gets the db_servers_history_details of this MaintenanceRunHistory. List of database server history details.

Returns:The db_servers_history_details of this MaintenanceRunHistory.
Return type:list[oci.database.models.DbServerHistorySummary]
id

[Required] Gets the id of this MaintenanceRunHistory. The OCID of the maintenance run history.

Returns:The id of this MaintenanceRunHistory.
Return type:str
maintenance_run_details

Gets the maintenance_run_details of this MaintenanceRunHistory.

Returns:The maintenance_run_details of this MaintenanceRunHistory.
Return type:oci.database.models.MaintenanceRunSummary