AutonomousDatabaseMaintenanceWindowSummary¶
-
class
oci.database.models.AutonomousDatabaseMaintenanceWindowSummary(**kwargs)¶ Bases:
objectAutonomous AI Database maintenance window. The maintenance window can be configured during database creation. To change the maintenance window of an existing Autonomous AI Database Serverless instance, clone the database and specify the maintenance window for the new cloned instance.
Methods
__init__(**kwargs)Initializes a new AutonomousDatabaseMaintenanceWindowSummary object with values from keyword arguments. Attributes
day_of_week[Required] Gets the day_of_week of this AutonomousDatabaseMaintenanceWindowSummary. maintenance_end_timeGets the maintenance_end_time of this AutonomousDatabaseMaintenanceWindowSummary. maintenance_start_timeGets the maintenance_start_time of this AutonomousDatabaseMaintenanceWindowSummary. -
__init__(**kwargs)¶ Initializes a new AutonomousDatabaseMaintenanceWindowSummary 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 AutonomousDatabaseMaintenanceWindowSummary.
- maintenance_start_time (str) – The value to assign to the maintenance_start_time property of this AutonomousDatabaseMaintenanceWindowSummary.
- maintenance_end_time (str) – The value to assign to the maintenance_end_time property of this AutonomousDatabaseMaintenanceWindowSummary.
-
day_of_week¶ [Required] Gets the day_of_week of this AutonomousDatabaseMaintenanceWindowSummary.
Returns: The day_of_week of this AutonomousDatabaseMaintenanceWindowSummary. Return type: oci.database.models.DayOfWeek
-
maintenance_end_time¶ Gets the maintenance_end_time of this AutonomousDatabaseMaintenanceWindowSummary. The maintenance end time. The value must use the ISO-8601 format “hh:mm”.
Returns: The maintenance_end_time of this AutonomousDatabaseMaintenanceWindowSummary. Return type: str
-
maintenance_start_time¶ Gets the maintenance_start_time of this AutonomousDatabaseMaintenanceWindowSummary. The maintenance start time. The value must use the ISO-8601 format “hh:mm”.
Returns: The maintenance_start_time of this AutonomousDatabaseMaintenanceWindowSummary. Return type: str
-