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.
time_ended

Gets the time_ended of this MaintenanceWindowSchedule. End time of the maintenance window, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z

Returns:The time_ended of this MaintenanceWindowSchedule.
Return type:datetime
time_started

Gets the time_started of this MaintenanceWindowSchedule. Start time of the maintenance window, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z

Returns:The time_started of this MaintenanceWindowSchedule.
Return type:datetime