MaintenanceDisabledWindow

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

Bases: object

Time 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.
time_end

[Required] Gets the time_end of this MaintenanceDisabledWindow. The time until when maintenance is disabled. Must be set together with timeStart and must be after timeStart. as described by RFC 3339.

Returns:The time_end of this MaintenanceDisabledWindow.
Return type:datetime
time_start

[Required] Gets the time_start of this MaintenanceDisabledWindow. The time from when maintenance is disabled. Must be set together with timeEnd and must be before timeEnd. as described by RFC 3339.

Returns:The time_start of this MaintenanceDisabledWindow.
Return type:datetime