models_v2.unit_15_enum module

class models_v2.unit_15_enum.Unit15Enum[source]

Bases: object

Implementation of the ‘Unit15’ enum.

Specifies how often to start new runs of a Protection Group. <br>’Weeks’ specifies that new Protection Group runs start weekly on certain days specified using ‘dayOfWeek’ field. <br>’Months’ specifies that new Protection Group runs start monthly on certain day of specific week.

Attributes:

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

MONTHS = 'Months'
WEEKS = 'Weeks'