Share via


MaintenanceWindow Class

Maintenance window properties of a server.

Constructor

MaintenanceWindow(*, custom_window: str = 'Disabled', start_hour: int = 0, start_minute: int = 0, day_of_week: int = 0, **kwargs: Any)

Keyword-Only Parameters

Name Description
custom_window
str

indicates whether custom window is enabled or disabled.

Default value: Disabled
start_hour
int

start hour for maintenance window.

Default value: 0
start_minute
int

start minute for maintenance window.

Default value: 0
day_of_week
int

day of week for maintenance window.

Default value: 0

Variables

Name Description
custom_window
str

indicates whether custom window is enabled or disabled.

start_hour
int

start hour for maintenance window.

start_minute
int

start minute for maintenance window.

day_of_week
int

day of week for maintenance window.