models_v2.full_schedule_unit_1_enum module

class models_v2.full_schedule_unit_1_enum.FullScheduleUnit1Enum[source]

Bases: object

Implementation of the ‘FullScheduleUnit1’ enum.

Specifies the full schedule unit (including ProtectOnce policy).

Attributes:

DAYS: TODO: type description here. WEEKS: TODO: type description here. MONTHS: TODO: type description here. PROTECTONCE: TODO: type description here.

DAYS = 'Days'
MONTHS = 'Months'
PROTECTONCE = 'ProtectOnce'
WEEKS = 'Weeks'