ScheduledEntry Class
Maintenance schedule entry for a managed environment.
All required parameters must be populated in order to send to server.
Constructor
ScheduledEntry(*, week_day: str | _models.WeekDay, start_hour_utc: int, duration_hours: int, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
week_day
|
Day of the week when a managed environment can be patched. Required. Known values are: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", and "Sunday". |
|
start_hour_utc
|
Start hour after which managed environment maintenance can start from 0 to 23 hour. Required. |
|
duration_hours
|
Length of maintenance window range from 8 to 24 hours. Required. |
Variables
| Name | Description |
|---|---|
|
week_day
|
Day of the week when a managed environment can be patched. Required. Known values are: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", and "Sunday". |
|
start_hour_utc
|
Start hour after which managed environment maintenance can start from 0 to 23 hour. Required. |
|
duration_hours
|
Length of maintenance window range from 8 to 24 hours. Required. |