MaintenanceDisabledWindow¶
-
class
oci.mysql.models.MaintenanceDisabledWindow(**kwargs)¶ Bases:
objectTime window during which downtime-inducing maintenance shall not be performed. Downtime-free maintenance may be performed to apply required security patches.
Methods
__init__(**kwargs)Initializes a new MaintenanceDisabledWindow object with values from keyword arguments. Attributes
time_end[Required] Gets the time_end of this MaintenanceDisabledWindow. time_start[Required] Gets the time_start of this MaintenanceDisabledWindow. -
__init__(**kwargs)¶ Initializes a new MaintenanceDisabledWindow object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_start (datetime) – The value to assign to the time_start property of this MaintenanceDisabledWindow.
- time_end (datetime) – The value to assign to the time_end property of this MaintenanceDisabledWindow.
-