GranularMaintenanceHistoryDetails¶
-
class
oci.database.models.
GranularMaintenanceHistoryDetails
(**kwargs)¶ Bases:
object
Details of a granular maintenance history.
Methods
__init__
(**kwargs)Initializes a new GranularMaintenanceHistoryDetails object with values from keyword arguments. Attributes
execution_actions
[Required] Gets the execution_actions of this GranularMaintenanceHistoryDetails. execution_window
[Required] Gets the execution_window of this GranularMaintenanceHistoryDetails. -
__init__
(**kwargs)¶ Initializes a new GranularMaintenanceHistoryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - execution_window (oci.database.models.ExecutionWindow) – The value to assign to the execution_window property of this GranularMaintenanceHistoryDetails.
- execution_actions (list[oci.database.models.ExecutionAction]) – The value to assign to the execution_actions property of this GranularMaintenanceHistoryDetails.
-
execution_actions
¶ [Required] Gets the execution_actions of this GranularMaintenanceHistoryDetails. The list of execution actions for this granular maintenance history.
Returns: The execution_actions of this GranularMaintenanceHistoryDetails. Return type: list[oci.database.models.ExecutionAction]
-
execution_window
¶ [Required] Gets the execution_window of this GranularMaintenanceHistoryDetails.
Returns: The execution_window of this GranularMaintenanceHistoryDetails. Return type: oci.database.models.ExecutionWindow
-