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 - current_execution_window- Gets the current_execution_window of this MaintenanceRunHistorySummary. - db_servers_history_details- Gets the db_servers_history_details of this MaintenanceRunHistorySummary. - granular_maintenance_history- Gets the granular_maintenance_history of this MaintenanceRunHistorySummary. - id- [Required] Gets the id of this MaintenanceRunHistorySummary. - maintenance_run_details- Gets the maintenance_run_details of this MaintenanceRunHistorySummary. - system_tags- Gets the system_tags 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.
- current_execution_window (str) – The value to assign to the current_execution_window property of this MaintenanceRunHistorySummary.
- granular_maintenance_history (list[oci.database.models.GranularMaintenanceHistoryDetails]) – The value to assign to the granular_maintenance_history property of this MaintenanceRunHistorySummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MaintenanceRunHistorySummary.
 
 - 
current_execution_window¶
- Gets the current_execution_window of this MaintenanceRunHistorySummary. The OCID of the current execution window. - Returns: - The current_execution_window of this MaintenanceRunHistorySummary. - Return type: - str 
 - 
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] 
 - 
granular_maintenance_history¶
- Gets the granular_maintenance_history of this MaintenanceRunHistorySummary. The list of granular maintenance history details. - Returns: - The granular_maintenance_history of this MaintenanceRunHistorySummary. - Return type: - list[oci.database.models.GranularMaintenanceHistoryDetails] 
 - 
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 
 - Gets the system_tags of this MaintenanceRunHistorySummary. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Returns: - The system_tags of this MaintenanceRunHistorySummary. - Return type: - dict(str, dict(str, object)) 
 
-