CreateMaintenanceDetails

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

Attributes

window_start_time [Required] Gets the window_start_time of this CreateMaintenanceDetails.
__init__(**kwargs)

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

[Required] Gets the window_start_time of this CreateMaintenanceDetails. 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 “” or if not specified, the read replica is set same as the DB system maintenance window.

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