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

current_execution_window Gets the current_execution_window of this MaintenanceRunHistory.
db_servers_history_details Gets the db_servers_history_details of this MaintenanceRunHistory.
granular_maintenance_history Gets the granular_maintenance_history 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.
  • current_execution_window (str) – The value to assign to the current_execution_window property of this MaintenanceRunHistory.
  • granular_maintenance_history (list[oci.database.models.GranularMaintenanceHistoryDetails]) – The value to assign to the granular_maintenance_history property of this MaintenanceRunHistory.
current_execution_window

Gets the current_execution_window of this MaintenanceRunHistory. The OCID of the current execution window.

Returns:The current_execution_window of this MaintenanceRunHistory.
Return type:str
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]
granular_maintenance_history

Gets the granular_maintenance_history of this MaintenanceRunHistory. The list of granular maintenance history details.

Returns:The granular_maintenance_history of this MaintenanceRunHistory.
Return type:list[oci.database.models.GranularMaintenanceHistoryDetails]
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