ChaosScheduleDescription Class

Defines the Chaos Schedule used by Chaos and the version of the Chaos Schedule. The version value wraps back to 0 after surpassing 2,147,483,647.

Inheritance
ChaosScheduleDescription

Constructor

ChaosScheduleDescription(*, version: Optional[int] = None, schedule=None, **kwargs)

Parameters

version
int
Required

The version number of the Schedule.

schedule
ChaosSchedule
Required

Defines the schedule used by Chaos.