models.day_blackout_period_enum module¶
-
class
models.day_blackout_period_enum.
DayBlackoutPeriodEnum
[source]¶ Bases:
object
Implementation of the ‘Day_BlackoutPeriod’ enum.
Blackout Day. Specifies a day in the week when no new Job Runs should be started such as ‘kSunday’. If not set, the time range applies to all days. Specifies a day in a week such as ‘kSunday’, ‘kMonday’, etc.
- Attributes:
KSUNDAY: TODO: type description here. KMONDAY: TODO: type description here. KTUESDAY: TODO: type description here. KWEDNESDAY: TODO: type description here. KTHURSDAY: TODO: type description here. KFRIDAY: TODO: type description here. KSATURDAY: TODO: type description here.
-
KFRIDAY
= 'kFriday'¶
-
KMONDAY
= 'kMonday'¶
-
KSATURDAY
= 'kSaturday'¶
-
KSUNDAY
= 'kSunday'¶
-
KTHURSDAY
= 'kThursday'¶
-
KTUESDAY
= 'kTuesday'¶
-
KWEDNESDAY
= 'kWednesday'¶