MaintenanceDetails

class oci.mysql.models.MaintenanceDetails(**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 MaintenanceDetails object with values from keyword arguments.

Attributes

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

Initializes a new MaintenanceDetails 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 MaintenanceDetails.
window_start_time

Gets the window_start_time of this MaintenanceDetails. The start time of the 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 “” or if not specified, the read replica is set same as the DB system maintenance window.

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