ChaosScheduleJobActiveDaysOfWeek Class

Defines the days of the week that a Chaos Schedule Job will run for.

Inheritance
ChaosScheduleJobActiveDaysOfWeek

Constructor

ChaosScheduleJobActiveDaysOfWeek(*, sunday: bool = False, monday: bool = False, tuesday: bool = False, wednesday: bool = False, thursday: bool = False, friday: bool = False, saturday: bool = False, **kwargs)

Parameters

sunday
bool
Required

Indicates if the Chaos Schedule Job will run on Sunday. Default value: False .

monday
bool
Required

Indicates if the Chaos Schedule Job will run on Monday. Default value: False .

tuesday
bool
Required

Indicates if the Chaos Schedule Job will run on Tuesday. Default value: False .

wednesday
bool
Required

Indicates if the Chaos Schedule Job will run on Wednesday. Default value: False .

thursday
bool
Required

Indicates if the Chaos Schedule Job will run on Thursday. Default value: False .

friday
bool
Required

Indicates if the Chaos Schedule Job will run on Friday. Default value: False .

saturday
bool
Required

Indicates if the Chaos Schedule Job will run on Saturday. Default value: False .