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
availability_domainGets the availability_domain of this AutonomousDatabaseMaintenanceWindowSummary. day_of_week[Required] Gets the day_of_week of this AutonomousDatabaseMaintenanceWindowSummary. is_maintenance_window_change_scheduledGets the is_maintenance_window_change_scheduled 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.
- availability_domain (str) – The value to assign to the availability_domain property of this AutonomousDatabaseMaintenanceWindowSummary.
- is_maintenance_window_change_scheduled (bool) – The value to assign to the is_maintenance_window_change_scheduled property of this AutonomousDatabaseMaintenanceWindowSummary.
-
availability_domain¶ Gets the availability_domain of this AutonomousDatabaseMaintenanceWindowSummary. The AD in which the maintenance will occur.
Returns: The availability_domain of this AutonomousDatabaseMaintenanceWindowSummary. Return type: str
-
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
-
is_maintenance_window_change_scheduled¶ Gets the is_maintenance_window_change_scheduled of this AutonomousDatabaseMaintenanceWindowSummary. Indicates if the maintenance window change is scheduled or not for the Autonomous AI Database.
Returns: The is_maintenance_window_change_scheduled of this AutonomousDatabaseMaintenanceWindowSummary. Return type: bool
-
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
-