Values.DbServerPatchingDetailsSourceThe scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
type nonrec t = {estimatedPatchDuration : Integer.t option;Estimated time, in minutes, to patch one database server.
*)patchingStatus : DbServerPatchingStatus.t option;The status of the patching operation. Possible values are SCHEDULED, MAINTENANCE_IN_PROGRESS, FAILED, and COMPLETE.
*)timePatchingEnded : String_.t option;The time when the patching operation ended.
*)timePatchingStarted : String_.t option;The time when the patching operation started.
*)}