ScheduledOperationDetails¶
-
class
oci.database.models.
ScheduledOperationDetails
(**kwargs)¶ Bases:
object
Details of scheduled operation.
Methods
__init__
(**kwargs)Initializes a new ScheduledOperationDetails object with values from keyword arguments. Attributes
day_of_week
[Required] Gets the day_of_week of this ScheduledOperationDetails. scheduled_start_time
Gets the scheduled_start_time of this ScheduledOperationDetails. scheduled_stop_time
Gets the scheduled_stop_time of this ScheduledOperationDetails. -
__init__
(**kwargs)¶ Initializes a new ScheduledOperationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - day_of_week (oci.database.models.DayOfWeek) – The value to assign to the day_of_week property of this ScheduledOperationDetails.
- scheduled_start_time (str) – The value to assign to the scheduled_start_time property of this ScheduledOperationDetails.
- scheduled_stop_time (str) – The value to assign to the scheduled_stop_time property of this ScheduledOperationDetails.
-
day_of_week
¶ [Required] Gets the day_of_week of this ScheduledOperationDetails.
Returns: The day_of_week of this ScheduledOperationDetails. Return type: oci.database.models.DayOfWeek
-
scheduled_start_time
¶ Gets the scheduled_start_time of this ScheduledOperationDetails. auto start time. value must be of ISO-8601 format “HH:mm”
Returns: The scheduled_start_time of this ScheduledOperationDetails. Return type: str
-
scheduled_stop_time
¶ Gets the scheduled_stop_time of this ScheduledOperationDetails. auto stop time. value must be of ISO-8601 format “HH:mm”
Returns: The scheduled_stop_time of this ScheduledOperationDetails. Return type: str
-