MaintenanceRunHistorySummary

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

Bases: object

Details of a maintenance run history.

Methods

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

Attributes

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

Initializes a new MaintenanceRunHistorySummary 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 MaintenanceRunHistorySummary.
  • maintenance_run_details (oci.database.models.MaintenanceRunSummary) – The value to assign to the maintenance_run_details property of this MaintenanceRunHistorySummary.
  • db_servers_history_details (list[oci.database.models.DbServerHistorySummary]) – The value to assign to the db_servers_history_details property of this MaintenanceRunHistorySummary.
db_servers_history_details

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

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

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

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

Gets the maintenance_run_details of this MaintenanceRunHistorySummary.

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