Share via


MaintenanceWindow Class

Schedule settings for regular cluster updates.

Constructor

MaintenanceWindow(*, custom_window: str | None = None, start_hour: int | None = None, start_minute: int | None = None, day_of_week: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
custom_window
str

Indicates whether custom maintenance window is enabled or not.

Default value: None
start_hour
int

Start hour within preferred day of the week for maintenance window.

Default value: None
start_minute
int

Start minute within the start hour for maintenance window.

Default value: None
day_of_week
int

Preferred day of the week for maintenance window.

Default value: None

Variables

Name Description
custom_window
str

Indicates whether custom maintenance window is enabled or not.

start_hour
int

Start hour within preferred day of the week for maintenance window.

start_minute
int

Start minute within the start hour for maintenance window.

day_of_week
int

Preferred day of the week for maintenance window.