MaintenanceWindowSchedule¶
-
class
oci.apm_synthetics.models.
MaintenanceWindowSchedule
(**kwargs)¶ Bases:
object
Details required to schedule maintenance window.
Methods
__init__
(**kwargs)Initializes a new MaintenanceWindowSchedule object with values from keyword arguments. Attributes
time_ended
Gets the time_ended of this MaintenanceWindowSchedule. time_started
Gets the time_started of this MaintenanceWindowSchedule. -
__init__
(**kwargs)¶ Initializes a new MaintenanceWindowSchedule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_started (datetime) – The value to assign to the time_started property of this MaintenanceWindowSchedule.
- time_ended (datetime) – The value to assign to the time_ended property of this MaintenanceWindowSchedule.
-