CreateMaintenanceDetails¶
-
class
oci.mysql.models.
CreateMaintenanceDetails
(**kwargs)¶ Bases:
object
The Maintenance Policy for the DB System.
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.
Returns: The window_start_time of this CreateMaintenanceDetails. Return type: str
-