UpdateMaintenanceDetails

class oci.mysql.models.UpdateMaintenanceDetails(**kwargs)

Bases: object

The Maintenance Policy for the DB System or Read Replica that this model is included in.

Methods

__init__(**kwargs) Initializes a new UpdateMaintenanceDetails object with values from keyword arguments.

Attributes

window_start_time Gets the window_start_time of this UpdateMaintenanceDetails.
__init__(**kwargs)

Initializes a new UpdateMaintenanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:window_start_time (str) – The value to assign to the window_start_time property of this UpdateMaintenanceDetails.
window_start_time

Gets the window_start_time of this UpdateMaintenanceDetails. The start of the 2 hour maintenance window.

This string is of the format: “{day-of-week} {time-of-day}”.

“{day-of-week}” is a case-insensitive string like “mon”, “tue”, &c.

“{time-of-day}” is the “Time” portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.

If you set the read replica maintenance window to “”, the read replica is set same as the DB system maintenance window. If not specific by the user, there will be no changes to the maintenace window.

Returns:The window_start_time of this UpdateMaintenanceDetails.
Return type:str