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_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